diff options
| author | Luna <me@lunya.dev> | 2024-10-27 16:41:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-27 15:41:58 +0000 |
| commit | b35fc6339f0ff82240a90cb3402d014729ebcb21 (patch) | |
| tree | a4973a21f591076946feae2b302103ee49a6c29a /constants | |
| parent | 97f3d14f6ecd320f7d4145add92cf07b1be15e34 (diff) | |
| download | NotEnoughUpdates-REPO-b35fc6339f0ff82240a90cb3402d014729ebcb21.tar.gz NotEnoughUpdates-REPO-b35fc6339f0ff82240a90cb3402d014729ebcb21.tar.bz2 NotEnoughUpdates-REPO-b35fc6339f0ff82240a90cb3402d014729ebcb21.zip | |
Update Fear stats on Boo Stone (#1423)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/reforgestones.json | 10 |
1 files changed, 9 insertions, 1 deletions
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", |
