diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 156 |
1 files changed, 140 insertions, 16 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 993cc126..8ae96f6e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2142,6 +2142,122 @@ } } }, + "KUUDRA": { + "COMMON": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10, + 10 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 15, + 15 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 15, + 15 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.0, + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 20, + 20, + 20 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.0, + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 20, + 20, + 20 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + } + }, "LION": { "COMMON": { "1": { @@ -2561,7 +2677,7 @@ 0.3 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, @@ -2570,7 +2686,7 @@ 30 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2581,7 +2697,7 @@ 0.3 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, @@ -2590,7 +2706,7 @@ 30 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2598,19 +2714,21 @@ "RARE": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2618,19 +2736,21 @@ "EPIC": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2638,19 +2758,23 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0, + 40 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100, + 20 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } |