Skip to content

Commit 8d80019

Browse files
committed
Remove natural from pokemon who already have underwater to test out a theory they conflict.
1 parent fb028c9 commit 8d80019

7 files changed

Lines changed: 7 additions & 14 deletions

File tree

common/src/main/resources/data/cobblemon/spawn_pool_world/0226_mantine.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "mantine-1",
88
"pokemon": "mantine",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0692_clauncher.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "clauncher-1",
88
"pokemon": "clauncher",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0747_mareanie.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "mareanie-1",
88
"pokemon": "mareanie",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0779_bruxish.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "bruxish-1",
88
"pokemon": "bruxish",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0852_clobbopus.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "clobbopus-1",
88
"pokemon": "clobbopus",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0853_grapploct.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "grapploct-1",
88
"pokemon": "grapploct",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

common/src/main/resources/data/cobblemon/spawn_pool_world/0871_pincurchin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"id": "pincurchin-1",
88
"pokemon": "pincurchin",
99
"presets": [
10-
"underwater",
11-
"natural"
10+
"underwater"
1211
],
1312
"type": "pokemon",
1413
"context": "submerged",

0 commit comments

Comments
 (0)