Skip to content

Commit

Permalink
fix shield effect
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 14, 2024
1 parent eb259e1 commit 75f6daa
Showing 1 changed file with 65 additions and 27 deletions.
92 changes: 65 additions & 27 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": 1726338751850
"savedAt": 1726348659196
},
"npcs": [
{
Expand Down Expand Up @@ -2165033,48 +2165033,42 @@
}
},
{
"_id": "01917b2f-3ecb-7bbd-a9b9-18bae57279a1",
"_hasSpell": true,
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "Shield",
"_gameId": "Shield",
"all": {
"desc": "Increase your physical and magical resistance for a period of time.",
"icon": "vibrating-shield",
"color": "#a00"
},
"spell": {
"mpCost": 0,
"cooldown": 60,
"maxSkillForGain": 5,
"potencyMultiplier": 0.5,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"staticPotency": true,
"noReflect": true,
"doesOvertime": true
}
},
"trait": {
"name": "Shield",
"borderColor": "#000"
"color": "#a00",
"bgColor": ""
},
"effect": {
"tooltip": {
"desc": "Boosted physical and magical resistance"
"name": "",
"color": "",
"bgColor": "",
"desc": "Boosted physical and magical resistance."
},
"effect": {
"type": "buff",
"duration": 600,
"durationScaleStat": "str",
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"unique": true,
"canRemove": true
"doesTick": false,
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand All @@ -2165087,10 +2165081,54 @@
}
},
"macro": {
"name": "",
"macro": "art shield",
"mode": "autoActivate"
"color": "",
"bgColor": "",
"mode": "autoActivate",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"_id": "01917b2f-3ecb-7bbd-a9b9-18bae57279a1"
"spell": {
"spellName": "",
"maxSkillForGain": 5,
"mpCost": 0,
"castTime": 0,
"cooldown": 60,
"potencyMultiplier": 0.5,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": [],
"staticPotency": true,
"noReflect": true,
"doesOvertime": true,
"targetsCaster": true,
"linkedEffectName": "Shield"
}
},
"trait": {
"name": "Shield",
"desc": "",
"borderColor": "#000",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_id": "0191958e-ac33-7aa7-bcdd-f75f38a97eaa",
Expand Down

0 comments on commit 75f6daa

Please sign in to comment.