Skip to content

Commit

Permalink
fix spellshield tag, vitalessence name
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 14, 2024
1 parent 2883baf commit afc71b9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 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": 1726318255087
"savedAt": 1726327469395
},
"npcs": [
{
Expand Down Expand Up @@ -2157171,6 +2157171,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "VitalEssence",
"_gameId": "VitalEssence",
"all": {
Expand Down Expand Up @@ -2157200,7 +2157201,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 600,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2157262,7 +2157264,7 @@
}
},
"trait": {
"name": "",
"name": "Vital Essence",
"desc": "",
"borderColor": "#0a0",
"iconBgColor": "",
Expand Down Expand Up @@ -2158206,6 +2158208,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "Spellshield",
"_gameId": "Spellshield",
"all": {
Expand Down Expand Up @@ -2158234,7 +2158237,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2158281,7 +2158285,8 @@
"doesOvertime": true,
"staticPotency": true,
"useSkillAsPotency": true,
"linkedEffectName": "Spellshield"
"linkedEffectName": "Spellshield",
"noHostileTarget": true
}
},
"trait": {
Expand Down

0 comments on commit afc71b9

Please sign in to comment.