Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorGallade committed Feb 14, 2024
1 parent fbff0ae commit 9821265
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
12 changes: 0 additions & 12 deletions data/mods/gen9ssb/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ export const Conditions: {[k: string]: ModdedConditionData & {innateName?: strin
this.add(`c:|${getName('Aelita')}|Well, I hope the Lyoko Warriors are at least well equipped.`);
},
},
aeonic: {
noCopy: true,
onStart() {
this.add(`c:|${getName('Kris')}|aeo you need to submit your switch in and out messages`);
},
onSwitchOut() {
this.add(`c:|${getName('Kris')}|aeo forgot to fill out his switch messages so I'm here instead.`);
},
onFaint() {
this.add(`c:|${getName('Aeonic')}|i guess they never miss huh`);
},
},
aqrator: {
noCopy: true,
onStart() {
Expand Down
23 changes: 0 additions & 23 deletions data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,6 @@ export const Moves: {[k: string]: ModdedMoveData} = {
type: "Steel",
},

// Aeonic
memesthatburnthesky: {
accuracy: 100,
basePower: 140,
category: "Special",
shortDesc: "No additional effect.",
name: "Memes That Burn The Sky",
gen: 9,
pp: 5,
priority: 0,
flags: {protect: 1, recharge: 1, mirror: 1},
onTryMove() {
this.attrLastMove('[still]');
},
onPrepareHit(target, source) {
this.add('-anim', source, 'Light That Burns The Sky', target);
this.add('-anim', source, 'Rock Wrecker', target);
},
secondary: null,
target: "normal",
type: "Rock",
},

// aQrator
torisstori: {
accuracy: 100,
Expand Down
7 changes: 0 additions & 7 deletions data/mods/gen9ssb/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ export const Pokedex: {[k: string]: ModdedSpeciesData} = {
abilities: {0: "Fortified Metal"},
},

// Aeonic
nosepass: {
inherit: true,
baseStats: {hp: 57, atk: 90, def: 95, spa: 75, spd: 103, spe: 29},
abilities: {0: "Change Tempo"},
},

// aQrator
totodile: {
inherit: true,
Expand Down
6 changes: 0 additions & 6 deletions data/mods/gen9ssb/random-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ export const ssbSets: SSBSets = {
signatureMove: 'Smelt',
evs: {hp: 252, atk: 4, spd: 252}, nature: 'Careful', teraType: 'Steel', shiny: true,
},
Aeonic: {
species: 'Nosepass', ability: 'Change Tempo', item: 'Fossilized Fish', gender: 'M',
moves: ['Ice Burn', 'Electro Drift', 'Milk Drink'],
signatureMove: 'Memes That Burn The Sky',
evs: {hp: 252, spa: 252, spd: 4}, ivs: {spe: 0}, nature: 'Quiet', teraType: 'Rock',
},
aQrator: {
species: 'Totodile', ability: 'Neverending fHunt', item: 'Eviolite', gender: 'F',
moves: ['Whirlpool', 'Noble Roar', 'Slack Off'],
Expand Down

0 comments on commit 9821265

Please sign in to comment.