diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 11:04:57 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 11:04:57 +0200 |
commit | c2a21eeee5c94e8633388341603673fe55f09431 (patch) | |
tree | e8858a3668b30fd32e7d9b4178c95ddc3e099f41 /constants/petnums.json | |
parent | d0ce5f134e03005dfe954a1198c09ec6925cd580 (diff) | |
download | NotEnoughUpdates-REPO-c2a21eeee5c94e8633388341603673fe55f09431.tar.gz NotEnoughUpdates-REPO-c2a21eeee5c94e8633388341603673fe55f09431.tar.bz2 NotEnoughUpdates-REPO-c2a21eeee5c94e8633388341603673fe55f09431.zip |
Fixed Guardian and Tara Pet
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index c37cd002..d611c275 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1963,6 +1963,32 @@ "INTELLIGENCE": 100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.2, + 0.3, + 0.3, + 0.1 + ], + "statNums": { + "DEFENSE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 120, + 30, + 30, + 7.0 + ], + "statNums": { + "DEFENSE": 50.0, + "INTELLIGENCE": 100.0 + } + } } }, "GOLDEN_DRAGON": { |