Adds a lot more move effects
This commit is contained in:
@@ -864,7 +864,11 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"bite"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "flinch",
|
||||
"chance": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "black_hole_eclipse__physical",
|
||||
@@ -901,7 +905,10 @@
|
||||
"recharge",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "requires_recharge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "blaze_kick",
|
||||
@@ -916,7 +923,14 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"status": "burned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "blizzard",
|
||||
@@ -930,7 +944,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"status": "frozen"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "block",
|
||||
@@ -944,7 +965,10 @@
|
||||
"flags": [
|
||||
"reflectable",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bloom_doom__physical",
|
||||
@@ -980,7 +1004,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 20,
|
||||
"parameters": {
|
||||
"status": "burned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "body_slam",
|
||||
@@ -996,7 +1027,14 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"nonskybattle"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 30,
|
||||
"parameters": {
|
||||
"status": "paralyzed"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bolt_strike",
|
||||
@@ -1011,7 +1049,14 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 20,
|
||||
"parameters": {
|
||||
"status": "paralyzed"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bone_club",
|
||||
@@ -1025,7 +1070,11 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "flinch",
|
||||
"chance": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bone_rush",
|
||||
@@ -1039,7 +1088,10 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "2_5_hit_move"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bonemerang",
|
||||
@@ -1053,7 +1105,10 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "2_hit_move"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "boomburst",
|
||||
@@ -1087,7 +1142,10 @@
|
||||
"mirror",
|
||||
"gravity",
|
||||
"distance"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "bounce"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "brave_bird",
|
||||
@@ -1103,7 +1161,13 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"distance"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "recoil",
|
||||
"parameters": {
|
||||
"amount": 0.33333
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "breakneck_blitz__physical",
|
||||
@@ -1140,7 +1204,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "brick_break"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "brine",
|
||||
@@ -1154,7 +1221,10 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "brine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "brutal_swing",
|
||||
@@ -1183,7 +1253,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_speed",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bubble_beam",
|
||||
@@ -1197,7 +1274,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_speed",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bug_bite",
|
||||
@@ -1212,7 +1296,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "bug_bite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bug_buzz",
|
||||
@@ -1228,7 +1315,14 @@
|
||||
"mirror",
|
||||
"sound",
|
||||
"ignore-substitute"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_special_defense",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bulk_up",
|
||||
@@ -1241,7 +1335,10 @@
|
||||
"category": "status",
|
||||
"flags": [
|
||||
"snatch"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "bulk_up"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bulldoze",
|
||||
@@ -1256,7 +1353,13 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"nonskybattle"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_speed",
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bullet_punch",
|
||||
@@ -1287,7 +1390,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"ballistics"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "2_5_hit_move"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "burn_up",
|
||||
@@ -1302,7 +1408,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"defrost"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "burn_up"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calm_mind",
|
||||
@@ -3957,7 +4066,9 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror",
|
||||
"distance"
|
||||
"distance",
|
||||
"hit_flying",
|
||||
"effective_against_fly"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -8165,7 +8276,8 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror",
|
||||
"punch"
|
||||
"punch",
|
||||
"hit_flying"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -8295,7 +8407,8 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror",
|
||||
"nonskybattle"
|
||||
"nonskybattle",
|
||||
"hit_flying"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9537,7 +9650,8 @@
|
||||
"category": "special",
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
"mirror",
|
||||
"hit_flying"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9866,7 +9980,9 @@
|
||||
"category": "special",
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
"mirror",
|
||||
"hit_flying",
|
||||
"effective_against_fly"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user