diff options
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", |