diff options
-rw-r--r-- | constants/essencecosts.json | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 7151f2a6..9665296e 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -353,6 +353,134 @@ "4":350, "5":500 }, + "TANK_WITHER_HELMET":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "TANK_WITHER_CHESTPLATE":{ + "type":"Wither", + "1":100, + "2":200, + "3":350, + "4":600, + "5":1000 + }, + "TANK_WITHER_LEGGINGS":{ + "type":"Wither", + "1":75, + "2":150, + "3":250, + "4":400, + "5":700 + }, + "TANK_WITHER_BOOTS":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "SPEED_WITHER_HELMET":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "SPEED_WITHER_CHESTPLATE":{ + "type":"Wither", + "1":100, + "2":200, + "3":350, + "4":600, + "5":1000 + }, + "SPEED_WITHER_LEGGINGS":{ + "type":"Wither", + "1":75, + "2":150, + "3":250, + "4":400, + "5":700 + }, + "SPEED_WITHER_BOOTS":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "WISE_WITHER_HELMET":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "WISE_WITHER_CHESTPLATE":{ + "type":"Wither", + "1":100, + "2":200, + "3":350, + "4":600, + "5":1000 + }, + "WISE_WITHER_LEGGINGS":{ + "type":"Wither", + "1":75, + "2":150, + "3":250, + "4":400, + "5":700 + }, + "WISE_WITHER_BOOTS":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "POWER_WITHER_HELMET":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, + "POWER_WITHER_CHESTPLATE":{ + "type":"Wither", + "1":100, + "2":200, + "3":350, + "4":600, + "5":1000 + }, + "POWER_WITHER_LEGGINGS":{ + "type":"Wither", + "1":75, + "2":150, + "3":250, + "4":400, + "5":700 + }, + "POWER_WITHER_BOOTS":{ + "type":"Wither", + "1":50, + "2":100, + "3":200, + "4":350, + "5":500 + }, "RUNAANS_BOW":{ "type":"Spider", "dungeonize":500, |