diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 8fbdd9e8..38495a2f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1943,6 +1943,56 @@ } } }, + "GLACITE_GOLEM": { + "EPIC": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + } + }, "GOBLIN": { "LEGENDARY": { "1": { |