From a37913c7da326a357271d4fea12425653ae371e8 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 11 Mar 2025 07:46:25 +0100 Subject: [PATCH] Update spell definition --- lang/en.json | 9 +++++++++ module/config/system.mjs | 11 ++++++++++- module/models/spell.mjs | 7 +++++-- .../lf-equipment/{000173.log => 000177.log} | 0 packs-system/lf-equipment/CURRENT | 2 +- packs-system/lf-equipment/LOG | 16 ++++++++-------- packs-system/lf-equipment/LOG.old | 16 ++++++++-------- .../{MANIFEST-000171 => MANIFEST-000175} | Bin 176 -> 176 bytes .../lf-gifts/{000172.log => 000176.log} | 0 packs-system/lf-gifts/CURRENT | 2 +- packs-system/lf-gifts/LOG | 16 ++++++++-------- packs-system/lf-gifts/LOG.old | 16 ++++++++-------- packs-system/lf-gifts/MANIFEST-000170 | Bin 140 -> 0 bytes packs-system/lf-gifts/MANIFEST-000174 | Bin 0 -> 140 bytes .../lf-skills/{000172.log => 000176.log} | 0 packs-system/lf-skills/CURRENT | 2 +- packs-system/lf-skills/LOG | 16 ++++++++-------- packs-system/lf-skills/LOG.old | 16 ++++++++-------- packs-system/lf-skills/MANIFEST-000170 | Bin 141 -> 0 bytes packs-system/lf-skills/MANIFEST-000174 | Bin 0 -> 141 bytes .../{000172.log => 000176.log} | 0 packs-system/lf-vulnerabilities/CURRENT | 2 +- packs-system/lf-vulnerabilities/LOG | 16 ++++++++-------- packs-system/lf-vulnerabilities/LOG.old | 16 ++++++++-------- .../{MANIFEST-000170 => MANIFEST-000174} | Bin 141 -> 141 bytes templates/miracle.hbs | 5 +++-- templates/spell.hbs | 8 ++++++-- 27 files changed, 101 insertions(+), 75 deletions(-) rename packs-system/lf-equipment/{000173.log => 000177.log} (100%) rename packs-system/lf-equipment/{MANIFEST-000171 => MANIFEST-000175} (72%) rename packs-system/lf-gifts/{000172.log => 000176.log} (100%) delete mode 100644 packs-system/lf-gifts/MANIFEST-000170 create mode 100644 packs-system/lf-gifts/MANIFEST-000174 rename packs-system/lf-skills/{000172.log => 000176.log} (100%) delete mode 100644 packs-system/lf-skills/MANIFEST-000170 create mode 100644 packs-system/lf-skills/MANIFEST-000174 rename packs-system/lf-vulnerabilities/{000172.log => 000176.log} (100%) rename packs-system/lf-vulnerabilities/{MANIFEST-000170 => MANIFEST-000174} (71%) diff --git a/lang/en.json b/lang/en.json index 92bc16d..fd0711d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -646,6 +646,9 @@ }, "Spell": { "FIELDS": { + "criticalType": { + "label": "Crit. Type" + }, "attackRoll": { "label": "Attack roll" }, @@ -667,8 +670,14 @@ }, "verbal": { "label": "Verbal" + }, + "catalyst": { + "label": "Catalyst" } }, + "memorized": { + "label": "Memorized" + }, "cost": { "label": "Cost" }, diff --git a/module/config/system.mjs b/module/config/system.mjs index 722960b..cd4afe2 100644 --- a/module/config/system.mjs +++ b/module/config/system.mjs @@ -192,6 +192,14 @@ export const CHOICE_DICE = { "D20": "D20" } +export const SPELL_CRITICAL = { + "electric": "Electric", + "fire": "Fire", + "cold": "Cold", + "force": "Force", + "acid": "Acid" +} + export const CHOICE_MODIFIERS = { "-9": "-9", "-8": "-8", @@ -283,5 +291,6 @@ export const SYSTEM = { RANGE_CHOICES, FAVOR_CHOICES, ATTACKER_AIM_CHOICES, - MORTAL_CHOICES + MORTAL_CHOICES, + SPELL_CRITICAL } diff --git a/module/models/spell.mjs b/module/models/spell.mjs index 9907c0e..612d42f 100644 --- a/module/models/spell.mjs +++ b/module/models/spell.mjs @@ -23,7 +23,8 @@ export default class LethalFantasySpell extends foundry.abstract.TypeDataModel { schema.components = new fields.SchemaField({ verbal: new fields.BooleanField(), - somatic: new fields.BooleanField(), + somatic: new fields.BooleanField(), + catalyst: new fields.BooleanField(), material: new fields.BooleanField(), }) schema.castingTime = new fields.StringField({ required: true, initial: "" }) @@ -33,7 +34,9 @@ export default class LethalFantasySpell extends foundry.abstract.TypeDataModel { schema.savingThrow = new fields.StringField({ required: true, initial: "" }) schema.extraAetherPoints = new fields.StringField({ required: true, initial: "" }) schema.materialComponent = new fields.StringField({ required: true, initial: "" }) - + schema.catalyst = new fields.StringField({ required: true, initial: "" }) + schema.criticalType = new fields.StringField({ required: true, initial: "electric", choices : SYSTEM.SPELL_CRITICAL }) + schema.attackRoll = new fields.StringField({ required: true, initial: "" }) schema.powerRoll = new fields.StringField({ required: true, initial: "" }) diff --git a/packs-system/lf-equipment/000173.log b/packs-system/lf-equipment/000177.log similarity index 100% rename from packs-system/lf-equipment/000173.log rename to packs-system/lf-equipment/000177.log diff --git a/packs-system/lf-equipment/CURRENT b/packs-system/lf-equipment/CURRENT index 91e41f4..fb6ed1a 100644 --- a/packs-system/lf-equipment/CURRENT +++ b/packs-system/lf-equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000171 +MANIFEST-000175 diff --git a/packs-system/lf-equipment/LOG b/packs-system/lf-equipment/LOG index 0b4cdaa..e281864 100644 --- a/packs-system/lf-equipment/LOG +++ b/packs-system/lf-equipment/LOG @@ -1,8 +1,8 @@ -2025/02/25-07:05:20.257875 7f4fbcbf96c0 Recovering log #169 -2025/02/25-07:05:20.359696 7f4fbcbf96c0 Delete type=3 #167 -2025/02/25-07:05:20.359809 7f4fbcbf96c0 Delete type=0 #169 -2025/02/25-07:13:31.414455 7f4fb6bff6c0 Level-0 table #174: started -2025/02/25-07:13:31.414499 7f4fb6bff6c0 Level-0 table #174: 0 bytes OK -2025/02/25-07:13:31.420623 7f4fb6bff6c0 Delete type=0 #172 -2025/02/25-07:13:31.427207 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) -2025/02/25-07:13:31.427286 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/03/11-07:39:37.074868 7f24c67fc6c0 Recovering log #173 +2025/03/11-07:39:37.085297 7f24c67fc6c0 Delete type=3 #171 +2025/03/11-07:39:37.085391 7f24c67fc6c0 Delete type=0 #173 +2025/03/11-07:46:07.288174 7f24c4bff6c0 Level-0 table #178: started +2025/03/11-07:46:07.288212 7f24c4bff6c0 Level-0 table #178: 0 bytes OK +2025/03/11-07:46:07.328350 7f24c4bff6c0 Delete type=0 #176 +2025/03/11-07:46:07.371397 7f24c4bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/03/11-07:46:07.371509 7f24c4bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/LOG.old b/packs-system/lf-equipment/LOG.old index 9c121a2..0b4cdaa 100644 --- a/packs-system/lf-equipment/LOG.old +++ b/packs-system/lf-equipment/LOG.old @@ -1,8 +1,8 @@ -2025/02/09-09:17:46.952095 7f46adffb6c0 Recovering log #165 -2025/02/09-09:17:47.003194 7f46adffb6c0 Delete type=3 #163 -2025/02/09-09:17:47.003256 7f46adffb6c0 Delete type=0 #165 -2025/02/09-09:18:22.678103 7f46abbff6c0 Level-0 table #170: started -2025/02/09-09:18:22.678129 7f46abbff6c0 Level-0 table #170: 0 bytes OK -2025/02/09-09:18:22.715696 7f46abbff6c0 Delete type=0 #168 -2025/02/09-09:18:22.853749 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) -2025/02/09-09:18:22.853920 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/25-07:05:20.257875 7f4fbcbf96c0 Recovering log #169 +2025/02/25-07:05:20.359696 7f4fbcbf96c0 Delete type=3 #167 +2025/02/25-07:05:20.359809 7f4fbcbf96c0 Delete type=0 #169 +2025/02/25-07:13:31.414455 7f4fb6bff6c0 Level-0 table #174: started +2025/02/25-07:13:31.414499 7f4fb6bff6c0 Level-0 table #174: 0 bytes OK +2025/02/25-07:13:31.420623 7f4fb6bff6c0 Delete type=0 #172 +2025/02/25-07:13:31.427207 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) +2025/02/25-07:13:31.427286 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/MANIFEST-000171 b/packs-system/lf-equipment/MANIFEST-000175 similarity index 72% rename from packs-system/lf-equipment/MANIFEST-000171 rename to packs-system/lf-equipment/MANIFEST-000175 index 6f176278bb1ed338e1e37d47a23523278e383d9c..50fc96e14ae3fbd2a68fb0f5c09cade748441e10 100644 GIT binary patch delta 41 scmdnMxPfs(pVAc7kUTC1My3snoD9qx8Ck-fPdj!9B(M=Auo)--0Qc|;(f|Me delta 41 scmdnMxPfs(pVGPmzus~&Ffy%S`pgoS$2eSd>_jU&PL2x}i)_F)cqQCAFwn zu`(dsy{y8+E6K&rBP=*Cl2L&H4CECvOHy--6|1t!+;g&ue6mf0i!+=pT^Ly)^2e=e fI=C1ZnN~A$GBB@UWKr0$D(E3dU=2uM9Z&!O704$} diff --git a/packs-system/lf-gifts/MANIFEST-000174 b/packs-system/lf-gifts/MANIFEST-000174 new file mode 100644 index 0000000000000000000000000000000000000000..4490b77f3b302e1c054a2b2c5bdd3d4ea95109cf GIT binary patch literal 140 zcmZQ=x?Pvdz{n_-lUkOVlai$8R9TW*o>`pgoS$2eSd>_jU&PL2x}i)_F)cqQCAFwn zu`(dsy{y8+E6K&rBP=*Cl2L&H4CECvOHy--6|1t!+;g&ue6mf0i!+=pT^Ly)^1iBp fUR(@}OzRmr8JIUPvM3~3zexZIYyb&t0tx^C>@X#| literal 0 HcmV?d00001 diff --git a/packs-system/lf-skills/000172.log b/packs-system/lf-skills/000176.log similarity index 100% rename from packs-system/lf-skills/000172.log rename to packs-system/lf-skills/000176.log diff --git a/packs-system/lf-skills/CURRENT b/packs-system/lf-skills/CURRENT index 301747a..ff4f65a 100644 --- a/packs-system/lf-skills/CURRENT +++ b/packs-system/lf-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000170 +MANIFEST-000174 diff --git a/packs-system/lf-skills/LOG b/packs-system/lf-skills/LOG index e5d4ab4..2f55b4c 100644 --- a/packs-system/lf-skills/LOG +++ b/packs-system/lf-skills/LOG @@ -1,8 +1,8 @@ -2025/02/25-07:05:20.159274 7f4fb77fe6c0 Recovering log #168 -2025/02/25-07:05:20.252142 7f4fb77fe6c0 Delete type=3 #166 -2025/02/25-07:05:20.252245 7f4fb77fe6c0 Delete type=0 #168 -2025/02/25-07:13:31.406936 7f4fb6bff6c0 Level-0 table #173: started -2025/02/25-07:13:31.406981 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK -2025/02/25-07:13:31.414307 7f4fb6bff6c0 Delete type=0 #171 -2025/02/25-07:13:31.427187 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2025/02/25-07:13:31.427257 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/03/11-07:39:37.057531 7f24c57fa6c0 Recovering log #172 +2025/03/11-07:39:37.068677 7f24c57fa6c0 Delete type=3 #170 +2025/03/11-07:39:37.068767 7f24c57fa6c0 Delete type=0 #172 +2025/03/11-07:46:07.216119 7f24c4bff6c0 Level-0 table #177: started +2025/03/11-07:46:07.216184 7f24c4bff6c0 Level-0 table #177: 0 bytes OK +2025/03/11-07:46:07.253176 7f24c4bff6c0 Delete type=0 #175 +2025/03/11-07:46:07.371327 7f24c4bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/03/11-07:46:07.371455 7f24c4bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/LOG.old b/packs-system/lf-skills/LOG.old index 22c1085..e5d4ab4 100644 --- a/packs-system/lf-skills/LOG.old +++ b/packs-system/lf-skills/LOG.old @@ -1,8 +1,8 @@ -2025/02/09-09:17:46.895896 7f46ac7f86c0 Recovering log #164 -2025/02/09-09:17:46.947734 7f46ac7f86c0 Delete type=3 #162 -2025/02/09-09:17:46.947832 7f46ac7f86c0 Delete type=0 #164 -2025/02/09-09:18:22.529278 7f46abbff6c0 Level-0 table #169: started -2025/02/09-09:18:22.529322 7f46abbff6c0 Level-0 table #169: 0 bytes OK -2025/02/09-09:18:22.555928 7f46abbff6c0 Delete type=0 #167 -2025/02/09-09:18:22.677958 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2025/02/09-09:18:22.678006 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/25-07:05:20.159274 7f4fb77fe6c0 Recovering log #168 +2025/02/25-07:05:20.252142 7f4fb77fe6c0 Delete type=3 #166 +2025/02/25-07:05:20.252245 7f4fb77fe6c0 Delete type=0 #168 +2025/02/25-07:13:31.406936 7f4fb6bff6c0 Level-0 table #173: started +2025/02/25-07:13:31.406981 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK +2025/02/25-07:13:31.414307 7f4fb6bff6c0 Delete type=0 #171 +2025/02/25-07:13:31.427187 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2025/02/25-07:13:31.427257 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/MANIFEST-000170 b/packs-system/lf-skills/MANIFEST-000170 deleted file mode 100644 index 3a89899c71e7ac18f05e8a416baf7db227c15804..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmYdufBGqffss)vC$%g!CnZVGsj?)sJhM2}IX|}`u_&=5zlfd5@L?mnqGDQpPD*M~ zv7&jFg@?IIQm#{yWoT8RQ3PW$0~p9FW|pMp7AsbjSQML^nwg{)82TidL-`#5kiZ6zz$Tyo0Buny1poj5 literal 0 HcmV?d00001 diff --git a/packs-system/lf-vulnerabilities/000172.log b/packs-system/lf-vulnerabilities/000176.log similarity index 100% rename from packs-system/lf-vulnerabilities/000172.log rename to packs-system/lf-vulnerabilities/000176.log diff --git a/packs-system/lf-vulnerabilities/CURRENT b/packs-system/lf-vulnerabilities/CURRENT index 301747a..ff4f65a 100644 --- a/packs-system/lf-vulnerabilities/CURRENT +++ b/packs-system/lf-vulnerabilities/CURRENT @@ -1 +1 @@ -MANIFEST-000170 +MANIFEST-000174 diff --git a/packs-system/lf-vulnerabilities/LOG b/packs-system/lf-vulnerabilities/LOG index dfd7feb..c9a7167 100644 --- a/packs-system/lf-vulnerabilities/LOG +++ b/packs-system/lf-vulnerabilities/LOG @@ -1,8 +1,8 @@ -2025/02/25-07:05:20.462162 7f4fbd3fa6c0 Recovering log #168 -2025/02/25-07:05:20.565485 7f4fbd3fa6c0 Delete type=3 #166 -2025/02/25-07:05:20.565615 7f4fbd3fa6c0 Delete type=0 #168 -2025/02/25-07:13:31.420789 7f4fb6bff6c0 Level-0 table #173: started -2025/02/25-07:13:31.420834 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK -2025/02/25-07:13:31.426961 7f4fb6bff6c0 Delete type=0 #171 -2025/02/25-07:13:31.427226 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2025/02/25-07:13:31.427271 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/03/11-07:39:37.106281 7f24c5ffb6c0 Recovering log #172 +2025/03/11-07:39:37.117251 7f24c5ffb6c0 Delete type=3 #170 +2025/03/11-07:39:37.117421 7f24c5ffb6c0 Delete type=0 #172 +2025/03/11-07:46:07.328792 7f24c4bff6c0 Level-0 table #177: started +2025/03/11-07:46:07.328887 7f24c4bff6c0 Level-0 table #177: 0 bytes OK +2025/03/11-07:46:07.371019 7f24c4bff6c0 Delete type=0 #175 +2025/03/11-07:46:07.371427 7f24c4bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/03/11-07:46:07.371535 7f24c4bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/LOG.old b/packs-system/lf-vulnerabilities/LOG.old index dfbebb4..dfd7feb 100644 --- a/packs-system/lf-vulnerabilities/LOG.old +++ b/packs-system/lf-vulnerabilities/LOG.old @@ -1,8 +1,8 @@ -2025/02/09-09:17:47.057750 7f46acff96c0 Recovering log #164 -2025/02/09-09:17:47.111395 7f46acff96c0 Delete type=3 #162 -2025/02/09-09:17:47.111509 7f46acff96c0 Delete type=0 #164 -2025/02/09-09:18:22.591487 7f46abbff6c0 Level-0 table #169: started -2025/02/09-09:18:22.591518 7f46abbff6c0 Level-0 table #169: 0 bytes OK -2025/02/09-09:18:22.627889 7f46abbff6c0 Delete type=0 #167 -2025/02/09-09:18:22.677986 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2025/02/09-09:18:22.678014 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/25-07:05:20.462162 7f4fbd3fa6c0 Recovering log #168 +2025/02/25-07:05:20.565485 7f4fbd3fa6c0 Delete type=3 #166 +2025/02/25-07:05:20.565615 7f4fbd3fa6c0 Delete type=0 #168 +2025/02/25-07:13:31.420789 7f4fb6bff6c0 Level-0 table #173: started +2025/02/25-07:13:31.420834 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK +2025/02/25-07:13:31.426961 7f4fb6bff6c0 Delete type=0 #171 +2025/02/25-07:13:31.427226 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2025/02/25-07:13:31.427271 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/MANIFEST-000170 b/packs-system/lf-vulnerabilities/MANIFEST-000174 similarity index 71% rename from packs-system/lf-vulnerabilities/MANIFEST-000170 rename to packs-system/lf-vulnerabilities/MANIFEST-000174 index 0a35d9285b7048509f7dfc993a547a76c568090c..5e65b81c25f89cbf5aa0d782eb4484aa4ca0a705 100644 GIT binary patch delta 41 rcmeBW>}8ygt;DmY-}8ygt<*MuUpE&6BhzX|P6p;Rj4U#h`V+2z1lE8A)&T_o@lOfc diff --git a/templates/miracle.hbs b/templates/miracle.hbs index 59b5610..be17885 100644 --- a/templates/miracle.hbs +++ b/templates/miracle.hbs @@ -15,6 +15,9 @@ {{formField systemFields.components.fields.religious value=system.components.religious}} + {{formField systemFields.materialComponent value=system.materialComponent}} + {{formField systemFields.catalyst value=system.catalyst}} + @@ -24,8 +27,6 @@ {{formField systemFields.duration value=system.duration}} {{formField systemFields.savingThrow value=system.savingThrow}} - {{formField systemFields.materialComponent value=system.materialComponent}} - {{formField systemFields.catalyst value=system.catalyst}}
diff --git a/templates/spell.hbs b/templates/spell.hbs index f07481e..f3e64ab 100644 --- a/templates/spell.hbs +++ b/templates/spell.hbs @@ -12,8 +12,12 @@ {{formField systemFields.components.fields.verbal value=system.components.verbal}} {{formField systemFields.components.fields.somatic value=system.components.somatic}} {{formField systemFields.components.fields.material value=system.components.material}} + {{formField systemFields.components.fields.catalyst value=system.components.catalyst}} + {{formField systemFields.materialComponent value=system.materialComponent}} + {{formField systemFields.catalyst value=system.catalyst}} + @@ -25,8 +29,8 @@ {{formField systemFields.duration value=system.duration}} {{formField systemFields.savingThrow value=system.savingThrow}} {{formField systemFields.extraAetherPoints value=system.extraAetherPoints}} - - {{formField systemFields.materialComponent value=system.materialComponent}} + {{formField systemFields.criticalType value=system.criticalType}} +
{{localize "LETHALFANTASY.Label.description"}}