Combat tab
This commit is contained in:
		| @@ -16,6 +16,16 @@ | ||||
|       <div class="tab details" data-group="primary" data-tab="details"> | ||||
|  | ||||
|         <ul> | ||||
|            | ||||
|           <li class="flexrow"><label class="item-field-label-long">Type</label> | ||||
|             <select class="item-field-label-long" type="text" name="system.maneuvertype" value="{{system.maneuvertype}}" data-dtype="String"> | ||||
|               {{#select system.maneuvertype}} | ||||
|                 {{#each config.maneuverTypes as |name key|}} | ||||
|                   <option value="{{key}}">{{name}}</option> | ||||
|                 {{/each}} | ||||
|               {{/select}} | ||||
|             </select>  | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="item-field-label-medium">PHA</label> | ||||
|             <input type="text" class="item-field-label-medium" name="system.pha" value="{{system.pha}}" data-dtype="String"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user