Skip to content

Commit

Permalink
fix snare duration
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 25, 2024
1 parent 90a92de commit 3715609
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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": 1727285613715,
"savedAt": 1727296942678,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -2170609,9 +2170609,9 @@
},
"effect": {
"type": "debuff",
"duration": 0,
"durationScaleStat": "int",
"durationScaleValue": 100,
"duration": 5,
"durationScaleStat": "wis",
"durationScaleValue": 0.5,
"extra": {
"potency": 0,
"canRemove": false,
Expand Down Expand Up @@ -2170650,7 +2170650,7 @@
"mpCost": 25,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"potencyMultiplier": 0.5,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
Expand All @@ -2170668,7 +2170668,9 @@
"resistLowerTrait": "Roots",
"canBeResisted": true,
"doesOvertime": true,
"linkedEffectName": "Snare"
"linkedEffectName": "Snare",
"useSkillAsPotency": true,
"staticPotency": true
}
},
"trait": {
Expand Down

0 comments on commit 3715609

Please sign in to comment.