Skip to content

Commit

Permalink
Update Sample Sets and readd moves
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Jan 7, 2024
1 parent 787cbf8 commit fc6db9d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 21 deletions.
8 changes: 8 additions & 0 deletions data/mods/gen9vgcgay/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,14 @@ export const Moves: {[k: string]: ModdedMoveData} = {
inherit: true,
isNonstandard: null,
},
lovelykiss: {
inherit: true,
isNonstandard: null,
},
naturesmadness: {
inherit: true,
isNonstandard: null,
},
// Move Deletions
slam: {
inherit: true,
Expand Down
52 changes: 32 additions & 20 deletions data/mods/gen9vgcgay/random-doubles-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Protect",
"Helping Hand",
"Armor Cannon",
"Taunt"
"Follow Me"
],
"items": [
"Sitrus Berry"
Expand Down Expand Up @@ -610,14 +610,26 @@
"Thunderbolt",
"Conversion",
"Techno Blast",
"Ice BeamLO Protean(Porygon-Z) @ Life Orb",
"Ice Beam"
],
"items": [
"Power Herb"
],
"ability": "Adaptability",
"teraTypes": [
"Normal"
]
},
{
"role": "LO Protean",
"movepool": [
"Thunderbolt",
"Overheat",
"Techno Blast",
"Ice Beam"
],
"items": [
"Power Herb"
"Life Orb"
],
"ability": "Protean",
"teraTypes": [
Expand Down Expand Up @@ -1023,7 +1035,7 @@
"items": [
"Sitrus Berry"
],
"ability": "Defeatist",
"ability": "Running Start",
"teraTypes": [
"Rock"
]
Expand Down Expand Up @@ -2679,17 +2691,17 @@
"fluttermane": {
"sets": [
{
"role": "Pixie Attacker",
"role": "Specs",
"movepool": [
"Moonblast",
"Shadow Ball",
"Dazzling Gleam",
"Protect"
"Thunderbolt"
],
"items": [
"Pixie Plate"
"Choice Specs"
],
"ability": "Cursed Body",
"ability": "Protosynthesis",
"teraTypes": [
"Fairy"
]
Expand Down Expand Up @@ -2883,7 +2895,7 @@
],
"ability": "Intimidate",
"teraTypes": [
"Dark"
"Poison"
]
}
]
Expand Down Expand Up @@ -3347,7 +3359,7 @@
],
"ability": "Merciless",
"teraTypes": [
"Poison"
"Fire"
]
}
]
Expand Down Expand Up @@ -4016,14 +4028,14 @@
"Draco Meteor",
"Muddy Water",
"Icy Wind",
"Tera Blast"
"Hydro Pump"
],
"items": [
"Choice Specs"
],
"ability": "Commander",
"teraTypes": [
"Ice"
"Water"
]
}
]
Expand Down Expand Up @@ -4745,7 +4757,7 @@
],
"ability": "Pixilate",
"teraTypes": [
"Psychic"
"Fairy"
]
}
]
Expand Down Expand Up @@ -5505,7 +5517,7 @@
],
"ability": "Solid Rock",
"teraTypes": [
"Rock"
"Grass"
]
}
]
Expand Down Expand Up @@ -9340,7 +9352,7 @@
"High Horsepower",
"Iron Head",
"Protect",
"Earthquake"
"Rock Slide"
],
"items": [
"Life Orb"
Expand Down Expand Up @@ -12303,14 +12315,14 @@
],
"ability": "Infiltrator",
"teraTypes": [
"Ice"
"Ghost"
]
},
{
"role": "Snow Support",
"movepool": [
"Blizzard",
"Aurora Veil",
"Snowscape",
"Taunt",
"Flash Freeze"
],
Expand Down Expand Up @@ -13373,7 +13385,7 @@
{
"role": "Defensive Support",
"movepool": [
"Mystical Fire",
"Charm",
"Tailwind",
"Mist Ball",
"Draco Meteor"
Expand All @@ -13383,7 +13395,7 @@
],
"ability": "Prism Armor",
"teraTypes": [
"Fire"
"Fairy"
]
}
]
Expand Down Expand Up @@ -13803,7 +13815,7 @@
],
"ability": "Quark Drive",
"teraTypes": [
"Rock"
"Fighting"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/gen9vgcgay/random-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const CONSISTENT = [
];

const BITCHES = [
'Porygon2', 'Registeel', 'Goodra-Hisui', 'Kecleon', 'Tropius', 'Greedent'
'Registeel', 'Goodra-Hisui', 'Kecleon', 'Tropius', 'Greedent'
];

export class RandomGayTeams extends RandomTeams {
Expand Down

0 comments on commit fc6db9d

Please sign in to comment.