All checks were successful
		
		
	
	Release Creation / build (release) Successful in 1m2s
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| <section class="tab character-{{tab.id}} {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
 | |
| <div class="main-div">
 | |
|     <fieldset class="rank">
 | |
|     <legend>Rank</legend>
 | |
|     {{formField systemFields.rank.fields.experienced value=system.rank.experienced type="number" rootId=partId disabled=isPlayMode}}
 | |
|     {{formField systemFields.rank.fields.expert value=system.rank.expert type="number" rootId=partId disabled=isPlayMode}}
 | |
|     {{formField systemFields.rank.fields.veteran value=system.rank.veteran type="number" rootId=partId disabled=isPlayMode}}
 | |
|     {{formField systemFields.rank.fields.elite value=system.rank.elite type="number" rootId=partId disabled=isPlayMode}}
 | |
|     {{formField systemFields.rank.fields.legend value=system.rank.legend type="number" rootId=partId disabled=isPlayMode}}
 | |
|   </fieldset>
 | |
| 
 | |
|   <fieldset class="biodata">
 | |
|     <legend>{{localize "FTLNOMAD.Label.biodata"}}</legend>
 | |
|     {{formField systemFields.biodata.fields.gender value=system.biodata.gender rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.age value=system.biodata.age rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.height value=system.biodata.height rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.weight value=system.biodata.weight rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.eyes value=system.biodata.eyes rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.hair value=system.biodata.hair rootId=partId disabled=isPlayMode classes="short"}}
 | |
|     {{formField systemFields.biodata.fields.home value=system.biodata.home rootId=partId disabled=isPlayMode}}
 | |
|     {{formField systemFields.biodata.fields.birthplace value=system.biodata.birthplace rootId=partId disabled=isPlayMode}}
 | |
|   </fieldset>
 | |
| 
 | |
|   <fieldset>
 | |
|     <legend>{{localize "FTLNOMAD.Label.description"}}</legend>
 | |
|     {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true class="character-description"}}
 | |
|   </fieldset>
 | |
| 
 | |
|   <fieldset>
 | |
|     <legend>{{localize "FTLNOMAD.Label.notes"}}</legend>
 | |
|     {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true class="character-notes"}}
 | |
|   </fieldset>
 | |
| </div>
 | |
| </section> |