mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-25 10:35:03 -05:00
Random Battle: Add new Oricorio sets (#2951)
This commit is contained in:
@@ -5810,12 +5810,15 @@ exports.BattleFormatsData = {
|
||||
tier: "New",
|
||||
},
|
||||
oricoriopompom: {
|
||||
randomBattleMoves: ["revelationdance", "hurricane", "toxic", "roost", "uturn"],
|
||||
tier: "New",
|
||||
},
|
||||
oricoriopau: {
|
||||
randomBattleMoves: ["revelationdance", "hurricane", "toxic", "roost", "uturn"],
|
||||
tier: "New",
|
||||
},
|
||||
oricoriosensu: {
|
||||
randomBattleMoves: ["revelationdance", "hurricane", "toxic", "roost", "uturn"],
|
||||
tier: "New",
|
||||
},
|
||||
cutiefly: {
|
||||
|
||||
@@ -2309,7 +2309,7 @@ exports.BattleScripts = {
|
||||
case 'Genesect':
|
||||
if (this.random(5) >= 1) continue;
|
||||
break;
|
||||
case 'Castform': case 'Gourgeist':
|
||||
case 'Castform': case 'Gourgeist': case 'Oricorio':
|
||||
if (this.random(4) >= 1) continue;
|
||||
break;
|
||||
case 'Basculin': case 'Cherrim': case 'Hoopa': case 'Meloetta': case 'Meowstic':
|
||||
|
||||
Reference in New Issue
Block a user