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 | |
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')
-rw-r--r-- | constants/fairy_souls.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 508a268b..eaae294b 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -129,7 +129,10 @@ "-412,58,-935", "-396,108,-764", "-342,101,-484", - "-35,116,-1055" + "-35,116,-1055", + "-361,69,-425", + "14,108,-769", + "-479,114,-972" ], "combat_3": [ "-517,100,-295", 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 } } |