diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /constants/reforgestones.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 6b4ffb44..6af1072f 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1471,11 +1471,13 @@ "reforgeStats": { "LEGENDARY": { "damage": 75, - "strength": 75 + "strength": 75, + "intelligence": 350 }, "MYTHIC": { "damage": 90, - "strength": 90 + "strength": 90, + "intelligence": 400 } } }, |