diff --git a/mods/BaseGameContent.rairmod b/mods/BaseGameContent.rairmod index 79f22b1..2437daf 100644 --- a/mods/BaseGameContent.rairmod +++ b/mods/BaseGameContent.rairmod @@ -3,7 +3,7 @@ "name": "BaseGameContent", "author": "Seiyria", "version": 1, - "savedAt": 1725291618885 + "savedAt": 1725376145595 }, "npcs": [ { @@ -2155067,6 +2155067,7 @@ "_id": "01917b2e-8e52-7bbd-a9b5-57c3bb7a2f24" }, { + "_id": "01917b2e-8fa9-7bbd-a9b5-5aea8529204c", "_hasSpell": true, "_hasTrait": true, "_hasEffect": true, @@ -2155074,14 +2155075,62 @@ "name": "BarNecro", "_gameId": "BarNecro", "all": { - "name": "Necrotic Shield", "desc": "Resist some necrotic, poison, and disease damage. Cost: 20 MP", "icon": "rosa-shield", - "color": "#0a0" + "color": "#0a0", + "bgColor": "", + "name": "Necrotic Shield" + }, + "effect": { + "tooltip": { + "name": "", + "color": "", + "bgColor": "", + "desc": "Resisting %potency necrotic damage, %potency5 poison damage, and %potency10 disease damage." + }, + "effect": { + "type": "buff", + "duration": 600, + "extra": { + "potency": 0, + "canRemove": true, + "unique": true, + "doesTick": false, + "persistThroughDeath": false, + "canOverlapUniqueIfEquipped": false, + "charges": 0, + "statChanges": {} + } + }, + "effectMeta": { + "castSfx": "spell-buff-magical", + "applySfx": "spell-buff-magical", + "castMessage": "You cast BarNecro on %target.", + "applyMessage": "Your body builds a temporary resistance to the dark arts!", + "unapplyMessage": "Your resistance to the dark arts fades." + } + }, + "macro": { + "name": "", + "macro": "cast barnecro", + "color": "", + "bgColor": "", + "mode": "clickToTarget", + "key": "", + "tooltipDesc": "", + "isDefault": false }, "spell": { - "mpCost": 20, + "spellName": "", "maxSkillForGain": 10, + "mpCost": 20, + "castTime": 0, + "cooldown": 0, + "potencyMultiplier": 1, + "bonusRollsMin": 0, + "bonusRollsMax": 0, + "willSaveThreshold": 0, + "willSavePercent": 0, "skillMultiplierChanges": [ [ 0, @@ -2155101,6 +2155150,9 @@ ] ], "spellMeta": { + "bonusAgro": 0, + "creatureSummoned": [], + "fizzledBy": [], "noReflect": true, "noHostileTarget": true, "doesOvertime": true, @@ -2155109,33 +2155161,15 @@ }, "trait": { "name": "Bar Necro", - "borderColor": "#0f0" - }, - "effect": { - "tooltip": { - "desc": "Resisting some necrotic, poison, and disease damage." - }, - "effect": { - "type": "buff", - "duration": 600, - "extra": { - "canRemove": true, - "unique": true - } - }, - "effectMeta": { - "castSfx": "spell-buff-magical", - "applySfx": "spell-buff-magical", - "castMessage": "You cast BarNecro on %target.", - "applyMessage": "Your body builds a temporary resistance to the dark arts!", - "unapplyMessage": "Your resistance to the dark arts fades." - } - }, - "macro": { - "macro": "cast barnecro", - "mode": "clickToTarget" - }, - "_id": "01917b2e-8fa9-7bbd-a9b5-5aea8529204c" + "desc": "", + "borderColor": "#0f0", + "iconBgColor": "", + "iconColor": "", + "spellGiven": "", + "isAncient": false, + "valuePerTier": 0, + "statsGiven": {} + } }, { "_hasSpell": true,