This commit is contained in:
2026-07-11 11:50:31 +02:00
commit 813c2fe468
382 changed files with 35534 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
// List of all conditions to be synced in raid battles. Only edit this file to add custom moves.
"primal_weather": [
"primordialsea",
"desolateland",
"deltastream"
],
"screens": [
"reflect",
"screen",
"veil"
],
"tailwind": [
"tailwind"
],
// The only hazards labelled as Hazard in Cobblemon.
"hazards": [
"spikes",
"rock",
"web"
],
"terrain": [
"electricterrain",
"grassyterrain",
"mistyterrain",
"psychicterrain"
]
}