All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. <div class="form-group">
  2. <label for="{{fieldIdPrefix}}label" class="short">{{localize fields.label.label}}</label>
  3. <div class="attached-input">
  4. <input type="text" name="system.rules.{{index}}.label" id="{{fieldIdPrefix}}label" value="{{rule.label}}" placeholder="{{item.name}}" />
  5. </div>
  6. </div>
  7. <div class="form-group">
  8. <label for="{{fieldIdPrefix}}selector" class="short">{{localize fields.selector.label}}</label>
  9. <div class="attached-input">
  10. <input type="text" name="system.rules.{{index}}.selector" id="{{fieldIdPrefix}}selector" value="{{rule.selector}}" />
  11. </div>
  12. </div>
  13. <div class="form-group">
  14. <label for="{{fieldIdPrefix}}value" class="short">{{localize fields.value.label}}</label>
  15. {{{form.resolvableValue "value"}}}
  16. {{{form.resolvableAddBracket "value"}}}
  17. </div>
  18. {{{form.resolvableBrackets "value"}}}
  19. <div class="form-group">
  20. <label for="{{fieldIdPrefix}}predicate" class="short">{{localize fields.predicate.label}}</label>
  21. <input type="text" name="system.rules.{{index}}.predicate" id="{{fieldIdPrefix}}predicate" value="{{json rule.predicate}}" placeholder="[ ]" />
  22. </div>