diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-02 21:56:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 15:56:38 -0400 |
commit | 0742fa26d3a88d486dfc3333131a86359b7bd2c6 (patch) | |
tree | ae295dd2e8275ad252669162876658a5f0ec296a /constants | |
parent | 1b3f41ab4a867ea153f8ff1dc178a7d68781fac1 (diff) | |
download | NotEnoughUpdates-REPO-0742fa26d3a88d486dfc3333131a86359b7bd2c6.tar.gz NotEnoughUpdates-REPO-0742fa26d3a88d486dfc3333131a86359b7bd2c6.tar.bz2 NotEnoughUpdates-REPO-0742fa26d3a88d486dfc3333131a86359b7bd2c6.zip |
Added mythic thing and added items + essencecost (#507)
* Added mythic thing
* Added 2 Items and added essencecosts
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": [ |