Skip to content

Commit

Permalink
Newtiny and CAP
Browse files Browse the repository at this point in the history
  • Loading branch information
EnPassant4264 committed Sep 2, 2024
1 parent fa01c63 commit b8dcf59
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 2 deletions.
11 changes: 10 additions & 1 deletion data/mods/earthsky/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5908,6 +5908,7 @@ export const Pokedex: {[speciesid: string]: ModdedSpeciesData} = {
},
pyroak: {
inherit: true,
baseStats: {hp: 120, atk: 70, def: 105, spa: 95, spd: 90, spe: 60},
abilities: {0: "Rock Head", 1: "Battle Armor", H: "White Smoke"},
},
revenankh: {
Expand Down Expand Up @@ -5969,10 +5970,18 @@ export const Pokedex: {[speciesid: string]: ModdedSpeciesData} = {
inherit: true,
abilities: {0: "Filter", 1: "Rough Skin", H: "Water Veil"},
},
chuggalong: {
/*chuggon: {
inherit: true,
abilities: {0: "Cacophony", 1: "White Smoke", H: "Stall"},
},
draggalong: {
inherit: true,
abilities: {0: "Cacophony", 1: "White Smoke", H: "Stall"},
},
chuggalong: {
inherit: true,
abilities: {0: "Cacophony", 1: "White Smoke", H: "Stall"},
},*/
/*nohface: { //CAPs should be renumbered this way, but it interferes with sprites at the moment
inherit: true,
number: -14,
Expand Down
24 changes: 23 additions & 1 deletion data/mods/earthsky/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5083,6 +5083,7 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','corsolagalar').learnset.toxic = ["9M"];
delete this.modData('Learnsets','corsolagalar').learnset.blizzard;
delete this.modData('Learnsets','corsolagalar').learnset.earthquake;
delete this.modData('Learnsets','corsolagalar').learnset.headsmash;
delete this.modData('Learnsets','corsolagalar').learnset.meteorbeam;
delete this.modData('Learnsets','corsolagalar').learnset.tantrum;
// Remoraid
Expand Down Expand Up @@ -13451,6 +13452,27 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','cresceidon').learnset.heavyslam = ["9E"];
delete this.modData('Learnsets','cresceidon').learnset.doubleedge;
delete this.modData('Learnsets','cresceidon').learnset.pound;
// Chuggon
/*this.modData('Learnsets','chuggon').learnset.lovelykiss = ["9D"];
this.modData('Learnsets','chuggon').learnset.block = ["9M"];
this.modData('Learnsets','chuggon').learnset.echoedvoice = ["9M"];
this.modData('Learnsets','chuggon').learnset.fullcollide = ["9M"];
this.modData('Learnsets','chuggon').learnset.incinerate = ["9M"];
this.modData('Learnsets','chuggon').learnset.laserfocus = ["9M"];
this.modData('Learnsets','chuggon').learnset.screech = ["9M"];
// Draggalong
this.modData('Learnsets','draggalong').learnset.lovelykiss = ["9D"];
this.modData('Learnsets','draggalong').learnset.bind = ["9L1"];
this.modData('Learnsets','draggalong').learnset.dragonhammer = ["9L1"];
this.modData('Learnsets','draggalong').learnset.block = ["9M"];
this.modData('Learnsets','draggalong').learnset.breakingswipe = ["9M"];
this.modData('Learnsets','draggalong').learnset.brutalswing = ["9M"];
this.modData('Learnsets','draggalong').learnset.echoedvoice = ["9M"];
this.modData('Learnsets','draggalong').learnset.fullcollide = ["9M"];
this.modData('Learnsets','draggalong').learnset.incinerate = ["9M"];
this.modData('Learnsets','draggalong').learnset.irontail = ["9M"];
this.modData('Learnsets','draggalong').learnset.laserfocus = ["9M"];
this.modData('Learnsets','draggalong').learnset.screech = ["9M"];
// Chuggalong
this.modData('Learnsets','chuggalong').learnset.lovelykiss = ["9D"];
this.modData('Learnsets','chuggalong').learnset.bind = ["9L1"];
Expand All @@ -13463,6 +13485,6 @@ export const Scripts: ModdedBattleScriptsData = {
this.modData('Learnsets','chuggalong').learnset.incinerate = ["9M"];
this.modData('Learnsets','chuggalong').learnset.irontail = ["9M"];
this.modData('Learnsets','chuggalong').learnset.laserfocus = ["9M"];
this.modData('Learnsets','chuggalong').learnset.screech = ["9M"];
this.modData('Learnsets','chuggalong').learnset.screech = ["9M"];*/
},
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/back-shiny/newtiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/back-shiny/ruggeft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/back/claymander.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/back/newtiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/back/ruggeft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/front/claymander.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/front/newtiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/earthsky/sprites/front/ruggeft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8dcf59

Please sign in to comment.