First iteration over items

This commit is contained in:
2025-11-06 23:30:37 +01:00
parent 6b883f8126
commit 4a9f026a2a
109 changed files with 1535 additions and 715 deletions
+23 -1
View File
@@ -14,16 +14,23 @@
{{formField
systemFields.miracleType
value=system.miracleType
localize=true
label="PRISMRPG.Label.miracleType"
}}
{{! Prism RPG: APC (Action Point Cost) }}
{{formField systemFields.apc value=system.apc label="PRISMRPG.Label.apc"}}
{{formField
systemFields.apc
value=system.apc
localize=true
label="PRISMRPG.Label.apc"
}}
{{! Prism RPG: Faith Cost }}
{{formField
systemFields.faithCost
value=system.faithCost
localize=true
label="PRISMRPG.Label.faithCost"
}}
@@ -31,6 +38,7 @@
{{formField
systemFields.divineFavor
value=system.divineFavor
localize=true
label="PRISMRPG.Label.divineFavor"
}}
@@ -40,6 +48,7 @@
{{formField
systemFields.augment
value=system.augment
localize=true
label="PRISMRPG.Label.augmentName"
}}
<div class="form-group">
@@ -61,37 +70,44 @@
{{formField
systemFields.components.fields.verbal
value=system.components.verbal
localize=true
label="PRISMRPG.Label.verbal"
}}
{{formField
systemFields.components.fields.somatic
value=system.components.somatic
localize=true
label="PRISMRPG.Label.somatic"
}}
{{formField
systemFields.components.fields.material
value=system.components.material
localize=true
label="PRISMRPG.Label.material"
}}
{{formField
systemFields.components.fields.catalyst
value=system.components.catalyst
localize=true
label="PRISMRPG.Label.catalyst"
}}
{{formField
systemFields.components.fields.religious
value=system.components.religious
localize=true
label="PRISMRPG.Label.religious"
}}
</div>
{{formField
systemFields.materialComponent
value=system.materialComponent
localize=true
label="PRISMRPG.Label.materialComponent"
}}
{{formField
systemFields.catalyst
value=system.catalyst
localize=true
label="PRISMRPG.Label.catalystDetails"
}}
</fieldset>
@@ -100,26 +116,31 @@
{{formField
systemFields.prayerTime
value=system.prayerTime
localize=true
label="PRISMRPG.Label.prayerTime"
}}
{{formField
systemFields.miracleRange
value=system.miracleRange
localize=true
label="PRISMRPG.Label.range"
}}
{{formField
systemFields.areaAffected
value=system.areaAffected
localize=true
label="PRISMRPG.Label.areaAffected"
}}
{{formField
systemFields.duration
value=system.duration
localize=true
label="PRISMRPG.Label.duration"
}}
{{formField
systemFields.savingThrow
value=system.savingThrow
localize=true
label="PRISMRPG.Label.savingThrow"
}}
@@ -127,6 +148,7 @@
{{formField
systemFields.level
value=system.level
localize=true
label="PRISMRPG.Label.level"
}}