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