Search results

  1. fukurou

    pokemon 080723

    Arceus @ Eject Pack Ability: Multitype Shiny: Yes Tera Type: Ground EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Hurricane - Thunder - Earth Power - Surf
  2. fukurou

    👨‍💻 dev command breaker auxiliary module

    public class AXCmdBreaker { private String conjuration; public AXCmdBreaker(String conjuration) { this.conjuration = conjuration; } public String extractCmdParam(String s1){ if (s1.contains(conjuration)){ return s1.replace(conjuration,"").trim()...
  3. fukurou

    pokemon 080723

    Espathra @ Focus Sash Ability: Opportunist Tera Type: Psychic EVs: 252 HP / 4 Def / 252 Spe Careful Nature - Baton Pass - Agility - Lumina Crash - Protect Muk-Alola @ Air Balloon Ability: Poison Touch Tera Type: Poison EVs: 252 Atk / 4 Def / 252 Spe Impish Nature -...
  4. fukurou

    👨‍💻 dev AXMachineCode

    public class AXInputWaiter { // wait for any input private TrgTolerance trgTolerance; public AXInputWaiter(int tolerance) { this.trgTolerance = new TrgTolerance(tolerance); trgTolerance.reset(); } public void reset(){ trgTolerance.reset(); }...
  5. fukurou

    👨‍💻 dev AXMachineCode

    public class AXMachineCode { private Hashtable<String,Integer> dic = new Hashtable<>(); public AXMachineCode addKeyValuePair(String key, int value){ dic.put(key,value); return this; } public int getMachineCodeFor(String key){ return...
  6. fukurou

    👨‍💻 dev AXMachineCode

  7. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    I'm gon take a duki then a shower, you do you
  8. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    the Dpaths algorithm is to costly. it's an exponential recursion algorithm, not viable. so suck a lemon IG :s47:
  9. fukurou

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    operation DPaths ?! is that what you were up to ?!!!
  10. fukurou

    pokemon july

    rain (Arceus) @ Air Balloon Ability: Multitype Tera Type: Water EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Judgment - Rain Dance - Hurricane - Thunder
  11. fukurou

    pokemon july

    Arceus Ability: Multitype Tera Type: Water EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Judgment - Surf - Hurricane - Thunder Azumarill @ Zap Plate Ability: Thick Fat Tera Type: Water EVs: 252 HP / 252 Atk / 4 Def - Aqua Jet - Aqua Tail - Belly Drum - Blizzard
  12. fukurou

    pokemon july

  13. fukurou

    [MEDIA]

  14. fukurou

    pokemon july

    Arceus @ Sky Plate Ability: Multitype Tera Type: Flying EVs: 4 HP / 252 Def / 252 SpD Bashful Nature - Judgment - Earthquake - Extreme Speed - Flamethrower Arceus @ Stone Plate Ability: Multitype Tera Type: Rock EVs: 252 HP / 4 SpA / 252 Spe Timid Nature IVs: 0 Atk -...
  15. fukurou

    pokemon july

    Gholdengo @ Assault Vest Ability: Good as Gold Tera Type: Steel EVs: 252 HP / 252 Def / 4 Spe IVs: 0 Atk - Thunderbolt - Dazzling Gleam - Flash Cannon - Shadow Ball Hoopa-Unbound @ Chesto Berry Ability: Magician Tera Type: Dark EVs: 252 HP / 252 Def / 4 SpD Relaxed Nature -...
  16. fukurou

    more pokemons

    Articuno @ Heavy-Duty Boots Ability: Pressure Shiny: Yes Tera Type: Rock EVs: 4 HP / 200 Def / 48 SpA / 252 SpD / 4 Spe Bold Nature - Roost - Ice Beam - Tera Blast - Freeze-Dry
  17. fukurou

    more pokemons

    Indeedee-F @ Eject Button Ability: Psychic Surge Tera Type: Fairy EVs: 252 HP / 252 Def / 4 Spe Bold Nature - Healing Wish - Psychic - Hyper Voice - Dazzling Gleam
  18. fukurou

    more pokemons

    Mewtwo @ Shell Bell Ability: Pressure Shiny: Yes Tera Type: Psychic EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Psystrike - Recover - Nasty Plot - Shadow Ball
Top