From 0742fa26d3a88d486dfc3333131a86359b7bd2c6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:56:38 +0200 Subject: Added mythic thing and added items + essencecost (#507) * Added mythic thing * Added 2 Items and added essencecosts --- constants/essencecosts.json | 27 +++++++++++++++++++++++++++ constants/pets.json | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 06af1f3c..9fc1ba61 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -1717,6 +1717,33 @@ "4":90, "5":140 }, + "TERMINATOR":{ + "type":"Dragon", + "dungeonize":300, + "1":100, + "2":200, + "3":300, + "4":500, + "5":750 + }, + "SINSEEKER_SCYTHE":{ + "type":"Dragon", + "dungeonize":250, + "1":70, + "2":140, + "3":210, + "4":350, + "5":600 + }, + "JUJU_SHORTBOW":{ + "type":"Dragon", + "dungeonize":300, + "1":100, + "2":200, + "3":300, + "4":500, + "5":750 + }, "MIDAS_STAFF":{ "type":"Gold", "dungeonize":100, diff --git a/constants/pets.json b/constants/pets.json index 332b9d61..5b7b5275 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -4,7 +4,8 @@ "UNCOMMON": 6, "RARE": 11, "EPIC": 16, - "LEGENDARY": 20 + "LEGENDARY": 20, + "MYTHIC": 20 }, "pet_levels": [ -- cgit