All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.

16 lines
634 B

1 year ago
  1. <div class="form-group">
  2. <label>{{localize 'DND5E.HitPoints'}}</label>
  3. <div class="form-fields">
  4. {{numberInput system.hp.value name="system.hp.value" placeholder="0"}}
  5. <span class="sep">&sol;</span>
  6. {{numberInput system.hp.max name="system.hp.max" placeholder="0"}}
  7. {{numberInput system.hp.dt name="system.hp.dt" placeholder=(localize "DND5E.Threshold")}}
  8. </div>
  9. </div>
  10. <div class="form-group">
  11. <label>{{localize 'DND5E.HealthConditions'}}</label>
  12. <div class="form-fields">
  13. <input type="text" name="system.hp.conditions" value="{{system.hp.conditions}}">
  14. </div>
  15. </div>