Implements more abilities
All checks were successful
Build / Build (push) Successful in 47s

This commit is contained in:
2025-06-09 12:10:25 +02:00
parent af0126e413
commit 00005aa4bf
50 changed files with 80425 additions and 20485 deletions

View File

@@ -77,7 +77,7 @@
"chlorophyll": {
"effect": "speed_modifier_in_weather",
"parameters": {
"weather": "sunny",
"weather": "harsh_sunlight",
"modifier": 2.0
}
},
@@ -131,26 +131,55 @@
"defiant": {
"effect": "defiant"
},
"delta_stream": {},
"desolate_land": {},
"delta_stream": {
"effect": "delta_stream"
},
"desolate_land": {
"effect": "desolate_land"
},
"disguise": {
"effect": "disguise",
"canBeChanged": false,
"flags": [
"cant_be_copied"
]
},
"download": {},
"drizzle": {},
"drought": {},
"dry_skin": {},
"early_bird": {},
"effect_spore": {},
"electric_surge": {},
"emergency_exit": {},
"fairy_aura": {},
"filter": {},
"flame_body": {},
"flare_boost": {},
"download": {
"effect": "download"
},
"drizzle": {
"effect": "drizzle"
},
"drought": {
"effect": "drought"
},
"dry_skin": {
"effect": "dry_skin"
},
"early_bird": {
"effect": "early_bird"
},
"effect_spore": {
"effect": "effect_spore"
},
"electric_surge": {
"effect": "electric_surge"
},
"emergency_exit": {
"effect": "emergency_exit"
},
"fairy_aura": {
"effect": "fairy_aura"
},
"filter": {
"effect": "filter"
},
"flame_body": {
"effect": "flame_body"
},
"flare_boost": {
"effect": "flare_boost"
},
"flash_fire": {},
"flower_gift": {
"flags": [

View File

@@ -4669,11 +4669,7 @@
"snatch"
],
"effect": {
"name": "change_multiple_user_stat_boosts",
"parameters": {
"attack": 1,
"specialAttack": 1
}
"name": "growth"
}
},
{
@@ -11208,7 +11204,7 @@
"effect": {
"name": "set_weather",
"parameters": {
"weather": "sunny"
"weather": "harsh_sunlight"
}
}
},

File diff suppressed because it is too large Load Diff