Skip to content

Commit

Permalink
update base tooltip for barnecro
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 3, 2024
1 parent 3017e31 commit 6136925
Showing 1 changed file with 65 additions and 31 deletions.
96 changes: 65 additions & 31 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": 1725291618885
"savedAt": 1725376145595
},
"npcs": [
{
Expand Down Expand Up @@ -2155067,21 +2155067,70 @@
"_id": "01917b2e-8e52-7bbd-a9b5-57c3bb7a2f24"
},
{
"_id": "01917b2e-8fa9-7bbd-a9b5-5aea8529204c",
"_hasSpell": true,
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"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,
Expand All @@ -2155101,6 +2155150,9 @@
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": [],
"noReflect": true,
"noHostileTarget": true,
"doesOvertime": true,
Expand All @@ -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,
Expand Down

0 comments on commit 6136925

Please sign in to comment.