aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/parents.json5
-rw-r--r--constants/petnums.json16
2 files changed, 17 insertions, 4 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 28ef732f..cdfd5bbf 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3152,5 +3152,10 @@
"RARE_KUUDRA_CHUNK",
"EPIC_KUUDRA_CHUNK",
"LEGENDARY_KUUDRA_CHUNK"
+ ],
+ "MAXOR_CELESTIAL": [
+ "GOLDOR_CELESTIAL",
+ "NECRON_CELESTIAL",
+ "STORM_CELESTIAL"
]
} \ No newline at end of file
diff --git a/constants/petnums.json b/constants/petnums.json
index e20d409e..cc734d2d 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3534,20 +3534,28 @@
"LEGENDARY": {
"1": {
"otherNums": [
- 1.0
+ 1.0,
+ 0.1,
+ 0.05,
+ 0.2
],
"statNums": {
"HEALTH": 1.0,
- "SEA_CREATURE_CHANCE": 0.05
+ "SEA_CREATURE_CHANCE": 0.05,
+ "FISHING_SPEED": 0.25
}
},
"100": {
"otherNums": [
- 100
+ 75,
+ 10,
+ 5,
+ 20
],
"statNums": {
"HEALTH": 100.0,
- "SEA_CREATURE_CHANCE": 5.0
+ "SEA_CREATURE_CHANCE": 5.0,
+ "FISHING_SPEED": 25.0
}
}
}