More abilities
All checks were successful
Build / Build (push) Successful in 49s

This commit is contained in:
2025-06-01 11:23:01 +02:00
parent b090aa65f9
commit 232b94b04c
8 changed files with 114 additions and 17 deletions

View File

@@ -72,22 +72,24 @@
"effect": "bulletproof"
},
"cheek_pouch": {
"effect": "CheekPouch"
"effect": "cheek_pouch"
},
"chlorophyll": {
"effect": "DoubleSpeedInWeather",
"effect": "speed_modifier_in_weather",
"parameters": {
"weather": "HarshSunlight"
"weather": "sunny",
"modifier": 2.0
}
},
"clear_body": {
"effect": "PreventStatLowering"
"effect": "prevent_stat_lowering"
// By not specifying a stat, it applies to all stats
},
"cloud_nine": {
"effect": "SuppressWeather"
"effect": "suppress_weather"
},
"color_change": {
"effect": "ColorChange"
"effect": "color_change"
},
"comatose": {
"canBeChanged": false