This commit is contained in:
2026-07-11 11:50:31 +02:00
commit 813c2fe468
382 changed files with 35534 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
// List of blacklisted Pokemon for the player in raid battles.
"pokemon": [],
// List of blacklisted abilities for the player in raid battles
"abilities": [
"wonderguard",
"perishbody"
],
// List of blacklisted held items for the player in raid battles.
"held_items": [],
// List of blacklisted moves for the player in raid battles.
"moves": [
"bestow",
"circlethrow",
"destinybond",
"disable",
"encore",
"endeavor",
"entrainment",
"fissure",
"guardsplit",
"guillotine",
"horndrill",
"imprison",
"instruct",
"naturesmadness",
"painsplit",
"perishsong",
"powersplit",
"roar",
"ruination",
"sheercold",
"simplebeam",
"skillswap",
"skydrop",
"superfang",
"taunt",
"torment",
"trick",
"whirlwind",
"worryseed"
],
// List of blacklisted commands in raids.
"commands": []
}