This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user