From d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 20 May 2021 19:46:46 +0200 Subject: Very Creative Commit Name (#494) --- constants/reforgestones.json | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'constants/reforgestones.json') 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", -- cgit