• Smogon Premier League is here and the team collection is now available. Support your team!

Recent content by OrdA

  1. OrdA

    Research Legends: Arceus Battle Mechanics Research

    Factoring out the 0.2 makes it a bit easier to read. (might change rounding behavior) Damage = ((Attack * 0.2 + Attacker Level * 3 + 20) / (Defense + 50)) * Base Power * other modifiers = 0.2 * (Attack + Attacker Level * 15 + 100) / (Defense + 50) * Base Power * other modifiers...
  2. OrdA

    Other Userlist Icons Stylus (A Comeback)

    (Would probably be wise not to import anything and have people re-submit, since many users won't be around anymore. The css file will be a lot smaller that way.)
  3. OrdA

    Other Userlist Icons Stylus (A Comeback)

    I used to maintain this for Irraquated in the later part, as requesting icons was done via the bot Scrappie I worked on. As more and more people requested icons, the css file eventually became too large. So the userstyles site rejected the upload.
  4. OrdA

    Resource [SV OU is up!] A visual teambuilding tool for Overused tiers

    Hmm. Wouldn't making the tool in English be better? I'd think the vast majority of the french community understands English and knows the names of common pokemon and items. For English speakers, while it's possible to figure out the meaning it would certainly be easier to take in information at...
  5. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    You should find most of it here: https://github.com/Zarel/Pokemon-Showdown/tree/master/data
  6. OrdA

    Pokémon Showdown Staff Promotions

    04/04/18 - Silver was promoted to Driver!
  7. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Nobody can log into a disabled account. Names usually get disabled because they've either been inactive for a very long time, or sometimes because they conflict with PS rules.
  8. OrdA

    Metagame Shared Power [Under Re-Construction!]

    Sorry. I meant magic bounce. I corrected my post above. Edit: My argument would be that triage pangoro forces other offense to run lele, because it's too constraining to run two sashed checks. I didn't point out lele because it's the obvious answer to Pangoro; I thought everyone was already...
  9. OrdA

    Metagame Shared Power [Under Re-Construction!]

    Regarding Pangoro: Checks like Nidoking or Blacephalon work; but you'll need two of them. Note that not every fighting resist will do, since some can be ohkoed. With Tough Claws - Adaptability - Hustle. No item because I assume Pangoro runs Focus Sash: 252+ Atk Pangoro Drain Punch vs. 0 HP / 0...
  10. OrdA

    Programming Pokémon Showdown Damage Calculator

    Some time ago I suggested to allow inputting multiple calcs, and output the chance to KO at the end. I have written a small demo: https://hidden50.github.io/dpd/console.html Since this is only a demo for what the calc could do, you have to copy the possible damage amounts from the actual calc...
  11. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Room logs will eventually become part of the PS client, the same way /modlog already is. It might take some time, but that's a planned feature.
  12. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Faime username requests are reserved for users who are good contributors to either PS or smogon, sorry
  13. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    no; the mobile app is published, written and maintained by a completely unrelated, third party.
  14. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Note that 8192 equals 2^13. >> (8191).toString(2) << "1111111111111"
Back
Top