Question: do Draco Meteor, Superpower,and friends lower the same stat as ou or the relevant attacking stat? This should probably be included in the op. If it's the first option Draco Meteor and friends become extremely powerful moves.
They lower the same stats as OU. And Yes, they are incredibly powerful.Question: do Draco Meteor, Superpower,and friends lower the same stat as ou or the relevant attacking stat? This should probably be included in the op. If it's the first option Draco Meteor and friends become extremely powerful moves.
By that same notion, assault vest defensive malamar is not bad, as he's now going off of his defence for his attacking power. Thus he is able to start off with a good defense stat. Still not necessarily viable, but somewhat more useful.They lower the same stats as OU. And Yes, they are incredibly powerful.
special move = special defense; physical move = physical defenseI have a question, so if a Pokemon's highest stat is used when calculating damage, what stat of the opponent would be used to calculate damage?
What I'm asking is, if you have a Greninja for example, and use Water Shuriken (a special move), would it use Greninjas speed stat as a replacement (when calculating damage) for its special attack and use the opponent Special Defence when calculating damage? And if so, I'm taking it'd be the same for physical?
Also how would burn work? Would it only affect physical moves? Or what would happen if it's attack stat is its highest stat and the mon gets burned? Would damage on all of its moves be halved since its attack is halved? Or just its physical moves
(Sorry I'm a bit confused here, had literally no sleep) so if the invested stat is attack, and the mon is burned, does all of its attacks do half?special move = special defense; physical move = physical defense
a burn exclusively halves attack, so that wont change the invested stat if it isnt attack
yes, only if the invested stat is attack(Sorry I'm a bit confused here, had literally no sleep) so if the invested stat is attack, and the mon is burned, does all of its attacks do half?
E.g. No Guard Machamp with max attack is burned
Uses Dynamic Punch, damage is halved because of burn
Uses Focus Blast, would the damage be halved since its using its attack stat to calc damage or what?
Kk thanks!yes, only if the invested stat is attack
Bulbapedia states that burn halves damage from physical moves instead of halving Attack since Gen III. In his example, Focus Blast's damage will never be halved by a burn, even if Attack is its highest stat.special move = special defense; physical move = physical defense
a burn exclusively halves attack, so that wont change the invested stat if it isnt attack
No, it halves Attack. Bulbapedia is not a trustworthy website due to it being an open to edit forum. All code put in PS is confirmed by researchers beforehand, and it is put in as halving Attack.Bulbapedia states that burn halves damage from physical moves instead of halving Attack since Gen III. In his example, Focus Blast's damage will never be halved by a burn, even if Attack is its highest stat.
No, it halves Attack. Bulbapedia is not a trustworthy website due to it being an open to edit forum. All code put in PS is confirmed by researchers beforehand, and it is put in as halving Attack.
if (pokemon.status === 'brn' && basePower && move.category === 'Physical' && !pokemon.hasAbility('guts')) {
if (this.gen < 6 || move.id !== 'facade') {
baseDamage = this.modify(baseDamage, 0.5);
}
}
< means "less than", and that says lower than gen 6 means that it modifies base power, so it returns back to halving attack instead of halving base power in gen 6I've just dug into PS! code and found the relevant piece of code about burn in battle-engine.js (lines 3794-3798):
Code:if (pokemon.status === 'brn' && basePower && move.category === 'Physical' && !pokemon.hasAbility('guts')) { if (this.gen < 6 || move.id !== 'facade') { baseDamage = this.modify(baseDamage, 0.5); } }
Burn doesn't halve the Attack stat, it halves physical damage (read again: it's a damage modifier, not a stat modifier). So in Full Potential, your Pokémon's special moves, even if the highest raw stat is Attack, are not affected by a burn.
If I'm understanding the mechanics correctly, then that's not right. The highest stat after modifiers is used, and if you cut Machamp's attack in half, then it's no longer the highest stat (unless you have a choice band), and damage would be based on Machamp's special defense (assuming most of its EVs were invested in HP and attack). Admittedly, that doesn't make much difference in Machamp's case, but there are other mons where it would matter.(Sorry I'm a bit confused here, had literally no sleep) so if the invested stat is attack, and the mon is burned, does all of its attacks do half?
E.g. No Guard Machamp with max attack is burned
Uses Dynamic Punch, damage is halved because of burn
Uses Focus Blast, would the damage be halved since its using its attack stat to calc damage or what?
Choice Scarf Weavile, Mega Sableye, and defensive Ferrothorn are good Knock Off users. I posted a Ferrothorn set earlier, but Choice Scarf Weavile can run Knock Off + Ice Beam + Hidden Power + Surf + Focus Blast or some combination of that, and Mega Sableye can run Recover + Knock Off + Sucker Punch + Shadow Sneak or another combination as well.Why no one is trying to find some good knock off users? *_*
I will try for sure! Being able to knock off all those AVs/eviolites/scarf items is a really good thing here.