diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/fairy_souls.json | 6 | ||||
-rw-r--r-- | constants/parents.json | 2 | ||||
-rw-r--r-- | constants/petnums.json | 38 |
3 files changed, 43 insertions, 3 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 0d576945..4aef21d4 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -6,7 +6,7 @@ "169,60,129", "147,53,88", "162,46,69", - "176,65,42", + "176,64,42", "155,62,28", "110,67,58", "87,77,43", @@ -27,7 +27,7 @@ "-152,67,123", "-166,79,93", "-183,80,29", - "-233,88,84", + "-233,86,84", "-229,123,84", "-259,114,85", "-262,102,67", @@ -211,7 +211,7 @@ "-139,220,-89", "155,189,123", "133,104,104", - "-53,204,50", + "-53,205,50", "34,102,86", "-204,131,199", "22,127,184", diff --git a/constants/parents.json b/constants/parents.json index b4af6771..64a43ad0 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1910,6 +1910,8 @@ ], "MITHRIL_GOLEM;4":[ "MITHRIL_GOLEM;3", + "MITHRIL_GOLEM;2", + "MITHRIL_GOLEM;1", "MITHRIL_GOLEM;0" ], "BEACON_1":[ diff --git a/constants/petnums.json b/constants/petnums.json index 03a45da5..7f4299cb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4381,6 +4381,44 @@ } } }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 0.8 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 0.8, + 0.1 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80, + 10 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, "EPIC":{ "1":{ "otherNums":[ |