mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Random Battle: Update Pinsir, Hitmonchan, Hitmonlee
- Remove Return, Feint, Quick Attack from regular Pinsir. - Remove Feint from Hitmonchan and Hitmonlee. - Add Fire Punch to Hitmonchan. - Replace Stone Edge with Rock Slide in Doubles
This commit is contained in:
parent
b2cc14f5e2
commit
e77fbbb8b3
|
|
@ -911,15 +911,15 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
hitmonlee: {
|
||||
randomBattleMoves: ["highjumpkick","suckerpunch","stoneedge","machpunch","rapidspin","knockoff","poisonjab","fakeout"],
|
||||
randomDoubleBattleMoves: ["helpinghand","suckerpunch","stoneedge","machpunch","substitute","fakeout","closecombat","earthquake","blazekick","feint","wideguard","protect"],
|
||||
randomDoubleBattleMoves: ["helpinghand","suckerpunch","rockslide","machpunch","substitute","fakeout","closecombat","earthquake","blazekick","wideguard","protect"],
|
||||
eventPokemon: [
|
||||
{"generation":3,"level":38,"abilities":["limber"],"moves":["refresh","highjumpkick","mindreader","megakick"]}
|
||||
],
|
||||
tier: "RU"
|
||||
},
|
||||
hitmonchan: {
|
||||
randomBattleMoves: ["bulkup","drainpunch","icepunch","machpunch","substitute","rapidspin"],
|
||||
randomDoubleBattleMoves: ["fakeout","drainpunch","icepunch","machpunch","substitute","earthquake","stoneedge","feint","protect","helpinghand"],
|
||||
randomBattleMoves: ["bulkup","drainpunch","icepunch","firepunch","machpunch","substitute","rapidspin"],
|
||||
randomDoubleBattleMoves: ["fakeout","drainpunch","icepunch","firepunch","machpunch","substitute","earthquake","rockslide","protect","helpinghand"],
|
||||
eventPokemon: [
|
||||
{"generation":3,"level":38,"abilities":["keeneye"],"moves":["helpinghand","skyuppercut","mindreader","megapunch"]}
|
||||
],
|
||||
|
|
@ -1188,7 +1188,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
pinsir: {
|
||||
randomBattleMoves: ["earthquake","xscissor","quickattack","closecombat","stoneedge","stealthrock","knockoff"],
|
||||
randomDoubleBattleMoves: ["feint","protect","swordsdance","xscissor","earthquake","closecombat","substitute","stoneedge","quickattack","return"],
|
||||
randomDoubleBattleMoves: ["protect","swordsdance","xscissor","earthquake","closecombat","substitute","rockslide"],
|
||||
eventPokemon: [
|
||||
{"generation":3,"level":35,"abilities":["hypercutter"],"moves":["helpinghand","guillotine","falseswipe","submission"]},
|
||||
{"generation":6,"level":50,"gender":"F","nature":"Adamant","isHidden":false,"moves":["xscissor","earthquake","stoneedge","return"],"pokeball":"cherishball"},
|
||||
|
|
@ -1198,7 +1198,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
pinsirmega: {
|
||||
randomBattleMoves: ["swordsdance","earthquake","closecombat","quickattack","return"],
|
||||
randomDoubleBattleMoves: ["feint","protect","swordsdance","xscissor","earthquake","closecombat","substitute","stoneedge","quickattack","return"],
|
||||
randomDoubleBattleMoves: ["feint","protect","swordsdance","xscissor","earthquake","closecombat","substitute","quickattack","return","rockslide"],
|
||||
requiredItem: "Pinsirite"
|
||||
},
|
||||
tauros: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user