From 30887b0d60d302cdbf22476ec8304b58a28c58a3 Mon Sep 17 00:00:00 2001 From: AstroFvtvre <79323715+AstroFvtvre@users.noreply.github.com> Date: Sat, 20 Feb 2021 18:08:31 +0300 Subject: Include wither armour variants (#409) --- constants/essencecosts.json | 128 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) (limited to 'constants') 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, -- cgit