From fc877134eacdd1a75be57f90577ba0628638bbe3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:40:07 +0200 Subject: Added new alpha stuff (#978) Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- constants/reforgestones.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'constants/reforgestones.json') 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 } } }, -- cgit