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 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'constants/essencecosts.json') 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, -- cgit