Random Battle: Add new Oricorio sets (#2951)

This commit is contained in:
Kevin Lau
2016-11-26 14:38:09 -08:00
committed by The Immortal
parent 3046638c30
commit d49ce0eb64
2 changed files with 4 additions and 1 deletions

View File

@@ -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: {

View File

@@ -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':