Skip to content

Commit

Permalink
ADV RU builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Jan 11, 2024
1 parent b2d4881 commit 5d231e7
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 48 deletions.
16 changes: 8 additions & 8 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3728,11 +3728,11 @@ export const Formats: FormatList = [

mod: 'gen3',
ruleset: ['[Gen 3] UU'],
banlist: ['UU'],
unbanlist: [
'Absol', 'Aggron', 'Azumarill', 'Banette', 'Camerupt', 'Exploud', 'Girafarig', 'Hypno', 'Kabutops', 'Magmar', 'Mantine', 'Meganium', 'Mr. Mime', 'Ninetales',
'Persian', 'Politoed', 'Poliwrath', 'Primeape', 'Quagsire', 'Raichu', 'Rapidash', 'Sharpedo', 'Shiftry', 'Sneasel', 'Stantler', 'Victreebel',
],
banlist: ['UU', 'RUBL'],
// unbanlist: [
// 'Absol', 'Aggron', 'Azumarill', 'Banette', 'Camerupt', 'Exploud', 'Girafarig', 'Hypno', 'Kabutops', 'Magmar', 'Mantine', 'Meganium', 'Mr. Mime', 'Ninetales',
// 'Persian', 'Politoed', 'Poliwrath', 'Primeape', 'Quagsire', 'Raichu', 'Rapidash', 'Sharpedo', 'Shiftry', 'Sneasel', 'Stantler', 'Victreebel',
// ],
},

