From 12c55a95a1968be75becfababd723bcf3cc06c9b Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Wed, 25 Sep 2024 08:28:13 -0500 Subject: [PATCH] FF spell name changes --- _transformers/helpers/stems.js | 2 +- mods/BaseGameContent.rairmod | 43 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/_transformers/helpers/stems.js b/_transformers/helpers/stems.js index fd25f3f..9ceae97 100644 --- a/_transformers/helpers/stems.js +++ b/_transformers/helpers/stems.js @@ -4,7 +4,7 @@ function handleSpells(spells) { const spellData = spells.reduce((prev, s) => { const baseSpell = s.spell; - baseSpell.spellName = s._gameId; + baseSpell.spellName ??= s._gameId; baseSpell.spellMeta ||= {}; baseSpell.spellMeta.spellRef ||= s._gameId; diff --git a/mods/BaseGameContent.rairmod b/mods/BaseGameContent.rairmod index f12d8d3..1301a7f 100644 --- a/mods/BaseGameContent.rairmod +++ b/mods/BaseGameContent.rairmod @@ -3,7 +3,7 @@ "name": "BaseGameContent", "author": "Seiyria", "version": 1, - "savedAt": 1727230557106, + "savedAt": 1727270856911, "dependencies": [] }, "npcs": [ @@ -8107,9 +8107,7 @@ 290 ], "npcId": "Thief Shadow Clone", - "name": [ - "shadow" - ], + "name": "shadow clone", "hostility": "OnHit", "allegiance": "Enemy", "affiliation": "", @@ -8282,7 +8280,7 @@ }, "summonSkillModifiers": {}, "summonStatModifiers": { - "hp": 10000, + "hp": 5000, "str": 0.5, "agi": 0.5 } @@ -2173446,7 +2173444,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Light)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2173544,7 +2173542,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Nature)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2173642,7 +2173640,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Water)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2173738,7 +2173736,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Spider)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2173834,7 +2173832,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Salamander)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2173930,7 +2173928,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Bear)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2174026,7 +2174024,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Wolf)", "maxSkillForGain": 1, "mpCost": 50, "castTime": 10, @@ -2174082,7 +2174080,7 @@ }, "effect": { "tooltip": { - "name": "Find Familiar Shadow Clones", + "name": "Shadow Clones", "color": "", "bgColor": "", "desc": "Shadow clones attack enemies" @@ -2174122,7 +2174120,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Shadow Clones", "maxSkillForGain": 1, "mpCost": 100, "castTime": 10, @@ -2174148,7 +2174146,8 @@ "fizzledBy": [], "casterMessage": "You begin calling for shadowy help...", "useSkillAsPotency": true, - "staticPotency": true + "staticPotency": true, + "targetsCaster": false } }, "trait": { @@ -2174180,10 +2174179,10 @@ }, "effect": { "tooltip": { - "name": "Find Familiar Distraction", + "name": "Distraction", "color": "", "bgColor": "", - "desc": "Shadow distractions confuse enemies" + "desc": "Shadow distractions confuse enemies." }, "effect": { "type": "buff", @@ -2174220,7 +2174219,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Distraction", "maxSkillForGain": 1, "mpCost": 100, "castTime": 10, @@ -2174316,7 +2174315,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Snowman)", "maxSkillForGain": 1, "mpCost": 0, "castTime": 10, @@ -2174412,7 +2174411,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Turkey)", "maxSkillForGain": 1, "mpCost": 0, "castTime": 10, @@ -2174508,7 +2174507,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Golem)", "maxSkillForGain": 1, "mpCost": 0, "castTime": 10, @@ -2174607,7 +2174606,7 @@ "isDefault": false }, "spell": { - "spellName": "", + "spellName": "Find Familiar (Dragon)", "maxSkillForGain": 1, "mpCost": 150, "castTime": 10,