From b35fc6339f0ff82240a90cb3402d014729ebcb21 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 27 Oct 2024 16:41:58 +0100 Subject: Update Fear stats on Boo Stone (#1423) --- constants/reforgestones.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 07d39e05..8f76a39e 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -395,7 +395,15 @@ "EPIC": 10000, "LEGENDARY": 10000 }, - "reforgeAbility": "Grants §a+1 §5Fear§7." + "reforgeAbility": "Grants §a+1 §5Fear§7.", + "reforgeStats": { + "EPIC": { + "fear": 4 + }, + "LEGENDARY": { + "fear": 5 + } + } }, "CANDY_CORN": { "internalName": "CANDY_CORN", -- cgit