mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Reimplement ORAS Pure Hackmons ladder
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
376da145ff
commit
eaff3cf2a8
|
|
@ -878,10 +878,10 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
],
|
||||
},
|
||||
{
|
||||
name: "[Gen 7] Pure Hackmons",
|
||||
name: "[Gen 6] Pure Hackmons",
|
||||
desc: `Anything that can be hacked in-game and is usable in local battles is allowed.`,
|
||||
mod: 'gen7',
|
||||
ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause'],
|
||||
mod: 'gen6',
|
||||
ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause', 'EV limit = 510'],
|
||||
},
|
||||
|
||||
// Challengeable OMs
|
||||
|
|
@ -2902,11 +2902,11 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
],
|
||||
},
|
||||
{
|
||||
name: "[Gen 6] Pure Hackmons",
|
||||
name: "[Gen 7] Pure Hackmons",
|
||||
desc: `Anything that can be hacked in-game and is usable in local battles is allowed.`,
|
||||
mod: 'gen6',
|
||||
mod: 'gen7',
|
||||
searchShow: false,
|
||||
ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause', 'EV limit = 510'],
|
||||
ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause'],
|
||||
},
|
||||
|
||||
// Temporary Tour Metas
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user