|
Post by Ace on May 29, 2015 1:38:57 GMT 1
I'm pleased with that result. Everything else looks fine as well, Approved 1/2.
|
|
|
Post by jaywad on May 29, 2015 2:29:28 GMT 1
I'm pleased with that result. Everything else looks fine as well, Approved 1/2. snaq already approved. Shouldn't it be 2/2 ?
|
|
|
Post by Ace on May 29, 2015 12:02:51 GMT 1
My bad, didn't see that. Approved 2/2.
|
|
|
Post by Devoxys on May 29, 2015 12:41:59 GMT 1
This is approved right? I'm not sure if I need 2 stamps or 3 stamps.
|
|
|
Post by jaywad on May 29, 2015 12:45:52 GMT 1
Well seeing that all the abilities are accepted with two, then yep 2
|
|
|
Post by Devoxys on May 29, 2015 12:48:41 GMT 1
YEAHHHHHHH MY FIRST APPROVED!!!!! Thanks a lot everyone!
EDIT: HURRAY 250th POST IM NOW A CHARIZARD :DDDDD
|
|
|
Post by jaywad on May 29, 2015 12:50:42 GMT 1
May you improve once again to join me as a contributor
|
|
Ruby
Charmeleon
reKt
Posts: 136
|
Post by Ruby on Jun 22, 2015 12:55:53 GMT 1
"overawe": { desc: "On switch-in, this Pokemon lowers the Special Attack of adjacent opposing Pokemon by 1 stage.", shortDesc: "On switch-in, this Pokemon lowers the Special Attack of adjacent opponents by 1 stage.", onStart: function (pokemon) { var foeactive = pokemon.side.foe.active; for (var i = 0; i < foeactive.length; i++) { if (!foeactive[i] || !this.isAdjacent(foeactive[i], pokemon)) continue; if (foeactive[i].volatiles['substitute']) { this.add('-activate', foeactive[i], 'Substitute', 'ability: Overawe', '[of] ' + pokemon); } else { this.add('-ability', pokemon, 'ability: Owerawe', '[of] ' + foeactive[i]); this.boost({spa: -1}, foeactive[i], pokemon); } } }, id: "overawe", name: "Overawe", rating: 3, num: -202 },
|
|