diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 6 | ||||
-rw-r--r-- | constants/parents.json | 9 | ||||
-rw-r--r-- | constants/petnums.json | 115 | ||||
-rw-r--r-- | constants/pets.json | 3 |
4 files changed, 131 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index bf281671..9eedbb4d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1173,7 +1173,11 @@ "74f1afbded9b4d81a7bb2b4d7474bf4d", "55d25d86af7f4d969cae21ac8a685d67", "4f5d9cf8858f44e8865a41d402c022b9", - "5d5c548a790c4fc8bd8fd25b04857f44" + "5d5c548a790c4fc8bd8fd25b04857f44", + "2b1511740c7b4e2aa2887d635f3548c7", + "eefc6e87742a441b82259ba11f258e1f", + "eaafe8cdc0d543348a997042370d5d0b", + "89b0f78e49fa47cf977412f115ba4896" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index abca6fde..8ecfc5b1 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2334,6 +2334,15 @@ "POWER_ARTIFACT":[ "POWER_RING", "POWER_TALISMAN" + ], + "SUPERIOR_SHIMMER":[ + "STRONG_SHIMMER", + "UNSTABLE_SHIMMER", + "YOUNG_SHIMMER", + "WISE_SHIMMER", + "HOLY_SHIMMER", + "OLD_SHIMMER", + "PROTECTOR_SHIMMER" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 9e488e05..68973a92 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3888,6 +3888,121 @@ "interp": "1:56" } }, + "SCATHA": { + "COMMON": { + "1": { + "otherNums": [ + 1.2 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 1.2 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "RARE": { + "1": { + "otherNums": [ + 1.2, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "EPIC": { + "1": { + "otherNums": [ + 1.2, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 1.2, + 0, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5, + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + } + }, "TARANTULA": { "EPIC": { "1": { diff --git a/constants/pets.json b/constants/pets.json index f853b8e2..defc3fd7 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -183,6 +183,7 @@ "ARMADILLO":"MINING", "BAL":"COMBAT", "GOLDEN_DRAGON":"COMBAT", - "RAT":"COMBAT" + "RAT":"COMBAT", + "SCATHA":"MINING" } }
\ No newline at end of file |