Skip to content

Commit

Permalink
Moar revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
EnPassant4264 committed Jul 30, 2024
1 parent f1f8df5 commit b55ce10
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
10 changes: 2 additions & 8 deletions data/mods/earthsky/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export const Learnsets: {[speciesid: string]: ModdedLearnsetData} = {
powergem: ["9M"],
dragonclaw: ["9M"],
ironhead: ["9M"],
irontail: ["9M"],
flamecharge: ["9M"],
zenheadbutt: ["9M"],
substitute: ["9M"],
Expand Down Expand Up @@ -363,6 +364,7 @@ export const Learnsets: {[speciesid: string]: ModdedLearnsetData} = {
powergem: ["9M"],
dragonclaw: ["9M"],
ironhead: ["9M"],
irontail: ["9M"],
flamecharge: ["9M"],
zenheadbutt: ["9M"],
substitute: ["9M"],
Expand Down Expand Up @@ -426,11 +428,7 @@ export const Learnsets: {[speciesid: string]: ModdedLearnsetData} = {
hydropump: ["9M"],
sludgebomb: ["9M"],
sludgewave: ["9M"],
strength: ["9M"],
hypervoice: ["9M"],
ironhead: ["9M"],
irontail: ["9M"],
waterfall: ["9M"],
gunkshot: ["9M"],
substitute: ["9M"],
sleeptalk: ["9M"],
Expand Down Expand Up @@ -496,8 +494,6 @@ export const Learnsets: {[speciesid: string]: ModdedLearnsetData} = {
hypervoice: ["9M"],
earthquake: ["9M"],
earthpower: ["9M"],
ironhead: ["9M"],
irontail: ["9M"],
waterfall: ["9M"],
gunkshot: ["9M"],
substitute: ["9M"],
Expand Down Expand Up @@ -568,8 +564,6 @@ export const Learnsets: {[speciesid: string]: ModdedLearnsetData} = {
hypervoice: ["9M"],
earthpower: ["9M"],
stoneedge: ["9M"],
ironhead: ["9M"],
irontail: ["9M"],
waterfall: ["9M"],
gunkshot: ["9M"],
substitute: ["9M"],
Expand Down
23 changes: 20 additions & 3 deletions data/mods/earthsky/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3080,11 +3080,12 @@ export const Scripts: ModdedBattleScriptsData = {
delete this.modData('Learnsets','beedrill').learnset.brutalswing;
delete this.modData('Learnsets','beedrill').learnset.knockoff;
// Pidgey
this.modData('Learnsets','pidgey').learnset.swift = ["9D"];
this.modData('Learnsets','pidgey').learnset.razorwind = ["9D"];
this.modData('Learnsets','pidgey').learnset.swift = ["9E"];
// Pidgeotto
this.modData('Learnsets','pidgeotto').learnset.swift = ["9D"];
this.modData('Learnsets','pidgeotto').learnset.razorwind = ["9D"];
// Pidgeot
this.modData('Learnsets','pidgeot').learnset.swift = ["9D"];
this.modData('Learnsets','pidgeot').learnset.razorwind = ["9D"];
// Rattata
this.modData('Learnsets','rattata').learnset.odorsleuth = ["9D"];
this.modData('Learnsets','rattata').learnset.chipaway = ["9M"];
Expand Down Expand Up @@ -3588,11 +3589,13 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','tentacool').learnset.chillywater = ["9M"];
this.modData('Learnsets','tentacool').learnset.toxic = ["9M"];
delete this.modData('Learnsets','tentacool').learnset.blizzard;
delete this.modData('Learnsets','tentacool').learnset.waterfall;
// Tentacruel
this.modData('Learnsets','tentacruel').learnset.lashout = ["9D"];
this.modData('Learnsets','tentacruel').learnset.chillywater = ["9M"];
this.modData('Learnsets','tentacruel').learnset.toxic = ["9M"];
delete this.modData('Learnsets','tentacruel').learnset.blizzard;
delete this.modData('Learnsets','tentacruel').learnset.waterfall;
// Geodude
this.modData('Learnsets','geodude').learnset.camouflage = ["9D"];
this.modData('Learnsets','geodude').learnset.rapidspin = ["9E"];
Expand Down Expand Up @@ -3715,6 +3718,7 @@ export const Scripts: ModdedBattleScriptsData = {
delete this.modData('Learnsets','slowpokegalar').learnset.earthquake;
delete this.modData('Learnsets','slowpokegalar').learnset.fireblast;
delete this.modData('Learnsets','slowpokegalar').learnset.flamethrower;
delete this.modData('Learnsets','slowpokegalar').learnset.waterfall;
// Slowbro
this.modData('Learnsets','slowbro').learnset.razorshell = ["9D"];
this.modData('Learnsets','slowbro').learnset.stasis = ["9T"];
Expand All @@ -3737,6 +3741,7 @@ export const Scripts: ModdedBattleScriptsData = {
delete this.modData('Learnsets','slowbrogalar').learnset.earthquake;
delete this.modData('Learnsets','slowbrogalar').learnset.fireblast;
delete this.modData('Learnsets','slowbrogalar').learnset.metronome;
delete this.modData('Learnsets','slowbrogalar').learnset.waterfall;
// Magnemite
this.modData('Learnsets','magnemite').learnset.electrify = ["9D"];
this.modData('Learnsets','magnemite').learnset.eerieimpulse = ["9M"];
Expand Down Expand Up @@ -4646,6 +4651,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','chinchou').learnset.chillywater = ["9M"];
this.modData('Learnsets','chinchou').learnset.flash = ["9M"];
delete this.modData('Learnsets','chinchou').learnset.blizzard;
delete this.modData('Learnsets','chinchou').learnset.waterfall;
// Lanturn
this.modData('Learnsets','lanturn').learnset.zapcannon = ["9D"];
this.modData('Learnsets','lanturn').learnset.chillywater = ["9M"];
Expand Down Expand Up @@ -4852,6 +4858,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','slowkinggalar').learnset.spicyextract = ["9D"];
this.modData('Learnsets','slowkinggalar').learnset.toxic = ["9M"];
delete this.modData('Learnsets','slowkinggalar').learnset.blizzard;
delete this.modData('Learnsets','slowkinggalar').learnset.waterfall;
// Misdreavus
this.modData('Learnsets','misdreavus').learnset.healblock = ["9D"];
this.modData('Learnsets','misdreavus').learnset.terrify = ["9L37"];
Expand Down Expand Up @@ -5049,8 +5056,10 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','corsola').learnset.chillywater = ["9M"];
this.modData('Learnsets','corsola').learnset.naturalgift = ["9M"];
delete this.modData('Learnsets','corsola').learnset.blizzard;
delete this.modData('Learnsets','corsola').learnset.earthquake;
delete this.modData('Learnsets','corsola').learnset.headsmash;
delete this.modData('Learnsets','corsola').learnset.tantrum;
delete this.modData('Learnsets','corsola').learnset.waterfall;
// Corsola Galar
this.modData('Learnsets','corsolagalar').learnset.clearsmog = ["9D"];
this.modData('Learnsets','corsolagalar').learnset.dustspray = ["9L17"];
Expand Down Expand Up @@ -6223,6 +6232,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','luvdisc').learnset.chillywater = ["9M"];
this.modData('Learnsets','luvdisc').learnset.faketears = ["9M"];
delete this.modData('Learnsets','luvdisc').learnset.blizzard;
delete this.modData('Learnsets','luvdisc').learnset.waterfall;
// Bagon
this.modData('Learnsets','bagon').learnset.wish = ["9D"];
this.modData('Learnsets','bagon').learnset.focusenergy = ["9L20"];
Expand Down Expand Up @@ -7470,6 +7480,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','seismitoad').learnset.boomburst = ["9D"];
this.modData('Learnsets','seismitoad').learnset.chillywater = ["9M"];
this.modData('Learnsets','seismitoad').learnset.toxic = ["9M"];
this.modData('Learnsets','seismitoad').learnset.waterfall = ["9M"];
// Throh
this.modData('Learnsets','throh').learnset.smellingsalts = ["9D"];
this.modData('Learnsets','throh').learnset.deepbreath = ["9L1"];
Expand Down Expand Up @@ -7890,6 +7901,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','alomomola').learnset.amnesia = ["9M"];
this.modData('Learnsets','alomomola').learnset.charm = ["9M"];
delete this.modData('Learnsets','alomomola').learnset.blizzard;
delete this.modData('Learnsets','alomomola').learnset.waterfall;
// Joltik
this.modData('Learnsets','joltik').learnset.zingzap = ["9D"];
this.modData('Learnsets','joltik').learnset.leechlife = ["9L1"];
Expand Down Expand Up @@ -8601,6 +8613,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','clauncher').learnset.whirlpool = ["9M"];
this.modData('Learnsets','clauncher').learnset.iceball = ["9E"];
delete this.modData('Learnsets','clauncher').learnset.blizzard;
delete this.modData('Learnsets','clauncher').learnset.waterfall;
// Clawitzer
this.modData('Learnsets','clawitzer').learnset.steameruption = ["9D"];
this.modData('Learnsets','clawitzer').learnset.mudbomb = ["9L35"];
Expand All @@ -8610,6 +8623,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','clawitzer').learnset.electroball = ["9M"];
this.modData('Learnsets','clawitzer').learnset.swordsdance = ["9M"];
this.modData('Learnsets','clawitzer').learnset.whirlpool = ["9M"];
delete this.modData('Learnsets','clawitzer').learnset.waterfall;
// Helioptile
this.modData('Learnsets','helioptile').learnset.morningsun = ["9D"];
this.modData('Learnsets','helioptile').learnset.sandblast = ["9L35"];
Expand Down Expand Up @@ -10294,6 +10308,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','eiscue').learnset.frostbreath = ["9M"];
this.modData('Learnsets','eiscue').learnset.fullcollide = ["9M"];
this.modData('Learnsets','eiscue').learnset.waterpulse = ["9M"];
delete this.modData('Learnsets','eiscue').learnset.waterfall;
// Indeedee ♀
this.modData('Learnsets','indeedeef').learnset.happyhour = ["9D"];
this.modData('Learnsets','indeedeef').learnset.teatime = ["9L40"];
Expand Down Expand Up @@ -10905,6 +10920,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','quaxwell').learnset.rocksmash = ["9M"];
this.modData('Learnsets','quaxwell').learnset.scald = ["9M"];
this.modData('Learnsets','quaxwell').learnset.torment = ["9M"];
this.modData('Learnsets','quaxwell').learnset.waterfall = ["9M"];
this.modData('Learnsets','quaxwell').learnset.whirlpool = ["9M"];
// Quaquaval
this.modData('Learnsets','quaquaval').learnset.victorydance = ["9D"];
Expand All @@ -10918,6 +10934,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','quaquaval').learnset.roleplay = ["9M"];
this.modData('Learnsets','quaquaval').learnset.scald = ["9M"];
this.modData('Learnsets','quaquaval').learnset.torment = ["9M"];
this.modData('Learnsets','quaquaval').learnset.waterfall = ["9M"];
this.modData('Learnsets','quaquaval').learnset.whirlpool = ["9M"];
// Lechonk
this.modData('Learnsets','lechonk').learnset.rollout = ["9D"];
Expand Down

0 comments on commit b55ce10

Please sign in to comment.