diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-20 19:46:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 13:46:46 -0400 |
commit | d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8 (patch) | |
tree | df3bb9ff84961817e30e83f763c2513b764695fc /constants/reforgestones.json | |
parent | 4365a5f9a1cdb1679358122e32589aa7df24a313 (diff) | |
download | NotEnoughUpdates-REPO-d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8.tar.gz NotEnoughUpdates-REPO-d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8.tar.bz2 NotEnoughUpdates-REPO-d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8.zip |
Very Creative Commit Name (#494)
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 17e3dd86..f1d30df3 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -157,6 +157,56 @@ } } }, + "GOLDEN_BALL":{ + "internalName":"GOLDEN_BALL", + "reforgeName":"Bountiful", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"HOE", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":20000, + "UNCOMMON":40000, + "RARE":80000, + "EPIC":150000, + "LEGENDARY":300000, + "MYTHIC":600000 + }, + "reforgeAbility":{ + "COMMON":"§7Grants §a+1 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.", + "UNCOMMON":"§7Grants §a+2 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.", + "RARE":"§7Grants §a+3 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.", + "EPIC":"§7Grants §a+5 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.", + "LEGENDARY":"§7Grants §a+7 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.", + "MYTHIC":"§7Grants §a+10 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break." + }, + "reforgeStats":{ + "COMMON":{ + "speed":1 + }, + "UNCOMMON":{ + "speed":2 + }, + "RARE":{ + "speed":3 + }, + "EPIC":{ + "speed":5 + }, + "LEGENDARY":{ + "speed":8 + }, + "MYTHIC":{ + "speed":13 + } + } + }, "CANDY_CORN":{ "internalName":"CANDY_CORN", "reforgeName":"Candied", |