Salamencizer
Charmeleon
Ill be mostly offline these days due to 10th grade studies.
Posts: 55
|
Post by Salamencizer on Jun 21, 2015 11:12:50 GMT 1
Snaquaza ill try to code this! Just tell me that i have to just code A main function, or a whole battle....
|
|
|
Post by Snaquaza on Jun 21, 2015 11:39:44 GMT 1
You just need to code the ability, that should be enough information.
|
|
Salamencizer
Charmeleon
Ill be mostly offline these days due to 10th grade studies.
Posts: 55
|
Post by Salamencizer on Jun 21, 2015 12:05:37 GMT 1
okay!
|
|
|
Post by pokemonvortex on Oct 2, 2015 0:49:27 GMT 1
"Arcane": { shortDesc: "On switch-in, this Pokemon sets-up Trick Room.", onStart: function (source) { this.add('-fieldstart', 'move: Trick Room', '[of] ' + source); this.getStatCallback = function (stat, statName) { if (statName === 'spe' && stat <= 1809) return -stat; return stat; }; }, onResidualOrder: 23, onEnd: function () { this.add('-fieldend', 'move: Trick Room'); this.getStatCallback = null; } }, effect: { duration: 5 }, id: "arcane", name: "Arcane", rating: 4, num: -288
SalamencizerIn the end I have no idea what I'm doing. I have no idea where to put the effect/duration thing, and I don't even know if it works. Plus, what's the number? I just gave it a random one. Oh well, I tried.
|
|
Cyberknight98
Charizard
What is love? A chemical imbalance in the brain?
Posts: 547
|
Post by Cyberknight98 on Dec 4, 2015 18:03:53 GMT 1
Mega Beheeyem o3o
|
|
|
Post by Salient on Oct 17, 2016 20:37:33 GMT 1
So, a bit of a suggestion: rename this ability to "Trickster"
Arcane seems to fit more on an ability that summons Magic Room.
Actually...now that I think about it, what if this ability summoned any of the three rooms? Magic, Wonder and Trick Room. It'd make sense if the Pokemon would want to screw with the opponent. As a buff/nerf, we can create items (kinda like the Rocks for weather) to specify which room to summon. It'd be a buff to all three of these rooms, but would keep them (*cough* Trick Room) balanced enough where it's not broken.
|
|
|
Post by Salient on Oct 21, 2016 16:33:49 GMT 1
|
|
|
Post by Devoxys on Oct 22, 2016 13:28:30 GMT 1
I'm for the name change/effect change, whichever one is fine.
|
|
|
Post by pokemonvortex on Oct 22, 2016 23:43:23 GMT 1
I like Arcane with Magic Room.
|
|
|
Post by Salient on Oct 23, 2016 17:39:56 GMT 1
So I was thinking about this for a long time and it would be very cool to see it implemented as a concept. Trickster: On switch-in, the user warps the battlefield. This ability summons Magic Room, Trick Room or Wonder Room when it switches in. The Room it summons can be specified based on the item its holding. Pokemon: Fakemon pokemonvortex, Devoxys
|
|
|
Post by pokemonvortex on Oct 23, 2016 18:32:43 GMT 1
You do know the weather stones only guarantee the maximum duration, right? I don't really like the idea of an item, as that's pretty limiting and the only other ability like this is Multitype. Maybe make it a random chance for each one?
|
|