I was about to post the same, it also creates an issue with sacred sword, whereby the defense boost is not ignored.
Did you make sure the clefable was at full life ? I noticed something similar yesterday where everything would ohko a mon using 30% damage dealing moves but that was because I had set the defending pokemon to 8% remaining hp in a previous calc and it stayed despite changing the species of the defending pokemon several times.View attachment 241816
Is the text of this calc intentional? If not, it’s probably something to look at
Did you make sure the clefable was at full life ? I noticed something similar yesterday where everything would ohko a mon using 30% damage dealing moves but that was because I had set the defending pokemon to 8% remaining hp in a previous calc and it stayed despite changing the species of the defending pokemon several times.
View attachment 241091
PS user marcelodk noticed that outrage seems to be missing from the GSC calc (tested on Dratini)
Steel Beam is not a spread move and shouldn't be Doubles spread-reduced
it says oranguru is level 80..when he is level 88 in gen8 ty
Setting a Pokemon's secondary typing to (None) makes it act as if it still has that secondary typing. (Changing it to an alternate typing works, but setting specifically to (None) does not).
Although it is currently a pure Water-type, Magearna still gets STAB on Fleur Cannon and is immune to Draco Meteor.
Max flare seems to be working incorrectly in the calculator
Other max moves seem to be working properly.
I would like to feature request that DVs get automatically reduced in the damage calculator for GSC when there is a hidden power in your moveset (and automatically maximised when there is a change from hidden power to no hidden power).
Bumping because this is quite needed for GSC games and it never seemed to get a reply.
252 Atk Gigalith Stone Edge vs. 252 HP / 252 Def Abomasnow: 320-378 (83.3 - 98.4%) -- guaranteed 2HKO after sandstorm damage
Why would it display the weather damage when the move is OHKO-ing?Sandstorm (and hail) isn't being considered when calculating whether an attack has a chance to OHKO (it works fine when considering whether an attack has a chance to 2HKO).
I think they might mean it has a chance (but not a guarantee) to OHKO without sandstorm, and then sandstorm damage should increase that chance, but it's not taking that chip damage into account?Why would it display the weather damage when the move is OHKO-ing?
Yeah, that pretty much exactly what I meant, thanks for taking the time to explain it better than I did.I think they might mean it has a chance (but not a guarantee) to OHKO without sandstorm, and then sandstorm damage should increase that chance, but it's not taking that chip damage into account?
Here's one example:
Lvl 55 252 SpA Choice Specs Abomasnow Blizzard vs. 36 HP / 0 SpD Deerling: 236-278 (87.4 - 102.9%) -- 25% chance to OHKO after hail damage
Possible damage amounts: (236, 236, 240, 242, 246, 248, 252, 254, 258, 260, 264, 266, 270, 272, 276, 278)
Important clarification: it says "after hail damage," but that's not actually changing the numbers - I got the same calculation after removing the hail:
Lvl 55 252 SpA Choice Specs Abomasnow Blizzard vs. 36 HP / 0 SpD Deerling: 236-278 (87.4 - 102.9%) -- 25% chance to OHKO
Possible damage amounts: (236, 236, 240, 242, 246, 248, 252, 254, 258, 260, 264, 266, 270, 272, 276, 278)
The Deerling in this calc had exactly 270 HP, so the numbers that already OHKO it are the last four: 270, 272, 276 and 278. I'm sorry I picked such weird example Pokémon! The Abomasnow is just the default one leveled down to 55, and the Deerling is the LC Life Orb one leveled up to 100. I just picked a non-hail-immune Pokémon at random and then adjusted until I could recreate the situation. OTL
But yeah, that's 4/16 of the possible rolls so far - which is already the 25% just from the damage of the move, without accounting for the hail damage that happens later, and I think Apathetic Inaction is pointing out that that's all the calculation attempts to do.
In this case, I might be messing up rounding or something, but I THINK everything from the 254 and higher should be doing it, which would be a 56.25% chance to OHKO...? I might be wrong!
Short version: I think if the move has a chance (but not a guarantee) to OHKO, the calculator claims to account for the hail damage but might not actually be doing so.
I hope this was helpful! I hadn't known about this until Apathetic Inaction reported it, but this was how I interpreted their bug report, so I was just trying to clarify what they meant!
Damage calculator not taking into account stat boosts. It was working properly until moments ago.
It's also interacting with Stored Power strangely. It's supposed to be 260 BP here for example.
Short version: I think if the move has a chance (but not a guarantee) to OHKO, the calculator claims to account for the hail damage but might not actually be doing so.
const chance = computeKOChance(
damage, defender.curHP() - hazards.damage, 0, 1, 1, defender.maxHP(), toxicCounter);
if (chance === 1) {
return {chance, n: 1, text: `guaranteed OHKO${afterText}`};
} else if (chance > 0) {
return {
chance,
n: 1,
text: qualifier + Math.round(chance * 1000) / 10 + `% chance to OHKO${afterText}`,
};
}
for (let i = 2; i <= 4; i++) {
const chance = computeKOChance(
damage, defender.curHP() - hazards.damage, eot.damage, i, 1, defender.maxHP(), toxicCounter
);
...
I don't know if this is a bug or a design choice, but the chance-to-KO feature goes a bit screwy when the maximum damage is exactly enough to KO.
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 212 HP / 0 SpD Tyranitar in Sand: 250-294 (63.4 - 74.6%) -- guaranteed 2HKO after Stealth Rock and 1 layer of Spikes
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 208 HP / 0 SpD Tyranitar in Sand: 250-294 (63.6 - 74.8%) -- guaranteed 2HKO after Stealth Rock and 1 layer of Spikes
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 204 HP / 0 SpD Tyranitar in Sand: 250-294 (63.7 - 75%) -- 6.3% chance to OHKO after Stealth Rock and 1 layer of Spikes
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 200 HP / 0 SpD Tyranitar in Sand: 250-294 (63.9 - 75.1%) -- guaranteed 2HKO after Stealth Rock and 1 layer of Spikes
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 196 HP / 0 SpD Tyranitar in Sand: 250-294 (64.1 - 75.3%) -- 6.3% chance to OHKO after Stealth Rock and 1 layer of Spikes
+2 252 SpA Life Orb Thundurus Thunderbolt vs. 192 HP / 0 SpD Tyranitar in Sand: 250-294 (64.2 - 75.5%) -- 6.3% chance to OHKO after Stealth Rock and 1 layer of Spikes
Not sure if this is the right place to post. I am trying to build an application with the calc npm package. The core feature of my application kinda revolves around being able to overwrite the type of the move being used and the type of the defending Pokemon to any type combination. I noticed that this works in the deployed calc but I'm having difficulty figuring out how it's done. The constructor for the Pokemon class does not have types as a writable value (in pokemon.ts) so where is the overwrite happening?
If an attack has a chance to OHKO something with passive healing, can the passive healing not show up in the calc result? Like here:
252+ Atk Guts Conkeldurr Facade (140 BP) vs. 252 HP / 4 Def Clefable: 341-402 (86.5 - 102%) -- 12.5% chance to OHKO after Leftovers recovery
That "after Leftovers recovery" doesn't need to be there; leftovers won't do anyone any favors in avoiding an OHKO. It's just extra text that muddies the calcs of anyone who doesn't take care to copy-paste only the relevant information.
Sandstorm (and hail) isn't being considered when calculating whether an attack has a chance to OHKO (it works fine when considering whether an attack has a chance to 2HKO).
I think they might mean it has a chance (but not a guarantee) to OHKO without sandstorm, and then sandstorm damage should increase that chance, but it's not taking that chip damage into account?
Here's one example:
Lvl 55 252 SpA Choice Specs Abomasnow Blizzard vs. 36 HP / 0 SpD Deerling: 236-278 (87.4 - 102.9%) -- 25% chance to OHKO after hail damage
Possible damage amounts: (236, 236, 240, 242, 246, 248, 252, 254, 258, 260, 264, 266, 270, 272, 276, 278)
Important clarification: it says "after hail damage," but that's not actually changing the numbers - I got the same calculation after removing the hail:
Lvl 55 252 SpA Choice Specs Abomasnow Blizzard vs. 36 HP / 0 SpD Deerling: 236-278 (87.4 - 102.9%) -- 25% chance to OHKO
Possible damage amounts: (236, 236, 240, 242, 246, 248, 252, 254, 258, 260, 264, 266, 270, 272, 276, 278)
The Deerling in this calc had exactly 270 HP, so the numbers that already OHKO it are the last four: 270, 272, 276 and 278. I'm sorry I picked such weird example Pokémon! The Abomasnow is just the default one leveled down to 55, and the Deerling is the LC Life Orb one leveled up to 100. I just picked a non-hail-immune Pokémon at random and then adjusted until I could recreate the situation. OTL
But yeah, that's 4/16 of the possible rolls so far - which is already the 25% just from the damage of the move, without accounting for the hail damage that happens later, and I think Apathetic Inaction is pointing out that that's all the calculation attempts to do.
In this case, I might be messing up rounding or something, but I THINK everything from the 254 and higher should be doing it, which would be a 56.25% chance to OHKO...? I might be wrong!
Short version: I think if the move has a chance (but not a guarantee) to OHKO, the calculator claims to account for the hail damage but might not actually be doing so.
I hope this was helpful! I hadn't known about this until Apathetic Inaction reported it, but this was how I interpreted their bug report, so I was just trying to clarify what they meant!
Reposting because I'm pretty sure it got glanced over, Power Spot is an ability which multiplies damage. Still hasn't been added.
gen 8 lacks garbodor, hatterene and alcremie
One thing right off the bat is that the UI's moveset import does not currently properly implement the correct PS import mechanics which will autofill in DVs/IVs for Hidden Power if theyre not explicitly specified. This is fairly straightforward to implement in the calc, and will make it so that the preloaded sets and sets you import via the Import / Export box will actually have the correct IVs/DVs for Hidden Power (including just assuming 31 across the board for Gen 7+). This is straightforward and unambiguously The Right Thing To Do.
The more nuanced bit is the interaction between the set selector vs. the move selector vs. the IV fields. The way I plan to implement it is 'last write wins', where if you import a set or futz around with the IV fields and come up with with specific IVs and then all of a sudden give it Hidden Power with the IV fields will all be reset to the 'default PS IVs' for that Hidden Power (in Gen 2-6 at least, in Gen 7+ I don't need to ever trample the IVs one changing Hidden Power).
I think we should also probably update the Hidden Power type and BP based on what is going on in the IV fields to reflect the cartridge mechanics.
gen 8 lacks garbodor, hatterene and alcremie
yessir gen 8 /rcalc lacks those 3 monsters (hatterene alcremie and garbodor
It also lacks Lapras. All of those mons always use their Gmax form in rands, which seems to be the reason they aren't in the rands calc.
fixedthis is not that important but I believe Stakeout works for physical moves and not special attacking moves. worked with knock off but not with dark pulse (even when i ticked the lil box to activate it)
fixedBug Report:
252+ Atk Choice Band Strong Jaw Dracovish Fishious Rend (170 BP) vs. 252 HP / 252+ Def Weezing-Galar: 339-399 (101.4 - 119.4%) -- guaranteed OHKO
It does not factor in that Neutralizing Gas cancels out Strong Jaws.
Thus, BandoVish only does 70% ish damage agains Galar Weezing.
This is also propably true for other neutralizing abilites aswell. I'd appreciate a bugfix for that. Thanks for your work. ;)
This was fixed a while agoMax Moves still deal some damage through Protect, but this isn't reflected by the calculator
Yveltal Max Darkness vs. protected Ho-Oh: 0-0 (0 - 0%) -- possibly the worst move ever
lol didn't get back to you, but yes this was done a while ago :)Would it be possible to have Random Battle sets in here, or otherwise make it easy to calc things that have 84/84/84/84/84/84 investment with a neutral nature? It gets a bit tedious to have to redo that every time I want to make a calc in randbats.