diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-16 23:51:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:51:13 -0400 |
commit | 8d29b5fcef4cfe9716d311035b1a32032aa17015 (patch) | |
tree | 528fbf113ae77d2a689453bcc5afb0f3ebf4830b /constants/essencecosts.json | |
parent | 0e58984f2a8d3efa156e047cd7ab03a6a8585c63 (diff) | |
download | NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.gz NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.bz2 NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.zip |
Pig - Added thing from the Update and some other Things (#460)
* Added Items from the Update and fixed some things, missing is Pig Relic
* Constants things, PETNUMS FOR RAT MAYBE WRONG
* Rat Pet Fix
Diffstat (limited to 'constants/essencecosts.json')
-rw-r--r-- | constants/essencecosts.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 49a16e92..296af55b 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -1768,6 +1768,62 @@ "4":40, "5":50 }, + "GOLD_BONZO_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_SCARF_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_PROFESSOR_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_THRON_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_LIVID_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_SADAN_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "GOLD_NECRON_HEAD":{ + "type":"Gold", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, "HARDENED_DIAMOND_HELMET":{ "type":"Diamond", "dungeonize":10, @@ -1840,6 +1896,62 @@ "4":90, "5":140 }, + "DIAMOND_BONZO_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_SCARF_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_PROFESSOR_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_THRON_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_LIVID_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_SADAN_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, + "DIAMOND_NECRON_HEAD":{ + "type":"Diamond", + "1":50, + "2":75, + "3":125, + "4":250, + "5":500 + }, "YETI_SWORD":{ "type":"Ice", "dungeonize":100, |