diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-30 08:57:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 07:57:07 +0000 |
commit | 40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b (patch) | |
tree | 4a19882cd1e404b458c6bbfdd8d00a4ce73b05e1 /constants | |
parent | 4482867750e4cad298be9c7486896d2fa9c82fb1 (diff) | |
download | NotEnoughUpdates-REPO-40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b.tar.gz NotEnoughUpdates-REPO-40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b.tar.bz2 NotEnoughUpdates-REPO-40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b.zip |
Added Mythic Snowman Pet (#1054)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 34 |
2 files changed, 34 insertions, 3 deletions
diff --git a/constants/parents.json b/constants/parents.json index 3878f583..def5016f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3424,5 +3424,8 @@ ], "ULTIMATE_THE_ONE;4": [ "ULTIMATE_THE_ONE;5" + ], + "SNOWMAN;5": [ + "SNOWMAN;4" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 1ccba472..6f58737e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4148,9 +4148,37 @@ 1.0 ], "statNums": { - "CRIT_DAMAGE": 0.0, - "DAMAGE": 0.0, - "STRENGTH": 0.0 + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 + } + }, + "100": { + "otherNums": [ + 8, + 15, + 5, + 1 + ], + "statNums": { + "CRIT_DAMAGE": 25.0, + "DAMAGE": 25.0, + "STRENGTH": 25.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 4.0, + 0.1, + 5.0, + 1.0 + ], + "statNums": { + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 } }, "100": { |