Skip to content

Commit

Permalink
replace critbonus with critdamage in these holdovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Nov 20, 2023
1 parent 06f772a commit b32394b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions species/kyani.raceeffect
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"effectiveMultiplier": 1.2
},
{
"stat": "critBonus",
"effectiveMultiplier": 1.1
"stat": "critDamage",
"amount": 0.1
}
]
},
Expand All @@ -132,8 +132,8 @@
"effectiveMultiplier": 1.15
},
{
"stat": "critBonus",
"effectiveMultiplier": 1.07
"stat": "critDamage",
"amount": 0.07
}
]
},
Expand All @@ -144,8 +144,8 @@
"effectiveMultiplier": 1.07
},
{
"stat": "critBonus",
"effectiveMultiplier": 1.03
"stat": "critDamage",
"amount": 0.03
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions stats/effects/fu_effects/critbonus/critbonus1.statuseffect
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "critbonus1",
"effectConfig": {
"stats": [{
"stat": "critBonus",
"stat": "critDamage",
"amount": 0.1
}
]
Expand All @@ -15,6 +15,6 @@

"animationConfig" : "critbonus.animation",

"label" : "Crit Bonus +10",
"label" : "Crit Damage +10%",
"icon" : "/interface/statuses/rage.png"
}

0 comments on commit b32394b

Please sign in to comment.