diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-25 22:01:32 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 12:01:32 +0000 |
| commit | 7ccd606ccfcab9fd075f026e34e92df554f7a736 (patch) | |
| tree | c7519f72a90b1bf7db0c3f8b17c87de106922a02 /constants | |
| parent | 1c43c43efe5135040b3505c870ff274e954047f3 (diff) | |
| download | NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.tar.gz NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.tar.bz2 NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.zip | |
rabbit pet (#1213)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/parents.json | 3 | ||||
| -rw-r--r-- | constants/petnums.json | 28 |
2 files changed, 30 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index b156cd4c..ff152398 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -946,7 +946,8 @@ "PIG;1", "PIG;0" ], - "RABBIT;4": [ + "RABBIT;5": [ + "RABBIT;4", "RABBIT;3", "RABBIT;2", "RABBIT;1", diff --git a/constants/petnums.json b/constants/petnums.json index 9715bfda..4b65361f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3810,6 +3810,34 @@ "SPEED": 20.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.5, + 0.3, + 0.3, + 0.01, + 1.3 + ], + "statNums": { + "HEALTH": 1.0, + "SPEED": 0.2 + } + }, + "100": { + "otherNums": [ + 50, + 30, + 30, + 0.05, + 33 + ], + "statNums": { + "HEALTH": 100.0, + "SPEED": 20.0 + } + } } }, "RIFT_FERRET": { |
