diff --git a/palworld_pal_edit/resources/data/pals/GrassMammoth.json b/palworld_pal_edit/resources/data/pals/GrassMammoth.json index 031b028..3c53c0e 100644 --- a/palworld_pal_edit/resources/data/pals/GrassMammoth.json +++ b/palworld_pal_edit/resources/data/pals/GrassMammoth.json @@ -2,7 +2,7 @@ "CodeName": "GrassMammoth", "Type": [ "Leaf", - "None" + "Earth" ], "Moveset": { "EPalWazaID::MudShot": 1, @@ -36,4 +36,4 @@ "MonsterFarm": 0 }, "Human": false -} \ No newline at end of file +} diff --git a/palworld_pal_edit/resources/data/pals/GrassMammoth_Ice.json b/palworld_pal_edit/resources/data/pals/GrassMammoth_Ice.json index 2ec59c7..f1dd010 100644 --- a/palworld_pal_edit/resources/data/pals/GrassMammoth_Ice.json +++ b/palworld_pal_edit/resources/data/pals/GrassMammoth_Ice.json @@ -2,7 +2,7 @@ "CodeName": "GrassMammoth_Ice", "Type": [ "Ice", - "None" + "Earth" ], "Moveset": { "EPalWazaID::ThrowRock": 1, @@ -36,4 +36,4 @@ "MonsterFarm": 0 }, "Human": false -} \ No newline at end of file +} diff --git a/palworld_pal_edit/resources/data/pals/NegativeOctopus.json b/palworld_pal_edit/resources/data/pals/NegativeOctopus.json index 33bff37..d552b8d 100644 --- a/palworld_pal_edit/resources/data/pals/NegativeOctopus.json +++ b/palworld_pal_edit/resources/data/pals/NegativeOctopus.json @@ -22,7 +22,7 @@ }, "Suitabilities": { "EmitFlame": 0, - "Watering": 0, + "Watering": 2, "Seeding": 0, "GenerateElectricity": 0, "Handcraft": 0, @@ -36,4 +36,4 @@ "MonsterFarm": 0 }, "Human": false -} \ No newline at end of file +}