diff options
author | BuildTools <james.jenour@protonmail.com> | 2021-02-10 20:43:59 +0800 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2021-02-10 20:43:59 +0800 |
commit | 9e7091517dc1369ae5383b5d3c828848c51cae0c (patch) | |
tree | 67794ed2372a50b0b5f54689d1afdd2f5bc8fc54 /constants/pets.json | |
parent | 1ed1fb5102a9aa2aaaa57eec663e68126ddf33cb (diff) | |
parent | 8bdf543cea64c1e0192231cb0a41e5810436e714 (diff) | |
download | NotEnoughUpdates-REPO-9e7091517dc1369ae5383b5d3c828848c51cae0c.tar.gz NotEnoughUpdates-REPO-9e7091517dc1369ae5383b5d3c828848c51cae0c.tar.bz2 NotEnoughUpdates-REPO-9e7091517dc1369ae5383b5d3c828848c51cae0c.zip |
merge pets
Diffstat (limited to 'constants/pets.json')
-rw-r--r-- | constants/pets.json | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/constants/pets.json b/constants/pets.json index c2a02510..58155abe 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -1,4 +1,5 @@ { +<<<<<<< HEAD "pet_rarity_offset": { "COMMON": 0, "UNCOMMON": 6, @@ -179,4 +180,135 @@ "WOLF":"COMBAT", "GUARDIAN":"ENCHANTING" } +======= + "pet_rarity_offset": { + "COMMON": 0, + "UNCOMMON": 6, + "RARE": 11, + "EPIC": 16, + "LEGENDARY": 20 + }, + + "pet_levels": [ + 100, + 110, + 120, + 130, + 145, + 160, + 175, + 190, + 210, + 230, + 250, + 275, + 300, + 330, + 360, + 400, + 440, + 490, + 540, + 600, + 660, + 730, + 800, + 880, + 960, + 1050, + 1150, + 1260, + 1380, + 1510, + 1650, + 1800, + 1960, + 2130, + 2310, + 2500, + 2700, + 2920, + 3160, + 3420, + 3700, + 4000, + 4350, + 4750, + 5200, + 5700, + 6300, + 7000, + 7800, + 8700, + 9700, + 10800, + 12000, + 13300, + 14700, + 16200, + 17800, + 19500, + 21300, + 23200, + 25200, + 27400, + 29800, + 32400, + 35200, + 38200, + 41400, + 44800, + 48400, + 52200, + 56200, + 60400, + 64800, + 69400, + 74200, + 79200, + 84700, + 90700, + 97200, + 104200, + 111700, + 119700, + 128200, + 137200, + 146700, + 156700, + 167700, + 179700, + 192700, + 206700, + 221700, + 237700, + 254700, + 272700, + 291700, + 311700, + 333700, + 357700, + 383700, + 411700, + 441700, + 476700, + 516700, + 561700, + 611700, + 666700, + 726700, + 791700, + 861700, + 936700, + 1016700, + 1101700, + 1191700, + 1286700, + 1386700, + 1496700, + 1616700, + 1746700, + 1886700 + ] +>>>>>>> 8bdf543cea64c1e0192231cb0a41e5810436e714 }
\ No newline at end of file |