diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/essencecosts.json | 27 | ||||
-rw-r--r-- | constants/pets.json | 3 |
2 files changed, 29 insertions, 1 deletions
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": [ |