diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-28 14:02:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 12:02:33 +0000 |
commit | 8bb8d972244f47857dc651c03330b63cd27893b7 (patch) | |
tree | df4962bfa9bf62a66ada6dad59cd55c7b530c166 /constants/petnums.json | |
parent | 43f25e522cf5949d83463ed8a4b056f1a812272c (diff) | |
download | NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.tar.gz NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.tar.bz2 NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.zip |
Added new Items, WIki Links and fixed some stuff (#727)
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 } } |