Jump to content

Redux's Create a Trainer Applications


Commander

Recommended Posts

Hello fellow players and yes, this is what I think it is. So one problem I've come across is that the rebattable trainers in the grand hall are...hard to scale and are very unreliable. So since this is a smaller mod, I decided to open this up a bit. Basically, feel free to make a team under these conditions:

 

1. No Legendaries

2. No early evolution mons (not a hard rule, but let's avoid level 20 Garchomps)

3. Sprites used can't be unique trainers (aka bosses) or any villain trainer class

 

So how you go about creating your app is a little different from most people. I'm actually going to ask forms are going to be submitted mostly in PBS style format. This saves me hours of work, but don't worry about if you don't understand a certain part because it's easy to correct minor mistakes. So here's the format of the application:

 

Spoiler

Pre battle dialog: (What the trainer says in the overworld)

Battle Format: Singles or Doubles

Field Effect: (Default is None)

 

[Trainer Class]

[Trainer's Name]

[Number of Mons], Items (optional)

[Pokemon 1],[level],[item],[move1],[move2],[move3],[move4],[ability],[Gender],[form],[shiny or not],[ivs],[happiness],[Nickname],false,,,[HP EVs],[Atk EVs],[Def EVs],[Speed EVs],[Sp Atk EVs],[Spe Def EVs]

[Pokemon 2],[level],[item],[move1],[move2],[move3],[move4],[ability],,0,false,[ivs],70,,false

etc

 

Trainer Defeat Quote: (What the trainer says after losing)

 

Now I'm sure half of you are wondering what the heck this Chinese I showed you is. Don't worry, I was like that when I first started working on HC back in the day. I'll break it down into parts now (I'll also provide an easier to follow example, but this is to let you know what all of those represent). Pre battle dialogue is self explanatory. It could be something like "Hey, I want to battle you." Before starting the battle. You could also give players a choice whether or not they want to challenge you. Not a big deal either way. If you don't put something there, I'll likely do something generic. If you want to do something special with your fight that's okay to and I really shouldn't need to explain those two categories. Now for the more complicated stuff.

 

Trainer Class

 

So to determine the sprite or who your character is, it's actually defined by a certain variable. That's basically what the first line is. The options are the following:

 

Spoiler

Note: The option you want to pick is the text on the LEFT SIDE and copy it exactly like it is such as HIKER is HIKER and NOT Hiker

 

PkMnTRAINER_Male = Vero
PkMnTRAINER_Female = Alice
Punk = Punk
YOUNGSTER = Youngster
HIKER = Hiker
BEAUTY = Posh
FISHERMAN = Fisherman
LADY = Lady
NatureGirl = Nature Girl
Doxy = Doxy
BLACKBELT = Black Belt
RANGERF = Female Ranger (Yes, it appears twice)
PkMnTRAINER_Male2 = Kuro
PkMnTRAINER_Female2 = Lucia
GENTLEMAN = Gentleman
HARRIDAN = Harridan
Cultist = Cultist
BATTLEGIRL = Battle Girl
EXPERT_Male = Elder
Clown = Clown
AQUA1 = Aqua Gang Grunt
MAGMA1 = Magma Gang Grunt
AceTrainerF = Female Ace Trainer
AceTrainerM = Male Ace Trainer
PkMnRANGER_Male = Male Pokemon Ranger
PkMnRANGER_Female = Female Pokemon Ranger
PkMnTRAINER_NB = Ari
PkMnTRAINER_NB2 = Decibel (maybe be mixed up with the one above)
COOLTRAINER_Male = Hotshot
COOLTRAINER_Female = Arcade Star
PSYCHIC_Male = Male Psychic
PSYCHIC_Female = Female Psychic
OrderlyF = Orderly
CultistF = Female Cultist
TechNerd = Techie
StreetRat = StreetRat
PoliceOfficer = Police Officer
Casanova = Cassanova
Orderly = Orderly

 

Trainer Name

 

Whatever you want to call yourself. If you want to be bob...fine. If you want to be called NorwayKing525...weird but okay.

 

Number of Mons/Items

 

Basically you have to put in how many mons are on your team which can be a max of 6. If you REALLY want items on your trainer, you'd need to put a common on it and a comma after every item otherwise omit the comma entirely (aka just put 6 on that line). Items have to be all uppercase and no spaces like SUPERPOTION,HYPERPOTION,POTION

 

Pokemon Name

 

This is really easy. Just the name of the Pokemon in all upper case. So SQUIRTLE JIGGLYPUFF MUK for some examples. As a side note, each of these categories are followed by a comma.

 

Pokemon's Level

 

Now this is one to pay attention to. So I'm accepting a certain number of apps per episode range. If you submit a team for a certain range, it needs to be in the following level range:

 

Spoiler

E2 (5 applications remain) = 15 - 25

E3 (3 applications remain) = 25 - 30

E4 (4 applications remain) = 30 - 35

E5 (5 applications remain) = 35 - 40

E6 (5 applications remain) = 38 - 42

E7 (5 applications remain) = 40 - 45

E8 (5 applications remain) = 45 - 50

E9 (5 applications remain) = 50 - 55

E10 (5 applications remain) = 55 - 60

E11 (5 applications remain) = 58 - 62

E12 (1 applications remain) = 60 - 65

E13 (3 applications remain) = 65 - 70

E14 (1 applications remain) = 68 - 72

E15 (1 applications remain) = 70 - 75

E16 (3 applications remain) = 75 - 80

E17 (5 applications remain) = 80 - 85

E18 (3 applications remain) = 85 - 90

E19 is closed for the time being (will open once all other slots are taken)

 

Just check back with this section to see what slots are still open.

 

Pokemon Item

 

A majority of hold items are perfectly okay and easy. Light Ball is LIGHTBALL and so on. Z-moves are a little bit more complicated. Rockium-Z for example is ROCKIUMZ2. Anything with a hyphen(-) simply exclude just like spaces. All upper case as well.

 

Pokemon Moves

 

This is exactly like items. All upper case and a comma in-between each move. WILLOWISP and SPLASH for example. Hidden Power is a tad bit trickier as you need to insert the element in like HIDDENPOWERFIR for example. Just let me know if you want to use that move as I don't even remember all of them off the top of my head.

 

Pokemon Ability, Gender, and Form

 

Pokemon Abilities are confusing. There's no easy solution around it. MOST abilities follow the same form a Bulbapedia so that's a good source to use. 0 represents the first ability, 1 usually the second ability, and 2 is the hidden ability. Following this is Gender which 0 and M (you can use either) represents Male and 1 and F represents female.

 

Then we get into forms. If you really need a certain form just let me know but most mons should just use 0 as the default. If it only has one form, just make the number 1, but if it's something like Rotom, I don't know that off the top of my head. I'll post it here when I look it up and find it though. As an additional note, any Alolan Pokemon would have a 1 as the form.

 

Shiny, IVs, and Happiness

 

If you want your pokemon shiny, make that section true, otherwise keep it false like the default. IVs are whatever you want them to be from 0 to 31. When in doubt, go with 20 is my rule of thumb. Happiness is kind of worthless unless you want to use Return which the max is...255. Default is generally 70 which I usually just put in so it's easier to read and fix.

 

Nicknames and everything before EVs

 

If you want your Pokemon to have their nickname, you can by putting it in that section. If you want Walter the Walrein, you'd put Walter there. I can't remember the max character limit but if the name is too long, it'll cross into the UI and look messy.

 

As for the rest, I know the false is for Shadow Pokemon, but don't try being funny there. Just keep it false. I also can't remember what those spaces even do. I believe the first one is for Poke Ball type but iirc it doesn't work. If you don't want EVs, you can omit anything after the final false.

 

EVs

 

If you really want to add specified EVs on a Pokemon, just follow the format I listed in the template. The only weird thing about this format is speed is in the middle instead of at the end.

 

----------------------------------------------------------------------------------------------

 

Now, I know some of you might be overwhelmed, but don't worry as I believe examples are the best way to figure and follow this format. I'm doing it this way to actually cut a step of work from my side which is basically reading what people submit then converting it into that.

 

One other note, I'm invoking a one month rule for submissions. If a month passes and a large number of slots are still open, you can make a second submission. Okay, now example time:

 

Spoiler

Template:

 

Pre battle dialog: (What the trainer says in the overworld)

Battle Format: Singles or Doubles

Field Effect: (Default is None)

 

[Trainer Class]

[Trainer's Name]

[Number of Mons], Items (optional)

[Pokemon 1],[level],[item],[move1],[move2],[move3],[move4],[ability],[Gender],[form],[shiny or not],[ivs],[happiness],[Nickname],false,,,[HP EVs],[Atk EVs],[Def EVs],[Speed EVs],[Sp Atk EVs],[Spe Def EVs]

[Pokemon 2],[level],[item],[move1],[move2],[move3],[move4],[ability],,0,false,[ivs],70,,false

etc

 

Trainer Defeat Quote: (What the trainer says after losing)

 

Example 1:

 

Pre Battle Dialogue: Hi! Isa liek to battlez nao!

Battle Format: Singles

Field: Glitch

 

Gambler
Commander
6,FULLRESTORE,FULLRESTORE
NINETALES,75,LIFEORB,FLAMETHROWER,SOLARBEAM,WILLOWISP,ZENHEADBUTT,1,0,0,false,TIMID,31,70,Zuko,false,,,4,0,0,252,0,252
SNORLAX,72,LEFTOVERS,RETURN,BLIZZARD,AMNESIA,PSYCHIC,1,0,0,false,CAREFUL,31,255,Chubby,,,252,4,0,0,0,252
UMBREON,72,LEFTOVERS,PSYCHIC,MOONLIGHT,CONFUSERAY,TOXIC,2,0,0,false,TIMID,31,255,Ozzy,,,148,0,148,0,0,252
DRAGALGE,73,BLACKSLUDGE,SCALD,THUNDERBOLT,ACIDARMOR,DRACOMETEOR,2,1,0,false,CAREFUL,31,70,Aya,,,4,0,252,0,0,252
DUSCLOPS,73,EVIOLITE,WILLOWISP,PSYCHIC,PAINSPLIT,BLIZZARD,0,0,0,false,CAREFUL,31,70,Grim,,,4,0,252,0,0,252
ALAKAZAM,75,ALAKAZITE,PSYCHIC,RECOVER,ENERGYBALL,FIREPUNCH,2,0,0,false,TIMID,31,255,Abraham,,,0,0,4,252,252,0

 

Defeat Quote: Zho no! I lost ze battle of ze millium.

 

Example 2:

Pre Battle Dialogue: Too lazy to make one

Battle Format Singles

Field: None

 

Hotshot
Fern
4
LOMBRE,15,,ASTONISH,GROWL,ABSORB,BUBBLE,0,,0,false,,5,70,,false
SERVINE,16,,TACKLE,LEER,VINEWHIP,WRAP,0,,0,false,,10,70,,false
DARTRIX,16,,TACKLE,LEAFAGE,GROWL,PECK,0,,0,false,,10,70,,false
ROSELIA,16,,GROWTH,POISONSTING,MEGADRAIN,WATERSPORT,1,,0,false,,20,70,,false

 

Defeat Quote: This scrub ain't worth it

 

Link to comment
Share on other sites

Waynaut (hope I didn't make a dumass mistake~)

Spoiler

Pre battle dialog: How are you fren~ Ready to lose? Because I'm ready to win!

Battle Format: Singles

Field Effect: None

 

LADY

Candy

3, FULLRESTORE

FLORGES,75,LEFTOVERS,MOONBLAST,LIGHTSCREEN,CALMMIND,WISH,2,1,1,true,20,70,Lily,false,,,252,0,252,0,0,4

MISMAGIUS,75,LIFEORB,SHADOWBALL,POWERGEM,NASTYPLOT,DESTINYBOND,0,1,1,false,20,70,Dahlia,false,,,4,0,0,252,252,0

LOPUNNY,75,LOPUNNITE,RETURN,HIGHJUMPKICK,FAKEOUT,COSMICPOWER,2,1,1,true,20,255,Azalea,false,,,0,252,0,252,0,0

 

Trainer Defeat Quote: Aw meanie~ I dare you to challenge me again, though!

 

Link to comment
Share on other sites

Pre battle dialog: DONT LOSE YOUR WAYYYYYY

Battle Format: Singles

Field Effect: Fairy Tale

 

RANGERF

Hirwano

2, XSPEED, XATTACK, FULLRESTORE

SCIZOR,65,LIFEORB,BULLETPUNCH,SWORDSDANCE,PURSUIT,U-TURN,TECHNICIAN,0,0,0,false,JOLLY,31,220,Katatachi,false,,,252,252,4,0,0,0

ZANGOOSE,TOXICORB,KNOCKOFF,CLOSECOMBAT,FACADE,FLING,1,0,0,false,JOLLY,31,200,SATSKI,true,,,252,0,0,4,252

 

Trainer Defeat Quote: YOUR MIND!

Edited by hope4896
Link to comment
Share on other sites

Spoiler

 

Pre battle dialog : So you dare to challenge me huh? Well then, prepare for your demise.

Battle Format : Singles

Field Effect : New World

 

PkMnTRAINER_Male

Ainz

6, FULLRESTORE, MAXREVIVE, BLUEMOONICECREAM

SWAMPERT,90,KINGSROCK,WATERFALL,AVALANCHE,ROCKSLIDE,EARTHQUAKE,2,0,0,TRUE,ADAMANT,31,70,Gargantua,false,,,252,252,4,0,0,0

AGGRON,90,AGGRONITE,HEADSMASH,ICEPUNCH,STEALTHROCK,IRONHEAD,0,0,0,TRUE,ADAMANT,31,70,Cocytus,false,,,0,252,252,4,0,0

VENUSAUR,90,BLACKSLUDGE,TOXIC,PETALDANCE,VENOSHOCK,GIGADRAIN,2,0,0,TRUE,CALM,31,70,Mare,false,,,4,0,0,0,252,252

HONCHKROW,90,WEAKNESSPOLICY,BRAVEBIRD,ROOST,NIGHTSLASH,SUCKERPUNCH,2,0,0,TRUE,ADAMANT,31,70,Demiurge,false,,,252,252,0,4,0,0

BLAZIKEN,90,BLACKBELT,HIGHJUMPKICK,FLAREBLITZ,BULKUP,SHADOWCLAW,2,0,0,TRUE,ADAMANT,31,100,Sebas,false,,,0,252,4,252,0,0

HAXORUS,90,RAZORFANG,DRAGONDANCE,DRAGONCLAW,IRONTAIL,TAUNT,0,1,0,TRUE,JOLLY,31,70,Albedo,false,,,4,252,0,252,0,0

 

Trainer defeat dialog : Tch. So i lost this time. Now that i gained a lot of info about your battle style, if we meet again someday, believe me, you'll lose.

 


 

Spoiler

 

Originally, i want to stick to Ainz's NPCs original data, which is all lvl 100. Since i can't put 100 yet, o well, i'll put 90 in there. 

 

 

 

 

 

 

Link to comment
Share on other sites

This is an absolute fantastic idea, really looking forward to it!

 

Spoiler

Pre Battle Dialogue: What you've reached so far is impressive. But are you ready to master this challenge as well?

Battle Format: Singles

Field: None

 

Marc
PkMnTRAINER_Male
6,FULLRESTORE,FULLRESTORE,FULLRESTORE
ANINETALES,86,LIGHTCLAY,AURORAVEIL,FREEZEDRY,MOONBLAST,NASTYPLOT,2,1,0,false,TIMID,31,255,Ame,false,,,4,0,0,252,252,0
SNORLAX,86,LEFTOVERS,CURSE,REST,SLEEPTALK,BODYSLAM,1,0,0,false,CAREFUL,31,255,false,,,252,4,0,0,0,252
DRAGONITE,87,WEAKNESSPOLICY,DRAGONDANCE,FIREPUNCH,THUNDERPUNCH,DRAGONCLAW,2,0,0,false,ADAMANT,31,255,false,,,0,252,4,252,0,0
TYRANITAR,87,DESPOTARNITE,DRAGONDANCE,EARTHQUAKE,ICEPUNCH,IRONHEAD,0,0,0,false,ADAMANT,31,255,false,,,0,252,4,252,0,0
MACHAMP,88,ASSAULTVEST,DYNAMICPUNCH,BULLETPUNCH,STONEEDGE,KNOCKOFF,1,0,0,false,ADAMANT,31,255,false,,,4,252,0,0,0,252
TYPHLOSION,90,CHARCOAL,ERUPTION,FOCUSBLAST,FIREBLAST,EXTRASENSORY,0,0,0,false,TIMID,31,255,Tornupto,false,,,4,0,0,252,252,0

 

Defeat Quote: You may have defeated me and my pokemon, but there's one thing a true trainer always keeps. HIS PRIDE!

 

I hope I haven't made too many mistakes there, wasn't always sure what to do.. (for example when I don't use nicknames)
The important things are: Form-wise, I'd like it to be Alola-Ninetales & Mega-Despotar;

Ability-wise, the most important ones are No-Guard for Machamp and Multi-Scale for Dragonite (just in case I've made mistakes there)

 

It would be absolutely incredible to see this ingame (and while it has heavy hitters, I believe there are more than enough ways to beat it)

Link to comment
Share on other sites

  • Global Mods

Well, let's have a crack at this then, without being too OP.

Spoiler

Pre battle dialog : Hmm, this should be about appropriate for your current skill level.

Battle Format : Singles

Field Effect : Inverse

 

PkMnTRAINER_NB2

Dream

5, FULLRESTORE, FULLRESTORE

ABOMASNOW,78,GRASSIUMZ,SWORDSDANCE,ICESHARD,WOODHAMMER,EARTHQUAKE,0,0,0,TRUE,31,70,Warrod,false,ADAMANT,,,100,252,4,152,0,0

AURORUS,79,LIFEORB,HYPERVOICE,EARTHPOWER,STEALTHROCK,FLASHCANNON,0,0,0,TRUE,31,70,Invel,false,MODEST,,,252,0,4,0,252,0

CINCCINO,78,KINGSROCK,TAILSLAP,BULLETSEED,ROCKBLAST,UTURN,2,1,0,TRUE,31,255,Yui,false,JOLLY,,,4,252,0,252,0,0

MALAMAR,79,LEFTOVERS,SUPERPOWER,KNOCKOFF,REST,SLEEPTALK,0,1,0,TRUE,31,70,Melascula,false,ADAMANT,,,252,252,0,4,0,0

LOPUNNY,80,LOPUNNITE,HIGHJUMPKICK,RETURN,FAKEOUT,POWERUPPUNCH,2,1,0,TRUE,31,255,Yang,JOLLY,,,4,252,0,252,0,0

 

Trainer defeat dialog : Let me know if you need more help getting stronger. Maybe one day, we'll fight for real.

Link to comment
Share on other sites

E3 Team

 

 

Pre battle dialog: Hey, you and your team look pretty weak, but don't worry me and my pokemon will toughen you up!

Battle Format: Singles

Field Effect: None

 

AceTrainerM

Drakyle

4

IVYSAUR,27,BLACKSLUDGE,LEECHSEED,SLUDGEBOMB,SYNTHESIS,GIGADRAIN,0,F,0,FALSE,20,70,Ivy,false,,,0,0,0,0,0,0

TOGETIC,28,EVIOLITE,METRONOME,FLAMETHROWER,MAGICALLEAF,DAZZLINGGLEAM,2,F,0,FALSE,20,70,Togetic,false,,,0,0,0,0,0,0

CHANSEY,28,LEFTOVERS,THUNDERWAVE,SOFTBOILED,ATTRACT,SEISMICTOSS,0,F,0,FALSE,20,70,Chansey,false,,,0,0,0,0,0,0

ELECTABUZZ,30,LIFEORB,THUNDERPUNCH,ICEPUNCH,BRICKBREAK,FIREPUNCH,0,M,0,FALSE,20,70,Electabuzz,false,,,0,0,0,0,0,0

 

Trainer Defeat Quote: Hey look at that, your team is getting stronger already!

Link to comment
Share on other sites

Spoiler

 

Pre battle dialog: Fite me scrub!

Battle Format: Singles

Field Effect: None

MAGMA1
GOAT
3
GRUMPIG,32,LIGHTCLAY,PSYWAVE,SEISMICTOSS,REFLECT,LIGHTSCREEN,0,F,0,false,20,70,CHUBBS,false
PILOSWINE,33,EVIOLITE,ICICLESPEAR,ICESHARD,STOMPINGTANTRUM,ROCKTOMB,2,F,0,false,20,70,T H I C C,false
PIGNITE,33,EVIOLITE,HEATCRASH,LOWSWEEP,WILDCHARGE,CURSE,1,M,0,true,20,70,BACON GOD,false

Trainer Defeat Quote: I blame Azery for this!

 


Yes, I want my nicknames all in caps!
Team is obviously designed for E4 content

Link to comment
Share on other sites

Right, let's give it a try. I'll probably edit->axe something for being too OP for this point of the game or because I just changed my mind about the pre battle dialog:

 

Spoiler

Pre battle dialog: Training time! You'll be the first to experience my awesome strats to beat Edgar!

Battle Format: Singles

Field Effect: None

 

HIKER

Huey

6

MONFERNO,27,MUSCLEBELT,MACHPUNCH,FIREPUNCH,TAUNT,FIREPLEDGE,1,0,0,false,NAIVE,31,0,Kiokutai,false,,,80,160,80,80,0,80

LOPUNNY,26,SILKSCARF,RETURN,JUMPKICK,FAKEOUT,COSMICPOWER,1,1,0,false,JOLLY,31,175,Velvet,false,,,80,180,80,80,0,80

GOLBAT,26,POISONBARB,POISONFANG,LEECHLIFE,WINGATTACK,BITE,0,1,0,false,JOLLY,31,70,Bad,false,,,80,180,80,80,0,80

MUDBRAY,27,MARANGABERRY,HIGHHORSEPOWER,BODYSLAM,DOUBLEKICK,BULLDOZE,1,1,0,false,ADAMANT,31,70,Bonnie,false,,,80,180,80,80,0,80

LOMBRE,30,WISEGLASSES,GIGADRAIN,LEECHSEED,BUBBLEBEAM,NATUREPOWER,0,0,0,TIMID,false,31,70,Havana,false,,,80,0,80,80,80,180

TYNAMO,30,MAGNET,TACKLE,THUNDERWAVE,SPARK,CHARGEBEAM,0,0,0,false,MODEST,31,255,Trossy,false,,,80,0,80,80,160,80

 

Trainer Defeat Quote: I wonder what he would say about this...

 

Edited by HUEnd
Went for a all-out approach. Gimme more pain Commander.
Link to comment
Share on other sites

Pre Battle Dialogue: Heads up!

Battle Format: Singles

Field: None

 

OrderlyF
Cydera
6
EXEGGUTOR,62,SITRUSBERRY,FLAMETHROWER,LEAFSTORM,DRAGONPULSE,ANCIENTPOWER,1,1,1,false,MODEST,31,70,Ocello,false,,,252,0,0,4,252,0
MAGNEZONE,63,CHOICESPECS,THUNDERBOLT,FLASHCANNON,VOLTSWITCH,MIRRORCOAT,1,0,0,false,MODEST,31,70,Wheatley,,,252,0,0,4,252,0
VANILLUXE,63,CHOICESCARF,FROSTBREATH,FREEZEDRY,FLASHCANNON,BLIZZARD,2,0,0,false,MODEST,31,70,Dnj,,,4,0,0,252,0,252
DUGTRIO,64,FOCUSSASH,EARTHQUAKE,STONEEDGE,REVERSAL,SUCKERPUNCH,1,1,0,false,ADAMANT,31,70,Trap,,,4,252,0,252,0,0
DODRIO,64,SITRUSBERRY,THRASH,BRAVEBIRD,JUMPKICK,SWORDSDANCE,2,0,0,true,JOLLY,31,255,Angry Bird,,,4,252,0,252,0,0
HYDREIGON,65,LIFEORB,DARKPULSE,DRAGONPULSE,FIREBLAST,FLASHCANNON,0,0,0,false,TIMID,31,70,Savage,,,4,0,0,252,252,0

 

Defeat Quote: Don't let this victory get to your head.

Link to comment
Share on other sites

Well, here goes:

 

Spoiler

Pre battle dialog: Prepare to be obliterated by the destructive might of my team!

Battle Format: Singles

Field Effect: None

 

PSYCHIC_Male

Arenn

3, FULL RESTORE

VOLCARONA,67,LEFTOVERS,QUIVERDANCE,PSYCHIC,FIERYDANCE,BUG BUZZ,2,0,0,TRUE,25,70,Corona,false,,,60,0,0,198,252,0

LUXRAY,67,AIRBALLOON,THUNDERFANG,CRUNCH,ICEFANG,WILDCHARGE,2,0,0,TRUE,25,70,Lux,false,,,60,252,0,198,0,0

SALAMENCE,67,DRAGONIUMZ,DRAGONDANCE,OUTRAGE,FLY,ZENHEADBUTT,2,0,0,TRUE,25,70,Salem,false,,,0,0,0,0,0,0

 

Trainer Defeat Quote: I blame Amethyst for this

 

Link to comment
Share on other sites

Well.. i 'll give this a try even though i might not get accepted

I'll apply for E17 please.

@M4RC what the fuck is a Despotar... did you mean Tyranitar?

 

Spoiler

Pre Battle Dialogue: I am Xayah. A great Dragon type pokémon trainer. I can hold my own against even the Pokémon League's Elite Four. Do you still want to take me on? ...Fine. Let's do it! As a trainer, I will use my full power against any opponent!

Battle Format: Singles

Field: Default

 

AceTrainerF

Xayah

5,FULLRESTORE

DRUDDIGON,84,LIFEORB,DRAGONCLAW,FIREPUNCH,GUNKSHOT,SUCKERPUNCH,1,1,0,true,Jolly,31,70,false,,,4,252,0,252,0,0

GYARADOS,82,EXPERTBELT,DRAGONDANCE,WATERFALL,EARTHQUAKE,CRUNCH,1,1,0,false,Jolly,31,70,false,,,4,252,0,252,0,0

HYDREIGON,82,LIFEORB,DARKPULSE,DRACOMETEOR,HEATWAVE,EARTHPOWER,0,0,0,false,Timid,31,70,false,,,4,0,0,252,252,0

CHARIZARD,83,FLAMEPLATE,FIREBLAST,FOCUSBLAST,ROOST,AIRSLASH,0,0,0,false,Timid,31,70,false,,,4,0,0,252,252,0

GOODRA,81,ASSAULTVEST,POWERWHIP,SLUDGEWAVE,FOCUSBLAST,MUDDYWATER,0,0,0true,Hardy,31,70,false,,, 252,0,0,4,252,0

 

Defeat Quote: All right. I recognize your true power.

 

Link to comment
Share on other sites

Okay, so I'm looking and I'm really surprised how clean and smooth this went. I'm a little busy but I'll check deeper into the applications tomorrow or Monday (or some day soon). The only quick thing I noticed was something I forgot to mention

 

@M4RC

 

You don't have to change it as I would have corrected it anyways (when in doubt just let me know and I'll fix it when implementing it in the PBS) is that Alola Pokemon are a different form so this:
 

ANINETALES,86,LIGHTCLAY,AURORAVEIL,FREEZEDRY,MOONBLAST,NASTYPLOT,2,1,0,false,TIMID,31,255,Ame,false,,,4,0,0,252,252,0

 

Would actually be this:

 

NINETALES,86,LIGHTCLAY,AURORAVEIL,FREEZEDRY,MOONBLAST,NASTYPLOT,2,1,1,false,TIMID,31,255,Ame,false,,,4,0,0,252,252,0

 

I also noticed the T-tar thing, but again, that would've been an easy fix as well for me. For those who are wondering and want Alolan mons, change the form from 0 to 1 and that'll make it the Alolan form. If you're in doubt just make a note. Don't worry too much about mistakes as I'm used to correcting even my own. Everything looks really solid and everything seemed formatted correctly from a glance so good job. Also, wow I was not expecting that many apps on the first day.

Link to comment
Share on other sites

I'm just doing this as a separate post for the sake of the pings:
@Candy Everything looked good and I added it in

 

@hope4896 You forgot the level for Zangoose so I made it 65. Let me know if you want it to be something else. I noticed an error with the abilities so I fixed those already. The only thing that's throwing me off is the EVs as Scizor has HP and Attack (which is fine), but Zangoose has HP and Special Attack...I can easily correct that if you tell me what it was supposed to be.

 

@Ainz Ooal Gown Everything looks good so I added you in

 

@M4RC I know it was mentioned before but there were a couple errors, however, they will simple mistakes so I fixed them myself

 

@DreamblitzX Looks good to me so it's added in and no problemos

 

@Lord Drakyle I just gave them natural EVs as 0 EVs actually weakens them a bit. And this isn't really an error but as an FYI if a Pokemon doesn't have a nickname it comes out just like you put for the nickname there. I kept it just in case but it's no big deal either way.

 

@pyrromanis ..........I'm blaming Azery (who I can't figure out who to ping because he keeps changing his name more than a girl changes her clothes) for this. Also, the app looks fine and is added

 

@HUEnd Yep, your battle looks good. Also, feel free to go all out or make the fight really easy as variety isn't a bad thing.

 

@DemICE You're good there, brother. Added you in the doc now.

 

@SilverHelio Only mistake I noticed was spaces inbetween moves. Obviously, that was an easy fix and I corrected it myself. Everything else looked good.

 

@Amine Chankey3ft7 Everything looked good from what I saw so I added it in. Only thing was natures weren't all caps (I don't actually know if that matters or not, but I think it does) and you missed an extra comma after 70 (unless you want all your Pokemon to be nicknamed false). Easy fixes so no big deal.

 

In all honesty, I'm surprised how smooth this was. I'm like legit surprised how some people even made perfect submissions as I doubted anyone would at the start because even I make mistakes and I've done hundreds of these. Anyways, they are all added in so Ping me if you make any changes or want me to change something in the corrections I did otherwise those who I pinged bar the EV spread issue are all good. I'll be taking them all off the available slots now.

Link to comment
Share on other sites

Might as well give this a shot. This is for an E4 team, let me know if I need to change anything.

 

Pre Battle Dialogue: You look like you might actually have a clue about what you are doing here in this region. Good, I need someone to push me. Routing this league has been too easy so far. Let's go!

Battle Format: Singles

Field: None

 

AceTrainerM

Kreiger

6

 

HONEDGE,34,MUSCLEBAND,SHADOWSNEAK,SWORDSDANCE,NIGHTSLASH,GYROBALL,1,1,1,true,BRAVE,27,255,,,,52,252,100,0,0,100

 

COMFEY,31,LEFTOVERS,DRAININGKISS,LEECHSEED,SYNTHESIS,ENERGYBALL,2,1,0,false,BOLD,30,255,,,,100,50,50,100,100,100

 

SEADRA,33,ASSAULTVEST,BUBBLEBEAM,ICEBEAM,SIGNALBEAM,DRAGONPULSE,1,1,0,false,TIMID,25,255,,,,20,0,70,200,180,30

 

GLIGAR,32,EVIOLITE,ACROBATICS,TAILWIND,BULLDOZE,CROSSPOISON,1,1,0,false,IMPISH,23,255,,,,100,100,80,100,0,100

 

LYCANROC,33,HARDSTONE,STEALTHROCK,ACCELEROCK,ROCKSLIDE,FIREFANG,1,1,1,false,ADAMANT,25,255,,,,30,175,30,175,20,50

 

AMPHAROS,34,WISEGLASSES,POWDERGEM,DISCHARGE,CONFUSERAY,DRAGONPULSE,1,1,0,true,MODEST,31,255,AMPHY,,,50,0,75,50,252,50

 

Trainer Defeat Quote: I'll get you the next time - don't you dare get comfortable with this win.

 

Link to comment
Share on other sites

Spoiler

E9

Pre battle dialog: You don't get to be a trainer in the grand hall without knowing how to spam full restores!

Battle Format: Singles

Field Effect: None

 

BLACKBELT

Spear

5,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE

AERODACTYL,51,FOCUSSASH,STEALTHROCK,GIGAIMPACT,CRUNCH,ROCKSLIDE,0,F,0,false,31,70,,false
GYARADOS,54,LUMBERRY,CRUNCH,DRAGON DANCE,WATERFALL,IRONHEAD,2,M,0,false,31,70,,false
CHARIZARD,53,LIFEORB,HEATWAVE,AIRSLASH,DRAGONPULSE,OVERHEAT,2,F,0,false,31,70,,false
SALAMENCE,55,LEFTOVERS,EARTHQUAKE,DRAGONCLAW,FIREBLAST,ROOST,2,M,0,false,31,70,,false
VENUSAUR,51,BLACKSLUDGE,LEECHSEED,SLUDGEBOMB,GIGADRAIN,TOXIC,0,F,0,false,31,70,,false

Trainer Defeat Quote: Maybe i should look into revives too?

 

Link to comment
Share on other sites

So for this one, I intentionally avoid TM and Tutor Moves, but not Egg Moves.

Spoiler

E3

Pre battle dialog: I'm so excited about this beetle!

Battle Format: Singles

Field Effect: None

 

NatureGirl

Mushi

3,REVIVALHERB,REVIVALHERB,REVIVALHERB

PINSIR,29,OCCABERRY,CLOSECOMBAT,XSCISSOR,DOUBLEHIT,FEINTATTACK,0,M,0,false,31,70,,false
HERACROSS,30,COBABERRY,MEGAHORN,BRICKBREAK,NIGHTSLASH,BULLETSEED,2,M,0,false,31,70,,false
VIKAVOLT,28,CHARTIBERRY,THUNDERBOLT,AIRSLASH,MUDSHOT,CRUNCH,2,F,0,false,31,70,,false
Trainer Defeat Quote: You ruin the beetle!


 

Link to comment
Share on other sites

E18
Pre battle dialog: Initializing... 

Battle Format: Singles
Field Effect: Glitch Field


PkMnTRAINER_NB2
Square
6,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE
METAGROSS,87,SYNTHETICSEED,EXPLOSION,SLUDGEBOMB,METEORMASH,EARTHQUAKE,0,0,0,false,31,169,O.S.,false,,,252,252,4,0,0,0

PORYGON2,89,EVIOLITE,RECOVER,TRICKROOM,BLIZZARD,DISCHARGE,0,0,0,true,31,100,:C,false,,,252,0,4,0,0,252
TOXAPEX,87,BLACKSLUDGE,RECOVER,SURF,BLIZZARD,BANEFULBUNKER,1,F,0,false,31,121,Antivirus,false,,,252,0,4,0,0,252
EMPOLEON,85,ASSAULTVEST,WATERFALL,BLIZZARD,GRASSKNOT,HIDDENPOWERELECTRIC,0,M,0,false,31,144,Cooling Unit,false,,,252,0,4,0,252,0
PORYGONZ,88,NORMALIUMZ2,PSYSHOCK,CONVERSION,BLIZZARD,THUNDERBOLT,0,0,0,true,31,196,System 32,false,,,0,0,4,252,252,0

AUDINO,90,AUDINITE,AMNESIA,BLIZZARD,FLAMETHROWER,PSYCHIC,1,F,0,true,31,225,Administrator,false,,,252,0,4,0,0,252

Defeat Quote: Process exited after unknown seconds with return value 0. Press any button to continue.

Link to comment
Share on other sites

  • Global Mods

E6

Pre battle dialog : Wow you're challenging me, That's cute

Battle format: Singles

Field effect: anything you think can help

 

AceTrainerM

Kevin

6,FULLRESTORE,FULLRESTORE,FULLRESTORE

KIRLIA,40,EVIOLITE,CALMMIND,PSYCHIC,DAZZLINGGLEAM,SHADOWBALL,1,M,0,true,31,70,Ballet dancer,false,,,252,0,0,252,0,4

FLYGON,45,YACHEBERRY,DRAGONDANCE,EARTHQUAKE,DRAGONCLAW,ROCKSLIDE,0,M,0,false,20,70,Fix Me,false,,,252,252,0,0,04

AEGISLASH,45,LEFTOVERS,KING'SSHIELD,IRONHEAD,SWORDSDANCE,SHADOWBALL,0,M,0,true,31,70,Slasher,false,,,0,127,127,127,127,0

YANMEGA,43,LIFEORB,GIGADRAIN,AIRSLASH,BUGBUZZ,ANCIENTPOWER,0,F,0,true,31,70,Only Girl,false,,,0,0,0,252,4,252

MAGNEZONE,42,AIRBALLOON,DISCHARGE,HIDDENPOWERFIRE,FLASHCANON,VOLTSWITCH,2,0,0,Champ,false,20,70,false,,,252,0,0,252,4,0

SCRAFTY,44,LEFTOVERS,DRAGONDANCE,ICEPUNCH,HIGHJUMPKICK,CRUNCH,2,M,0,false,20,70,I'm a YOUTUBER,false,,,252,252,0,0,0,4

 

Defeat Quote: Can we go on a date you're really cute,I swing in any way

Link to comment
Share on other sites

Spoiler

 E16

 

Pre battle dialog : I have calculated all possibilities in this battle and in all i win this battle(or) prepare to be defeated by my awesome power(or)Show me your power level

 

Battle format: Singles

 

Field effect: anything will do.

 

 

 

TechNerd 

 

Samraysh

 

6,FULLRESTORE,FULLRESTORE,FULLRESTORE,FULLRESTORE

 

GRENINJA,76,LEFTOVERS,WATERSHURIKEN,DARKPULSE,ICEBEAM,EXTRASENSORY,2,M,0.false,20,200,false,,,4,0,0,252,252,0

 

MIMIKYU,78,BIGROOT,SWORDSDANCE,SHADOWCLAW,LEECHLIFE,PLAYROUGH,1,F,0,false,31,200,false,,,6,252,0,252,0,0

 

MAWILE,80,MAWILITE,SWORDSDANCE,ROCKSLIDE,ICEPUNCH,IRONHEAD,2,F,0,false,31,200,false,,,252,252,0,0,0,4

 

AMUK,77,BLACKSLUDGE,POISONJAB,KNOCKOFF,ICEPUNCH,ACIDARMOR,1,M,1,true,31,200,false,,,4,252,0,252,0,0

 

HYDREIGON,79,CHOICESCARF,FLAMETHROWER,DRAGONPULSE,STEELCANNON,DARKPULSE,1,M,0,true,30,200,false,,,6,0,0,252,252,0

 

EXCADRILL,80,SMOOTHROCK,SANDSTORM,SWORDSDANCE,EARTHQUAKE,SHADOWCLAW,2,M,0,true,31,200,false,,,4,252,0,252,0,0

 

Defeat quote:It seems i have miscalculated(or)well,that backfired quickly(or) IT'S OVER 9000!!!!!!!!!!!!!!!

 

 

 


You are free to make any changes if you want to

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...