diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /constants/petnums.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 232 |
1 files changed, 226 insertions, 6 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3c5c48b0..993cc126 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -965,6 +965,26 @@ } } }, + "DROPLET_WISP": { + "UNCOMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "HEALTH": 100.0 + } + } + } + }, "ELEPHANT": { "COMMON": { "1": { @@ -2126,8 +2146,8 @@ "COMMON": { "1": { "otherNums": [ - 0.0, - 0.0 + 0.03, + 0.03 ], "statNums": { "SPEED": 0.0, @@ -2150,8 +2170,8 @@ "EPIC": { "1": { "otherNums": [ - 0.1, - 0.1, + 0.15, + 0.15, 1.0 ], "statNums": { @@ -2230,8 +2250,8 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.1, - 0.1 + 0.05, + 0.05 ], "statNums": { "SPEED": 0.0, @@ -2534,6 +2554,108 @@ } } }, + "MOOSHROOM_COW": { + "COMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + } + }, "OCELOT": { "COMMON": { "1": { @@ -3922,6 +4044,104 @@ } } }, + "SNAIL": { + "COMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.3, + 0.5 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 0.0 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.0 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { |