diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-03-22 18:35:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 17:35:40 +0000 |
commit | 8aa346cc732756fe47d3180375e0db7f7b84f525 (patch) | |
tree | 112e038c0f96bdc59dfcd10abdde9af17c14fe79 /constants | |
parent | b2e47c74d02be39c7e1e71705bbdbb5dacd93bba (diff) | |
download | NotEnoughUpdates-REPO-8aa346cc732756fe47d3180375e0db7f7b84f525.tar.gz NotEnoughUpdates-REPO-8aa346cc732756fe47d3180375e0db7f7b84f525.tar.bz2 NotEnoughUpdates-REPO-8aa346cc732756fe47d3180375e0db7f7b84f525.zip |
Corrected Spiked at Common (#1138)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/reforgestones.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index c9c8051d..e56ed876 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -727,8 +727,8 @@ "reforgeStats": { "COMMON": { "strength": 3, - "crit_chance": 3, - "crit_damage": 2, + "crit_chance": 2, + "crit_damage": 3, "bonus_attack_speed": 1, "health": 2, "defense": 2, |