aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2021-04-16 23:51:13 +0200
committerGitHub <noreply@github.com>2021-04-16 17:51:13 -0400
commit8d29b5fcef4cfe9716d311035b1a32032aa17015 (patch)
tree528fbf113ae77d2a689453bcc5afb0f3ebf4830b /constants
parent0e58984f2a8d3efa156e047cd7ab03a6a8585c63 (diff)
downloadNotEnoughUpdates-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')
-rw-r--r--constants/essencecosts.json112
-rw-r--r--constants/parents.json3
-rw-r--r--constants/petnums.json29
-rw-r--r--constants/pets.json3
4 files changed, 144 insertions, 3 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,
diff --git a/constants/parents.json b/constants/parents.json
index e2a4071c..5d21fe54 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -236,7 +236,8 @@
"HARVESTING;2",
"HARVESTING;3",
"HARVESTING;4",
- "HARVESTING;5"
+ "HARVESTING;5",
+ "HARVESTING;6"
],
"IMPALING;1":[
"IMPALING;2",
diff --git a/constants/petnums.json b/constants/petnums.json
index ddb7c810..6dbed205 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3877,7 +3877,7 @@
20
],
"statNums": {
- "DEFENSE": 130.0,
+ "DEFENSE": 100.0,
"HEALTH": 50.0
}
},
@@ -4613,5 +4613,32 @@
}
}
}
+ },
+ "RAT": {
+ "LEGENDARY": {
+ "1": {
+ "otherNums": [
+ 2.0,
+ 20
+ ],
+ "statNums": {
+ "CRIT_DAMAGE": 0.0,
+ "HEALTH": 0.0,
+ "STRENGTH": 0.0
+ }
+ },
+ "100": {
+ "otherNums": [
+ 10,
+ 60
+ ],
+ "statNums": {
+ "CRIT_DAMAGE": 10.0,
+ "HEALTH": 100.0,
+ "STRENGTH": 50.0
+ }
+ },
+ "interp": "1:87"
+ }
}
}
diff --git a/constants/pets.json b/constants/pets.json
index d255dffe..332b9d61 100644
--- a/constants/pets.json
+++ b/constants/pets.json
@@ -178,6 +178,7 @@
"ZOMBIE":"COMBAT",
"WOLF":"COMBAT",
"GUARDIAN":"ENCHANTING",
- "GRANDMA_WOLF":"COMBAT"
+ "GRANDMA_WOLF":"COMBAT",
+ "RAT":"COMBAT"
}
} \ No newline at end of file