- 49
- Posts
- 9
- Years
- Seen May 13, 2018
I'm kinda brand new at this, putting my feet (toe?) into the water and I'm curious about something.
I've been reading https://pokemonessentials.wikia.com/wiki/Function_codes but it doesn't say anywhere on the page how to create a new one, or combine effects.
For example:
Acid Rain is a move I thought of, it's a high damage charge turn move that lowers special defense. It would combine the effects of Razor Wind and Acid Spray. Would I put OC304F as the function code?
I'm kind of assuming no, so how would I go about creating a new function code? I need to figure out how to do this, as I also want to create a bunch of Entry Hazards, and there's only 3 function codes total for those.
On another note, as to not bombard anyone with the whole list I picked out three moves I've made, would anyone be willing to look over these lines and make sure they are correct? I think I did them right, but I want to check before I really get crazy making tons of new moves.
Invasion: (Ghost version of brick break)
Parasite Injection: (More powerful version signature move version of Poison Jab, higher damage, 30% chance to badly poison)
Dragon Flight: (Dragon version of Flame Charge)
I've been reading https://pokemonessentials.wikia.com/wiki/Function_codes but it doesn't say anywhere on the page how to create a new one, or combine effects.
For example:
Acid Rain is a move I thought of, it's a high damage charge turn move that lowers special defense. It would combine the effects of Razor Wind and Acid Spray. Would I put OC304F as the function code?
Code:
568,ACIDRAIN,Acid Rain,0C304F,120,POISON,Special,100,5,0,04,0,bef,"Charges noxious energy for one turn, then unleash a cloud of acidic vapor over the opponent that rains down searing acid. Sharply lowers special defense."
On another note, as to not bombard anyone with the whole list I picked out three moves I've made, would anyone be willing to look over these lines and make sure they are correct? I think I did them right, but I want to check before I really get crazy making tons of new moves.
Invasion: (Ghost version of brick break)
Code:
561,INVASION,Invasion,10A,75,GHOST,Physical,100,15,0,00,0,abef,"The user phases through any barrier, destroying it, and strikes its opponent."
Code:
560,PINJECTION,Parasite Injection,006,90,GHOST,Physical,100,20,30,0,0,abf,"Phases its stinger into its opponent, attempting to inject it with its parasitic toxin. It may badly poison the target."
Code:
563,DRAGONFLIGHT,Dragon Flight,01F,50,DRAGON,Physical,100,20,100,00,0,abef,"The dragon brandishes its wings and flys swiftly at its opponents. Raises the user's speed."