Implements more move effects
This commit is contained in:
@@ -4572,7 +4572,10 @@
|
||||
"category": "status",
|
||||
"flags": [
|
||||
"nonskybattle"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "gravity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "growl",
|
||||
@@ -4609,7 +4612,14 @@
|
||||
"category": "status",
|
||||
"flags": [
|
||||
"snatch"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_multiple_user_stat_boosts",
|
||||
"parameters": {
|
||||
"attack": 1,
|
||||
"specialAttack": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "grudge",
|
||||
@@ -4622,7 +4632,10 @@
|
||||
"category": "status",
|
||||
"flags": [
|
||||
"ignore-substitute"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "grudge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "guard_split",
|
||||
@@ -4650,7 +4663,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"ignore-substitute"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "guard_swap"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "guardian_of_alola",
|
||||
@@ -4661,7 +4677,10 @@
|
||||
"priority": 0,
|
||||
"target": "Any",
|
||||
"category": "special",
|
||||
"flags": []
|
||||
"flags": [],
|
||||
"effect": {
|
||||
"name": "guardian_of_alola"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "guillotine",
|
||||
@@ -4676,7 +4695,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "one_hit_ko"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "gunk_shot",
|
||||
@@ -4690,7 +4712,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 30,
|
||||
"parameters": {
|
||||
"status": "poisoned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "gust",
|
||||
@@ -4723,7 +4752,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"ballistics"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "gyro_ball"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "hail",
|
||||
|
||||
Reference in New Issue
Block a user