More moves implemented
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"effect": "PreventCritical"
|
||||
},
|
||||
"battle_bond": {
|
||||
"effect": "BattleBond"
|
||||
"effect": "BattleBond",
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"beast_boost": {
|
||||
"effect": "BeastBoost"
|
||||
@@ -81,7 +82,9 @@
|
||||
"color_change": {
|
||||
"effect": "ColorChange"
|
||||
},
|
||||
"comatose": {},
|
||||
"comatose": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"competitive": {},
|
||||
"compound_eyes": {},
|
||||
"contrary": {},
|
||||
@@ -96,7 +99,9 @@
|
||||
"defiant": {},
|
||||
"delta_stream": {},
|
||||
"desolate_land": {},
|
||||
"disguise": {},
|
||||
"disguise": {
|
||||
"flags": ["cant_be_changed", "cant_be_copied"]
|
||||
},
|
||||
"download": {},
|
||||
"drizzle": {},
|
||||
"drought": {},
|
||||
@@ -110,10 +115,14 @@
|
||||
"flame_body": {},
|
||||
"flare_boost": {},
|
||||
"flash_fire": {},
|
||||
"flower_gift": {},
|
||||
"flower_gift": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"flower_veil": {},
|
||||
"fluffy": {},
|
||||
"forecast": {},
|
||||
"forecast": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"forewarn": {},
|
||||
"friend_guard": {},
|
||||
"frisk": {},
|
||||
@@ -137,9 +146,13 @@
|
||||
"hyper_cutter": {},
|
||||
"ice_body": {},
|
||||
"illuminate": {},
|
||||
"illusion": {},
|
||||
"illusion": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"immunity": {},
|
||||
"imposter": {},
|
||||
"imposter": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"infiltrator": {},
|
||||
"innards_out": {},
|
||||
"inner_focus": {},
|
||||
@@ -173,7 +186,9 @@
|
||||
"motor_drive": {},
|
||||
"moxie": {},
|
||||
"multiscale": {},
|
||||
"multitype": {},
|
||||
"multitype": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"mummy": {},
|
||||
"natural_cure": {},
|
||||
"no_guard": {},
|
||||
@@ -190,8 +205,12 @@
|
||||
"poison_heal": {},
|
||||
"poison_point": {},
|
||||
"poison_touch": {},
|
||||
"power_construct": {},
|
||||
"power_of_alchemy": {},
|
||||
"power_construct": {
|
||||
"flags": ["cant_be_changed", "cant_be_copied"]
|
||||
},
|
||||
"power_of_alchemy": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"prankster": {},
|
||||
"pressure": {},
|
||||
"primordial_sea": {},
|
||||
@@ -203,12 +222,16 @@
|
||||
"quick_feet": {},
|
||||
"rain_dish": {},
|
||||
"rattled": {},
|
||||
"receiver": {},
|
||||
"receiver": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"reckless": {},
|
||||
"refrigerate": {},
|
||||
"regenerator": {},
|
||||
"rivalry": {},
|
||||
"rks_system": {},
|
||||
"rks_system": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"rock_head": {},
|
||||
"rough_skin": {},
|
||||
"run_away": {},
|
||||
@@ -217,7 +240,9 @@
|
||||
"sand_stream": {},
|
||||
"sand_veil": {},
|
||||
"sap_sipper": {},
|
||||
"schooling": {},
|
||||
"schooling": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"scrappy": {},
|
||||
"serene_grace": {},
|
||||
"shadow_shield": {},
|
||||
@@ -226,7 +251,9 @@
|
||||
"sheer_force": {},
|
||||
"shell_armor": {},
|
||||
"shield_dust": {},
|
||||
"shields_down": {},
|
||||
"shields_down": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"simple": {},
|
||||
"skill_link": {},
|
||||
"slow_start": {},
|
||||
@@ -242,7 +269,9 @@
|
||||
"stakeout": {},
|
||||
"stall": {},
|
||||
"stamina": {},
|
||||
"stance_change": {},
|
||||
"stance_change": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"static": {},
|
||||
"steadfast": {},
|
||||
"steelworker": {},
|
||||
@@ -269,9 +298,13 @@
|
||||
"torrent": {},
|
||||
"tough_claws": {},
|
||||
"toxic_boost": {},
|
||||
"trace": {},
|
||||
"trace": {
|
||||
"flags": ["cant_be_copied"]
|
||||
},
|
||||
"triage": {},
|
||||
"truant": {},
|
||||
"truant": {
|
||||
"flags": ["cant_be_changed"]
|
||||
},
|
||||
"turboblaze": {},
|
||||
"unaware": {},
|
||||
"unburden": {},
|
||||
@@ -288,5 +321,7 @@
|
||||
"wimp_out": {},
|
||||
"wonder_guard": {},
|
||||
"wonder_skin": {},
|
||||
"zen_mode": {}
|
||||
"zen_mode": {
|
||||
"flags": ["cant_be_copied"]
|
||||
}
|
||||
}
|
||||
@@ -3097,7 +3097,10 @@
|
||||
"protect",
|
||||
"reflectable",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "embargo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ember",
|
||||
@@ -3111,7 +3114,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"status": "burned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "encore",
|
||||
@@ -3129,7 +3139,10 @@
|
||||
"ignore-substitute",
|
||||
"mental",
|
||||
"limit_move_choice"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "encore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "endeavor",
|
||||
@@ -3144,7 +3157,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "endeavor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "endure",
|
||||
@@ -3155,7 +3171,10 @@
|
||||
"priority": 4,
|
||||
"target": "Self",
|
||||
"category": "status",
|
||||
"flags": []
|
||||
"flags": [],
|
||||
"effect": {
|
||||
"name": "endure"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "energy_ball",
|
||||
@@ -3170,7 +3189,14 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"ballistics"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_special_defense",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "entrainment",
|
||||
@@ -3185,7 +3211,10 @@
|
||||
"protect",
|
||||
"reflectable",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "entrainment"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "eruption",
|
||||
@@ -3199,7 +3228,10 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "eruption"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "explosion",
|
||||
@@ -3213,7 +3245,10 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "explosion"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "extrasensory",
|
||||
@@ -3227,7 +3262,11 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "flinch",
|
||||
"chance": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "extreme_evoboost",
|
||||
@@ -3238,7 +3277,13 @@
|
||||
"priority": 0,
|
||||
"target": "Self",
|
||||
"category": "status",
|
||||
"flags": []
|
||||
"flags": [],
|
||||
"effect": {
|
||||
"name": "change_all_target_stats",
|
||||
"parameters": {
|
||||
"amount": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "extreme_speed",
|
||||
@@ -3268,7 +3313,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "facade"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fairy_lock",
|
||||
@@ -3282,7 +3330,10 @@
|
||||
"flags": [
|
||||
"mirror",
|
||||
"ignore-substitute"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "fairy_lock"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fairy_wind",
|
||||
@@ -3311,7 +3362,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "fake_out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fake_tears",
|
||||
@@ -3326,7 +3380,13 @@
|
||||
"protect",
|
||||
"reflectable",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_special_defense",
|
||||
"parameters": {
|
||||
"amount": -2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "false_swipe",
|
||||
@@ -3341,7 +3401,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "false_swipe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "feather_dance",
|
||||
@@ -3357,7 +3420,13 @@
|
||||
"reflectable",
|
||||
"mirror",
|
||||
"dance"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_attack",
|
||||
"parameters": {
|
||||
"amount": -2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "feint",
|
||||
@@ -3400,7 +3469,10 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "fell_stinger"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fiery_dance",
|
||||
@@ -3415,7 +3487,14 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"dance"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_user_special_attack",
|
||||
"chance": 50,
|
||||
"parameters": {
|
||||
"amount": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "final_gambit",
|
||||
@@ -3428,7 +3507,10 @@
|
||||
"category": "special",
|
||||
"flags": [
|
||||
"protect"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "final_gambit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_blast",
|
||||
@@ -3442,7 +3524,14 @@
|
||||
"flags": [
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"status": "burned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_fang",
|
||||
@@ -3458,7 +3547,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"bite"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "fire_fang"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_lash",
|
||||
@@ -3473,7 +3565,13 @@
|
||||
"contact",
|
||||
"protect",
|
||||
"mirror"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "change_target_defense",
|
||||
"parameters": {
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_pledge",
|
||||
@@ -3488,7 +3586,10 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"nonskybattle"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "fire_pledge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_punch",
|
||||
@@ -3504,7 +3605,14 @@
|
||||
"protect",
|
||||
"mirror",
|
||||
"punch"
|
||||
]
|
||||
],
|
||||
"effect": {
|
||||
"name": "set_status",
|
||||
"chance": 10,
|
||||
"parameters": {
|
||||
"status": "burned"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fire_spin",
|
||||
|
||||
Reference in New Issue
Block a user