// Past Gens OU
Expand Down Expand Up @@ -5229,7 +5229,7 @@ export const Formats: FormatList = [
mod: 'gen3',
searchShow: false,
ruleset: ['Standard'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'Smeargle + Ingrain'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'Smeargle + Ingrain'],
},
{
name: "[Gen 3] PU",
Expand All @@ -5240,7 +5240,7 @@ export const Formats: FormatList = [
mod: 'gen3',
searchShow: false,
ruleset: ['Standard', 'Baton Pass Clause'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'NUBL', 'NU', 'PUBL'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'NUBL', 'NU', 'PUBL'],
},
{
name: "[Gen 3] ZU",
Expand All @@ -5251,7 +5251,7 @@ export const Formats: FormatList = [
mod: 'gen3',
searchShow: false,
ruleset: ['Standard', 'Baton Pass Stat Clause'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'NUBL', 'NU', 'PUBL', 'PU', 'ZUBL', 'Baton Pass + Substitute'],
banlist: ['Uber', 'OU', 'UUBL', 'UU', 'RUBL', 'RU', 'NUBL', 'NU', 'PUBL', 'PU', 'ZUBL', 'Baton Pass + Substitute'],
},
{
name: "[Gen 3] LC",
Expand Down
78 changes: 39 additions & 39 deletions data/mods/gen3/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "OU",
},
squirtle: {
tier: "IU",
tier: "LC",
},
wartortle: {
tier: "ZU",
Expand Down Expand Up @@ -63,7 +63,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "IU",
},
fearow: {
tier: "UU",
tier: "RUBL",
},
ekans: {
tier: "SU",
Expand All @@ -78,7 +78,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "NU",
},
raichu: {
tier: "UU",
tier: "RU",
},
sandshrew: {
tier: "IU",
Expand Down Expand Up @@ -117,7 +117,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "IU",
},
ninetales: {
tier: "UU",
tier: "RU",
},
igglybuff: {
tier: "LC",
Expand Down Expand Up @@ -171,7 +171,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "SU",
},
persian: {
tier: "UU",
tier: "RU",
},
psyduck: {
tier: "IU",
Expand All @@ -183,7 +183,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "SU",
},
primeape: {
tier: "UU",
tier: "RU",
},
growlithe: {
tier: "ZU",
Expand All @@ -198,10 +198,10 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZUBL",
},
poliwrath: {
tier: "UU",
tier: "RU",
},
politoed: {
tier: "UU",
tier: "RU",
},
abra: {
tier: "PU",
Expand All @@ -228,7 +228,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
victreebel: {
tier: "UU",
tier: "RU",
},
tentacool: {
tier: "ZU",
Expand All @@ -249,7 +249,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
rapidash: {
tier: "UU",
tier: "RU",
},
slowpoke: {
tier: "SU",
Expand Down Expand Up @@ -312,10 +312,10 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
hypno: {
tier: "UU",
tier: "RU",
},
krabby: {
tier: "IU",
tier: "LC",
},
kingler: {
tier: "PU",
Expand Down Expand Up @@ -387,7 +387,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "UUBL",
},
goldeen: {
tier: "IU",
tier: "LC",
},
seaking: {
tier: "ZU",
Expand All @@ -399,7 +399,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "OU",
},
mrmime: {
tier: "UU",
tier: "RU",
},
scyther: {
tier: "UU",
Expand All @@ -423,7 +423,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
magmar: {
tier: "UU",
tier: "RU",
},
pinsir: {
tier: "UU",
Expand All @@ -444,7 +444,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "11U",
},
eevee: {
tier: "IU",
tier: "LC",
},
vaporeon: {
tier: "UUBL",
Expand Down Expand Up @@ -477,7 +477,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "SU",
},
kabutops: {
tier: "UU",
tier: "RU",
},
aerodactyl: {
tier: "OU",
Expand All @@ -495,7 +495,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "OU",
},
dratini: {
tier: "IU",
tier: "LC",
},
dragonair: {
tier: "PU",
Expand All @@ -516,7 +516,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
meganium: {
tier: "UU",
tier: "RU",
},
cyndaquil: {
tier: "ZU",
Expand Down Expand Up @@ -594,7 +594,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "NFE",
},
azumarill: {
tier: "UU",
tier: "RU",
},
sudowoodo: {
tier: "NU",
Expand All @@ -606,7 +606,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "IU",
},
jumpluff: {
tier: "UU",
tier: "RUBL",
},
aipom: {
tier: "ZU",
Expand All @@ -624,7 +624,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "LC",
},
quagsire: {
tier: "UU",
tier: "RU",
},
murkrow: {
tier: "NU",
Expand All @@ -642,7 +642,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "Uber",
},
girafarig: {
tier: "UU",
tier: "RU",
},
pineco: {
tier: "SU",
Expand Down Expand Up @@ -672,7 +672,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "OU",
},
sneasel: {
tier: "UU",
tier: "RU",
},
teddiursa: {
tier: "IU",
Expand Down Expand Up @@ -705,7 +705,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
mantine: {
tier: "UU",
tier: "RU",
},
skarmory: {
tier: "OU",
Expand All @@ -723,7 +723,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "UUBL",
},
stantler: {
tier: "UU",
tier: "RU",
},
smeargle: {
tier: "UUBL",
Expand Down Expand Up @@ -759,7 +759,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "OU",
},
treecko: {
tier: "IU",
tier: "LC",
},
grovyle: {
tier: "PU",
Expand Down Expand Up @@ -828,7 +828,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "SU",
},
shiftry: {
tier: "UU",
tier: "RU",
},
taillow: {
tier: "ZU",
Expand All @@ -852,7 +852,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "UUBL",
},
surskit: {
tier: "IU",
tier: "LC",
},
masquerain: {
tier: "SU",
Expand All @@ -876,7 +876,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "LC",
},
ninjask: {
tier: "UU",
tier: "RUBL",
},
shedinja: {
tier: "ZUBL",
Expand All @@ -888,10 +888,10 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "IU",
},
exploud: {
tier: "UU",
tier: "RU",
},
makuhita: {
tier: "8U",
tier: "LC",
},
hariyama: {
tier: "UUBL",
Expand All @@ -918,7 +918,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZUBL",
},
aggron: {
tier: "UU",
tier: "RU",
},
meditite: {
tier: "ZU",
Expand Down Expand Up @@ -957,7 +957,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "IU",
},
sharpedo: {
tier: "UU",
tier: "RU",
},
wailmer: {
tier: "ZU",
Expand All @@ -969,7 +969,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "SU",
},
camerupt: {
tier: "UU",
tier: "RU",
},
torkoal: {
tier: "NU",
Expand Down Expand Up @@ -999,7 +999,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "NU",
},
swablu: {
tier: "IU",
tier: "LC",
},
altaria: {
tier: "UU",
Expand All @@ -1017,7 +1017,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "UU",
},
barboach: {
tier: "LC",
tier: "IU",
},
whiscash: {
tier: "NU",
Expand Down Expand Up @@ -1071,7 +1071,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "ZU",
},
banette: {
tier: "UU",
tier: "RU",
},
duskull: {
tier: "PU",
Expand All @@ -1086,7 +1086,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
tier: "NU",
},
absol: {
tier: "UU",
tier: "RU",
},
snorunt: {
tier: "ZU",
Expand Down
4 changes: 4 additions & 0 deletions data/mods/gen9vgcgay/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,10 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {
singularity: {
inherit: true,
isNonstandard: null,
onStart(pokemon) {
if (this.suppressingAbility(pokemon)) return;
this.add('-ability', pokemon, 'Singularity');
},
onAnyModifyPriority(relayVar, source, target, move) {
if (move.priority >= -2 && move.priority <= 3) {
return 0;
Expand Down
2 changes: 1 addition & 1 deletion data/mods/gen9vgcgay/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
if (pokemon.getAbility().flags['cantsuppress']) pokemon.removeVolatile('gastroacid');
},
},
onTryHit(){
onTryHit() {
},
},
lick: {
Expand Down
Loading

0 comments on commit 5d231e7

Please sign in to comment.