diff options
author | AstroFvtvre <79323715+AstroFvtvre@users.noreply.github.com> | 2021-02-20 18:08:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 10:08:31 -0500 |
commit | 30887b0d60d302cdbf22476ec8304b58a28c58a3 (patch) | |
tree | 650f3a2d5d33293743a356d3666477807236fa33 /constants/essencecosts.json | |
parent | 62e293602da01539000806339b506c4f4d5f922f (diff) | |
download | NotEnoughUpdates-REPO-30887b0d60d302cdbf22476ec8304b58a28c58a3.tar.gz NotEnoughUpdates-REPO-30887b0d60d302cdbf22476ec8304b58a28c58a3.tar.bz2 NotEnoughUpdates-REPO-30887b0d60d302cdbf22476ec8304b58a28c58a3.zip |
Include wither armour variants (#409)
Diffstat (limited to 'constants/essencecosts.json')
-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, |