Skip to content

Commit

Permalink
Dec 5 gay changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Dec 6, 2023
1 parent 9be3aba commit 5d2207d
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 457 deletions.
5 changes: 3 additions & 2 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export const Formats: FormatList = [
searchShow: true,
ruleset: ['[Gen 4] SU'],
banlist: ['SU', 'IUBL', 'Heat Rock'],
// unbanlist: ['Damp Rock'],
unbanlist: ['Damp Rock'],
},
{
name: "[Gen 4] 8U",
Expand All @@ -315,6 +315,7 @@ export const Formats: FormatList = [
searchShow: true,
ruleset: ['[Gen 4] IU'],
banlist: ['IU', '8UBL'],
unbanlist: ['Heat Rock'],
},
{
name: "[Gen 4] 9U",
Expand Down Expand Up @@ -372,7 +373,7 @@ export const Formats: FormatList = [
mod: 'gen7',
searchShow: true,
ruleset: ['[Gen 7] ZU'],
banlist: ['ZU', 'SUBL', 'Damp Rock'],
banlist: ['ZU', 'SUBL', 'Damp Rock', 'Light Clay'],
},
{
name: "[Gen 7] IU",
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 @@ -1906,4 +1906,8 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {
inherit: true,
isNonstandard: null,
},
ballin: {
inherit: true,
isNonstandard: null,
},
};
Loading

0 comments on commit 5d2207d

Please sign in to comment.