34 lines
1.4 KiB
Handlebars
34 lines
1.4 KiB
Handlebars
<section class="tab creature-eureka {{tab.cssClass}}" data-group="sheet" data-tab="eureka">
|
|
|
|
<div class="eureka-rubric">
|
|
|
|
<div class="eureka-field">
|
|
<label>{{localize "AWEMMY.Creature.Claims"}}</label>
|
|
<textarea name="system.eurekaClaims" rows="4" placeholder="{{localize 'AWEMMY.Creature.Claims'}}…">{{system.eurekaClaims}}</textarea>
|
|
</div>
|
|
|
|
<div class="eureka-field">
|
|
<label>{{localize "AWEMMY.Creature.Evidence"}}</label>
|
|
<textarea name="system.eurekaEvidence" rows="4" placeholder="{{localize 'AWEMMY.Creature.Evidence'}}…">{{system.eurekaEvidence}}</textarea>
|
|
</div>
|
|
|
|
<div class="eureka-columns">
|
|
<div class="eureka-field">
|
|
<label>{{localize "AWEMMY.Creature.Threshold1"}}</label>
|
|
<textarea name="system.eurekaThreshold1" rows="3" placeholder="{{localize 'AWEMMY.Creature.Threshold1'}}…">{{system.eurekaThreshold1}}</textarea>
|
|
</div>
|
|
<div class="eureka-field">
|
|
<label>{{localize "AWEMMY.Creature.Threshold2"}}</label>
|
|
<textarea name="system.eurekaThreshold2" rows="3" placeholder="{{localize 'AWEMMY.Creature.Threshold2'}}…">{{system.eurekaThreshold2}}</textarea>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="eureka-field">
|
|
<label>{{localize "AWEMMY.Creature.Hints"}}</label>
|
|
<textarea name="system.eurekaHints" rows="4" placeholder="{{localize 'AWEMMY.Creature.Hints'}}…">{{system.eurekaHints}}</textarea>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|