From 69d7619d08bebefc62eb48d7fcb2092237b9539e Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 9 Jan 2025 22:44:05 +0100 Subject: [PATCH] Various updates --- packs-system/lf-equipment/000012.log | 0 packs-system/lf-equipment/MANIFEST-000010 | Bin 0 -> 65 bytes packs-system/lf-gifts/000012.log | 0 packs-system/lf-gifts/MANIFEST-000010 | Bin 0 -> 65 bytes packs-system/lf-skills/000012.log | 0 packs-system/lf-skills/MANIFEST-000010 | Bin 0 -> 65 bytes packs-system/lf-vulnerabilities/000012.log | 0 .../lf-vulnerabilities/MANIFEST-000010 | Bin 0 -> 65 bytes templates/character-combat.hbs | 118 ++++++++++++++++++ templates/character-equipment.hbs | 35 ++++++ 10 files changed, 153 insertions(+) create mode 100644 packs-system/lf-equipment/000012.log create mode 100644 packs-system/lf-equipment/MANIFEST-000010 create mode 100644 packs-system/lf-gifts/000012.log create mode 100644 packs-system/lf-gifts/MANIFEST-000010 create mode 100644 packs-system/lf-skills/000012.log create mode 100644 packs-system/lf-skills/MANIFEST-000010 create mode 100644 packs-system/lf-vulnerabilities/000012.log create mode 100644 packs-system/lf-vulnerabilities/MANIFEST-000010 create mode 100644 templates/character-combat.hbs create mode 100644 templates/character-equipment.hbs diff --git a/packs-system/lf-equipment/000012.log b/packs-system/lf-equipment/000012.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/lf-equipment/MANIFEST-000010 b/packs-system/lf-equipment/MANIFEST-000010 new file mode 100644 index 0000000000000000000000000000000000000000..6a72d7726a1451b91870904e0a4db158fbe926d8 GIT binary patch literal 65 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei5(7a$61tMka1f24)@> Rh98gCGk~}}KrSB(0|43Z5zznu literal 0 HcmV?d00001 diff --git a/packs-system/lf-gifts/000012.log b/packs-system/lf-gifts/000012.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/lf-gifts/MANIFEST-000010 b/packs-system/lf-gifts/MANIFEST-000010 new file mode 100644 index 0000000000000000000000000000000000000000..6a72d7726a1451b91870904e0a4db158fbe926d8 GIT binary patch literal 65 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei5(7a$61tMka1f24)@> Rh98gCGk~}}KrSB(0|43Z5zznu literal 0 HcmV?d00001 diff --git a/packs-system/lf-skills/000012.log b/packs-system/lf-skills/000012.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/lf-skills/MANIFEST-000010 b/packs-system/lf-skills/MANIFEST-000010 new file mode 100644 index 0000000000000000000000000000000000000000..6a72d7726a1451b91870904e0a4db158fbe926d8 GIT binary patch literal 65 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei5(7a$61tMka1f24)@> Rh98gCGk~}}KrSB(0|43Z5zznu literal 0 HcmV?d00001 diff --git a/packs-system/lf-vulnerabilities/000012.log b/packs-system/lf-vulnerabilities/000012.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/lf-vulnerabilities/MANIFEST-000010 b/packs-system/lf-vulnerabilities/MANIFEST-000010 new file mode 100644 index 0000000000000000000000000000000000000000..6a72d7726a1451b91870904e0a4db158fbe926d8 GIT binary patch literal 65 zcmWIhx#Ncn10$nUPHI_dPD+xVQ)NkNd1i5{bAE0?Vo_pAei5(7a$61tMka1f24)@> Rh98gCGk~}}KrSB(0|43Z5zznu literal 0 HcmV?d00001 diff --git a/templates/character-combat.hbs b/templates/character-combat.hbs new file mode 100644 index 0000000..c037867 --- /dev/null +++ b/templates/character-combat.hbs @@ -0,0 +1,118 @@ +
+ +
+ {{localize "LETHALFANTASY.Label.combatDetails"}} +
+
+ + + {{formField systemFields.combat.fields.armorHitPoints value=system.combat.armorHitPoints localize=true classes="armor-hp"}} + + +
+
+
+ +
+ {{localize "LETHALFANTASY.Label.wounds"}} +
+ {{#each system.hp.wounds as |wound idx|}} +
+ Name: + HP: + Duration: +
+ {{/each}} +
+
+ +
+ {{localize "LETHALFANTASY.Label.weapons"}} +
+ {{#each weapons as |item|}} +
+ {{#if (ne item.img "icons/svg/item-bag.svg")}} + + {{/if}} +
+ {{item.name}} +
+
+ + + + + + + + + + + S + + + + M + + +
+ +
+ + +
+
+ {{/each}} +
+
+ +
+ {{localize "LETHALFANTASY.Label.armors"}} +
+ {{#each armors as |item|}} +
+ +
+ {{item.name}} +
+
+ + +
+
+ {{/each}} +
+
+ +
+ {{localize "LETHALFANTASY.Label.equipment"}} +
+ {{#each equipments as |item|}} +
+ +
+ {{item.name}} +
+
+ + +
+
+ {{/each}} +
+
+ + +
\ No newline at end of file diff --git a/templates/character-equipment.hbs b/templates/character-equipment.hbs new file mode 100644 index 0000000..94b0866 --- /dev/null +++ b/templates/character-equipment.hbs @@ -0,0 +1,35 @@ +
+ +
+ {{localize "LETHALFANTASY.Label.money"}} +
+ {{formField systemFields.moneys.fields.tinbit.fields.value value=system.moneys.tinbin.value localize=true}} + {{formField systemFields.moneys.fields.copper.fields.value value=system.moneys.copper.value localize=true}} + {{formField systemFields.moneys.fields.silver.fields.value value=system.moneys.silver.value localize=true}} + {{formField systemFields.moneys.fields.gold.fields.value value=system.moneys.gold.value localize=true}} + {{formField systemFields.moneys.fields.platinum.fields.value value=system.moneys.platinum.value localize=true}} +
+
+ +
+ {{localize "LETHALFANTASY.Label.equipment"}} +
+ {{#each equipments as |item|}} +
+ +
+ {{item.name}} +
+
+ + +
+
+ {{/each}} +
+
+ + +
\ No newline at end of file