Skip to content

Commit

Permalink
FF spell name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 25, 2024
1 parent 9a10652 commit 12c55a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion _transformers/helpers/stems.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
43 changes: 21 additions & 22 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1727230557106,
"savedAt": 1727270856911,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -8107,9 +8107,7 @@
290
],
"npcId": "Thief Shadow Clone",
"name": [
"shadow"
],
"name": "shadow clone",
"hostility": "OnHit",
"allegiance": "Enemy",
"affiliation": "",
Expand Down Expand Up @@ -8282,7 +8280,7 @@
},
"summonSkillModifiers": {},
"summonStatModifiers": {
"hp": 10000,
"hp": 5000,
"str": 0.5,
"agi": 0.5
}
Expand Down Expand Up @@ -2173446,7 +2173444,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Light)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2173544,7 +2173542,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Nature)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2173642,7 +2173640,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Water)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2173738,7 +2173736,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Spider)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2173834,7 +2173832,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Salamander)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2173930,7 +2173928,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Bear)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2174026,7 +2174024,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Wolf)",
"maxSkillForGain": 1,
"mpCost": 50,
"castTime": 10,
Expand Down Expand Up @@ -2174082,7 +2174080,7 @@
},
"effect": {
"tooltip": {
"name": "Find Familiar Shadow Clones",
"name": "Shadow Clones",
"color": "",
"bgColor": "",
"desc": "Shadow clones attack enemies"
Expand Down Expand Up @@ -2174122,7 +2174120,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Shadow Clones",
"maxSkillForGain": 1,
"mpCost": 100,
"castTime": 10,
Expand All @@ -2174148,7 +2174146,8 @@
"fizzledBy": [],
"casterMessage": "You begin calling for shadowy help...",
"useSkillAsPotency": true,
"staticPotency": true
"staticPotency": true,
"targetsCaster": false
}
},
"trait": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -2174220,7 +2174219,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Distraction",
"maxSkillForGain": 1,
"mpCost": 100,
"castTime": 10,
Expand Down Expand Up @@ -2174316,7 +2174315,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Snowman)",
"maxSkillForGain": 1,
"mpCost": 0,
"castTime": 10,
Expand Down Expand Up @@ -2174412,7 +2174411,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Turkey)",
"maxSkillForGain": 1,
"mpCost": 0,
"castTime": 10,
Expand Down Expand Up @@ -2174508,7 +2174507,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Golem)",
"maxSkillForGain": 1,
"mpCost": 0,
"castTime": 10,
Expand Down Expand Up @@ -2174607,7 +2174606,7 @@
"isDefault": false
},
"spell": {
"spellName": "",
"spellName": "Find Familiar (Dragon)",
"maxSkillForGain": 1,
"mpCost": 150,
"castTime": 10,
Expand Down

0 comments on commit 12c55a9

Please sign in to comment.