From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- constants/petnums.json | 98 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 74 insertions(+), 24 deletions(-) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index 3693f6e3..9e488e05 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,25 +1,4 @@ { - "GOLDEN_DRAGON": { - "LEGENDARY": { - "1": { - "otherNums": [ - - ], - "statNums": { - - } - }, - "100": { - "otherNums": [ - - ], - "statNums": { - - } - }, - "interp": "1:100" - } -}, "BAL": { "COMMON": { "1": { @@ -39,10 +18,54 @@ "FEROCITY": 10.0, "STRENGTH": 25.0 } - }, + }, "interp": "1:100" - } -}, + }, + "EPIC": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0 + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1, + 0.1 + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 15.0 + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + } + }, "ARMADILLO": { "COMMON": { "1": { @@ -1749,6 +1772,33 @@ "interp": "1:53" } }, + "GOLDEN_DRAGON": { + "LEGENDARY": { + "1": { + "otherNums": [ + 50.0, + 20.0, + 0.1 + ], + "statNums": { + "BONUS_ATTACK_SPEED": 25.0, + "STRENGTH": 25.0 + } + }, + "100": { + "otherNums": [ + 100, + 40, + 0.2 + ], + "statNums": { + "BONUS_ATTACK_SPEED": 50.0, + "STRENGTH": 50.0 + } + }, + "interp": "1:100" + } + }, "HORSE": { "COMMON": { "1": { -- cgit