diff options
author | jani270 <jani270@gmx.de> | 2022-06-05 17:52:53 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-06-05 17:52:53 +0200 |
commit | ad7a06aa56e715889a92bbf634a1244e89a70b53 (patch) | |
tree | 372493db3df6041a553ff3b079115b24fae32361 /constants/petnums.json | |
parent | 391dc8cf1e09f727713e485749d6c770e116001e (diff) | |
download | NotEnoughUpdates-REPO-ad7a06aa56e715889a92bbf634a1244e89a70b53.tar.gz NotEnoughUpdates-REPO-ad7a06aa56e715889a92bbf634a1244e89a70b53.tar.bz2 NotEnoughUpdates-REPO-ad7a06aa56e715889a92bbf634a1244e89a70b53.zip |
master -> dangerous
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index f469eb77..8902ca57 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -211,6 +211,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, + "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.0 } }, @@ -220,6 +221,7 @@ ], "statNums": { "INTELLIGENCE": 100.0, + "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -233,6 +235,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, + "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.0 } }, @@ -244,6 +247,7 @@ ], "statNums": { "INTELLIGENCE": 100.0, + "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -258,6 +262,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, + "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.05 } }, @@ -270,6 +275,7 @@ ], "statNums": { "INTELLIGENCE": 100.0, + "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -283,6 +289,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, + "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.0 } }, @@ -294,6 +301,7 @@ ], "statNums": { "INTELLIGENCE": 100.0, + "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -305,6 +313,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, + "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.0 } }, @@ -314,6 +323,7 @@ ], "statNums": { "INTELLIGENCE": 100.0, + "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -1495,6 +1505,34 @@ } } }, + "FROST_WISP": { + "RARE": { + "1": { + "otherNums": [ + 0.3, + 0.15, + 0.04 + ], + "statNums": { + "HEALTH": 2.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 0 + } + }, + "100": { + "otherNums": [ + 35, + 15, + 4 + ], + "statNums": { + "HEALTH": 250.0, + "TRUE_DEFENSE": 10, + "INTELLIGENCE": 50 + } + } + } + }, "GHOUL": { "EPIC": { "1": { @@ -1868,6 +1906,34 @@ "stats_levelling_curve":"101:200:1" } }, + "GLACIAL_WISP": { + "EPIC": { + "1": { + "otherNums": [ + 0.3, + 0.2, + 0.07 + ], + "statNums": { + "HEALTH": 4.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 1 + } + }, + "100": { + "otherNums": [ + 40, + 20, + 7 + ], + "statNums": { + "HEALTH": 400.0, + "TRUE_DEFENSE": 25, + "INTELLIGENCE": 125 + } + } + } + }, "HORSE": { "COMMON": { "1": { @@ -4292,6 +4358,36 @@ } } }, + "SUBZERO_WISP": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.3, + 0.25, + 0.1, + 0.4 + ], + "statNums": { + "HEALTH": 6.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 2 + } + }, + "100": { + "otherNums": [ + 40, + 25, + 10, + 40 + ], + "statNums": { + "HEALTH": 600.0, + "TRUE_DEFENSE": 30, + "INTELLIGENCE": 250 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { |