diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-03 16:57:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 16:57:23 +0200 |
commit | 6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97 (patch) | |
tree | 5bc2b30ec3295715e79e300138a70dd31e7361d8 /constants/petnums.json | |
parent | 8c576912e466469fe7445e4963da94320c0b9755 (diff) | |
download | NotEnoughUpdates-REPO-6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97.tar.gz NotEnoughUpdates-REPO-6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97.tar.bz2 NotEnoughUpdates-REPO-6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97.zip |
A few fixes (#752)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index f469eb77..3ab18080 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 } } |