Search results

  1. fukurou

    (swift) he looks to the left he looks to the right

    I've got another liter of diarrhea to shit!
  2. fukurou

    (swift) he looks to the left he looks to the right

    class TrgTolerance { // this boolean gate will return true till depletion or reset() var maxRepeats:Int var repeats:Int = 0 init(maxRepeats:Int) { self.maxRepeats = maxRepeats } func setMaxRepeats(maxRepeats:Int){ self.maxRepeats = maxRepeats...
  3. fukurou

    (swift) he looks to the left he looks to the right

    I have diarrhea (the creamy type)
  4. fukurou

    (swift) he looks to the left he looks to the right

    class AXCmdBreaker{ // separate command parameter from the command var conjuration:String init(conjuration: String) { self.conjuration = conjuration } func extractCmdParam(s1:String)->String{ if s1.contains(conjuration){ return...
  5. fukurou

    (swift) he looks to the left he looks to the right

    public class AXCmdBreaker { // separate command parameter from the command public String conjuration; public AXCmdBreaker(String conjuration) { this.conjuration = conjuration; } public String extractCmdParam(String s1){ if (s1.contains(conjuration)){...
  6. fukurou

    [MEDIA]

  7. fukurou

    pokemon 1307

    Lipaz (Spectrier) @ Rocky Helmet Ability: Grim Neigh Shiny: Yes Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Taunt - Psychic - Tera Blast - Shadow Ball
  8. fukurou

    pokemon 1307

    Spectrier @ Rocky Helmet Ability: Grim Neigh Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Taunt - Psychic - Tera Blast - Shadow Ball Calyrex @ Wise Glasses Ability: Unnerve Tera Type: Fighting EVs: 4 HP / 252 SpA / 252 Spe Bold Nature - Agility - Baton Pass -...
  9. fukurou

    [MEDIA]

  10. fukurou

    pokemon 1007

    Calyrex @ Lum Berry Ability: Unnerve Tera Type: Normal EVs: 252 HP / 252 Atk Careful Nature - Agility - Trick Room - Zen Headbutt - Facade
  11. fukurou

    pokemon 1007

    Dragonite @ Lum Berry Ability: Inner Focus Tera Type: Normal EVs: 252 HP / 140 Def / 116 SpD Careful Nature - Extreme Speed - Dragon Dance - Outrage - Fly
  12. fukurou

    pokemon 1007

    Calyrex-Ice @ Occa Berry Ability: As One (Glastrier) Tera Type: Psychic EVs: 252 HP / 252 Atk / 4 SpD Careful Nature - Trick Room - Glacial Lance - Zen Headbutt - Facade
  13. fukurou

    [MEDIA]

  14. fukurou

    pokemon 1007

    Glastrier @ Aguav Berry Ability: Chilling Neigh Tera Type: Normal EVs: 252 HP / 252 Atk / 4 SpD Careful Nature - Trailblaze - Zen Headbutt - Avalanche - Facade Calyrex @ Lum Berry Ability: Unnerve Tera Type: Rock EVs: 252 HP / 252 Atk Careful Nature - Agility - Trick Room -...
  15. fukurou

    [MEDIA]

  16. fukurou

    👨‍💻 dev AXMachineCode

    class AXMachineCode: def __init__(self): self.dic: dict[str, int] = {} def addKeyValuePair(self, key: str, value: int) -> AXMachineCode: self.dic[key] = value return self def getMachineCodeFor(self, key: str) -> int: if not key in self.dic...
  17. 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
  18. 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()...
  19. 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 -...
Top