diff --git a/templates/apps/ability-use.html b/templates/apps/ability-use.html new file mode 100644 index 00000000..2c41ce6a --- /dev/null +++ b/templates/apps/ability-use.html @@ -0,0 +1,26 @@ +
+

{{ localize "SW5E.AbilityUseHint" }} {{item.name}} {{ localize "SW5E.Ability" }}.

+ +

+ {{#if recharges}} + {{ localize "SW5E.AbilityUseRechargeHint" }} {{#if isCharged}}{{ localize "SW5E.AbilityUseCharged" }}{{else}}{{ localize "SW5E.AbilityUseDepleted" }}{{/if}}.

+ {{else}} + {{ localize "SW5E.AbilityUseWarnStart" }} {{uses.value}} {{ localize "SW5E.of" }} {{uses.max}} {{ localize "SW5E.AbilityUseWarnEnd" }} {{perLabel}}. + {{/if}} + {{#unless canUse}} + {{ localize "SW5E.AbilityUseCantUse" }} + {{/unless}} +

+ +
+ + + {{#if hasPlaceableTemplate}} +
+ +
+ {{/if}} +
+
diff --git a/templates/apps/actor-flags.html b/templates/apps/actor-flags.html new file mode 100644 index 00000000..49c01345 --- /dev/null +++ b/templates/apps/actor-flags.html @@ -0,0 +1,44 @@ +
+

{{localize 'SW5E.FlagsInstructions'}}

+ + {{#each flags as |fs section|}} +

{{localize section}}

+ {{#each fs as |flag key|}} + +
+ + + {{#if flag.isCheckbox}} + + + {{else if flag.isSelect}} + + + {{else}} + + {{/if}} + +

{{flag.hint}}

+
+ {{/each}} + {{/each}} + +

{{localize "SW5E.Bonuses"}}

+

{{localize "SW5E.BonusesHint"}}

+ {{#each bonuses as |b|}} +
+ + +
+ {{/each}} + + +
diff --git a/templates/apps/cast-cast.html b/templates/apps/cast-cast.html new file mode 100644 index 00000000..426b65d5 --- /dev/null +++ b/templates/apps/cast-cast.html @@ -0,0 +1,34 @@ +
+

{{ localize "SW5E.SpellCastHint" }} {{item.name}} {{ localize "SW5E.cast" }}.

+ + {{#unless canCast}} +

{{ localize "SW5E.SpellCastNoSlots" }}

+ {{/unless}} + +
+ +
+ +
+
+ +
+ {{#if canUpcast}} + + {{/if}} + + {{#if hasPlaceableTemplate}} +
+ +
+ {{/if}} +
+
diff --git a/templates/apps/polymorph-prompt.html b/templates/apps/polymorph-prompt.html new file mode 100644 index 00000000..11cb49b3 --- /dev/null +++ b/templates/apps/polymorph-prompt.html @@ -0,0 +1,28 @@ +
+ {{#each content.i18n}} +
+ +
+ {{/each}} + {{#unless content.isToken}} +
+
+ +
+ {{/unless}} +
+
+ {{#each buttons as |button id|}} + + {{/each}} +
diff --git a/templates/apps/power-cast.html b/templates/apps/power-cast.html new file mode 100644 index 00000000..3506a26a --- /dev/null +++ b/templates/apps/power-cast.html @@ -0,0 +1,34 @@ +
+

{{ localize "SW5E.PowerCastHint" }} {{item.name}} {{ localize "SW5E.power" }}.

+ + {{#unless canCast}} +

{{ localize "SW5E.PowerCastNoSlots" }}

+ {{/unless}} + +
+ +
+ +
+
+ +
+ {{#if canUpcast}} + + {{/if}} + + {{#if hasPlaceableTemplate}} +
+ +
+ {{/if}} +
+
diff --git a/templates/apps/short-rest.html b/templates/apps/short-rest.html new file mode 100644 index 00000000..40122fb0 --- /dev/null +++ b/templates/apps/short-rest.html @@ -0,0 +1,29 @@ +
+

{{ localize "SW5E.ShortRestHint" }}

+
+ +
+ + +
+ {{#unless canRoll}} +

{{ localize "SW5E.ShortRestNoHD" }}

+ {{/unless}} +
+
+ {{#each buttons as |button id|}} + + {{/each}} +
+
diff --git a/templates/apps/trait-selector.html b/templates/apps/trait-selector.html new file mode 100644 index 00000000..2a402bb2 --- /dev/null +++ b/templates/apps/trait-selector.html @@ -0,0 +1,17 @@ +
+
    + {{#each choices as |choice key|}} +
  1. + +
  2. + {{/each}} +
+
+ + +
+ +