diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 3 | ||||
-rw-r--r-- | constants/pets.json | 108 |
2 files changed, 110 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 53fa1352..920c88bb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1720,7 +1720,8 @@ "BONUS_ATTACK_SPEED": 50.0, "STRENGTH": 50.0 } - } + }, + "stats_levelling_curve":"101:200:1" } }, "HORSE": { diff --git a/constants/pets.json b/constants/pets.json index 55473b22..306084f1 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -128,6 +128,114 @@ 1746700, 1886700 ], + "custom_pet_leveling": { + "GOLDEN_DRAGON": { + "type": 1, + "pet_levels": [ + 0, + 1, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700, + 1886700 + ], + "max_level": 200 + } + }, "pet_types": { "ROCK": "MINING", "BAT": "MINING", |