From 6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:57:23 +0200 Subject: A few fixes (#752) --- constants/fairy_souls.json | 5 ++++- constants/petnums.json | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'constants') 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 } } -- cgit