-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous Bugs & Feature Requests #348
Comments
Foul play message fixed in #373 |
Updated |
Some moves in 'moves.ts' are missing the quotes (' ') and are as such unavailable in the showdown selector. This includes moves such as absorb and barrage. Edit: Looking further into it moves that are still missing the quotes (such as thunderbolt) are still available in the selector. I have no clue what's happening. |
Our live version If the calc is not up to date with the github version. Currently we are reworking moves so it looks all kinds of messed up right now, don’t worry about it too much :) |
Our |
I feel like I had seen this asked somewhere but I surprisingly cannot find it (so sorry in advance if it is, and it is in that eventuality that I am posting here instead of opening a new issue): Note that this is different from what is already requested but not approved, knowingly that the base name of the move be displayed for a ZMove - which could also be extended for a Max Move I guess). |
Yes, this should be displayed. Feel free to open up a PR
This is still TBD, but if we display it for ZMove we should display it for Max Move |
What exactly is the problem here? |
There's at least something fishy going on with KO chance: https://www.smogon.com/forums/threads/pok%C3%A9mon-showdown-damage-calculator.3593546/post-8460619 As for the quoted calcs in questions: https://www.smogon.com/forums/threads/pok%C3%A9mon-showdown-damage-calculator.3593546/post-7798375 is the original report, I haven't tried to grok exactly what is fishy with it yet which is why its a 'Potential' and not 'Verified' bug :) EDIT: see my reply, I think both the recent report and the original report are the same bug? |
Ok I was just wondering if I understood the problem correctly. I think the calcs are actually correct, and that is because of the rounding down. If Ttar has 204 HP EVs, its total HP are 392, so the Spikes + SR damage is 2 * floor(0.125*392) = 98 which brings its HP down to 294, so the max roll OHKOes. If it has 200 HP EVs, though, its total HP are 391, so the damage upon entry is 2*floor(0.125*391) = 96, which results in a HP amount of 295, so even max roll can't OHKO. If I'm not mistaken with how entry hazards damage works it seems those results are normal. |
Is there a preferred way to run the damage calculation from a python script? I've already got an application going in python and would prefer not to start over in js, but I haven't found any python implementations of this. |
I think that the calculator for gen I doesn't always crit for Karate-Chop. edit: I run the fix locally, run npm tests locally and opened a PR #449 |
Past reported bugs and feature requests from the Smogon thread. I'm unsure if the 'Potential' bugs are still relevant, they should be moved under 'Verified' once confirmed (or removed).
Bugs can still be addressed as they are reported on the thread and is still the correct venue for reporting bugs, but this issue just exists to make track things which may have fallen through the cracks and been forgotten about.
Bugs
Verified
isn't even there (Lum Berry), which forces you to make up a move and adjust the BP to do
an accurate calc"
Potential
shows me Abomasnow with 321 HP. Now I search for Muk (Blank Set) and Muk
appears with 321 HP (at full HP). This is also true for Altaria (and I assume
other Pokemon too)"
default Abomasnow set to a blank Gyarados set didn't change the displayed max
hp, so it still showed 321 instead of 331. "
Aerilate in "All vs One": "Noticed that Aerilate doesn't seem to becalculating correctly on "All vs One". Mega Blaziken getting hit with Mega
Salamence's Double-Edge only does 73% damage apparently..."
Normalize on moves already Normal type: "Normalize doesn't add the 20% bonus damage on moves that are already normal type"Metronome (item): "The damage calculator is implementing Metronome as no boost for the first use, then x1.1, then x1.32 (applying both a 1.1 and a 1.2 boost), then x1.716 (all of 1.1, 1.2, and 1.3), then x2.4024 (tacking on a 1.4 as well). Battle source, on the other hand, simply adds a flat 1.2 to the multiplier each time...with the implication that the move wouldn't max out until the 6th use, rather than the 5th?"Fire Spin Physical: "0- Atk Blaze Mewtwo-Mega-Y Fire Spin vs. 0 HP / 4 Def Kartana: 68-84 (26.2 - 32.4%) -- guaranteed 3HKO after trapping damage
"GSC Struggle damage: "Seems to only be an issue with the type "None" option in the damage calculator. Haven't tested it for other gens"Features
Approved
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." Add support for the Random Battle format #333
available as an item and it seems like it should be given that it affects
damage output and ranges"
there instead of under Field
All" and "All vs One" without having to retype the info all over again."
Requested
252+ SpA Aegislash-Blade Flash Cannon vs. 0 HP / 0 SpD Dark Type Greninja: 211-250 (74 - 87.7%)
"default if you select it?"
battel effects."
messes with non-electric moves as well, making it a hassle sometimes."
The text was updated successfully, but these errors were encountered: