SwagTopia.binrar.metainfexe/client/config/fightorflight_visual_effect.json5
2025-02-05 00:44:34 -08:00

51 lines
916 B
Plaintext

{
// Moves that spawn angry_villager particle around the pokemon
"self_angry_moves": [
"partingshot",
"lashout",
"ragingfury",
"thrash",
"outrage",
"temperflare"
],
// Moves that spawn soul_fire_flame particle around the pokemon's target
"target_soul_fire_moves": [
"willowisp",
"infernalparade",
"bitterblade"
],
// Moves that spawn soul particle around the pokemon's target
"target_soul_moves": [
"nightshade",
"astralbarrage"
],
"slicing_moves": [
"cut",
"razorleaf",
"slash",
"furycutter",
"aircutter",
"aerialace",
"leafblade",
"nightslash",
"airslash",
"x-scissor",
"psychocut",
"crosspoison",
"sacredsword",
"razorshell",
"secretsword",
"solarblade",
"behemothblade",
"stoneaxe",
"ceaselessedge",
"populationbomb",
"kowtowcleave",
"psyblade",
"bitterblade",
"aquacutter",
"mightycleave",
"tachyoncutter",
"spacialrend"
]
}