diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-06 17:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 11:31:28 -0400 |
commit | c84d0095fffadf14b53e02be5d7acb8aed3a0f24 (patch) | |
tree | 86defecc80dc72d4e5e66499f5245c5b2c342a45 /constants/petnums.json | |
parent | 44af564e37b9bda85d713692098e04e89f6f2a02 (diff) | |
download | NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.tar.gz NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.tar.bz2 NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.zip |
YEP - Added Rainbow Name and Cosmetics Info, fixed Divan Alloy and Tier 4 eman (#579)
* YEP
* Fixed Spirit Bow Essence
* Added legy Ammonite Pet
* Fixed Ammonite Pet
* Fixed Gemstone Drill
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 5f036773..edb55449 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,4 +1,31 @@ -{ +{ + "AMMONITE": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0, + 0, + 0, + 0 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.0 + } + }, + "100": { + "otherNums": [ + 1.0, + 2.0, + 2.0, + 0.6 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 7 + } + }, + "interp": "1:100" + } + }, "BAL": { "EPIC": { "1": { |