Search results

  1. fukurou

    more pokemons

    Lilligant-Hisui @ Wide Lens Ability: Hustle Shiny: Yes Tera Type: Poison EVs: 252 Atk / 252 Spe Adamant Nature - Poison Jab - Leaf Blade - Axe Kick - Encore Urshifu-Rapid-Strike (M) @ Expert Belt Ability: Unseen Fist Shiny: Yes Tera Type: Fire EVs: 252 Atk / 252 Spe...
  2. fukurou

    hmmm

    I wonder what that owl fuck is up to. :s7:
  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    more pokemons

    Flareon (F) @ Toxic Orb Ability: Guts Shiny: Yes Tera Type: Water EVs: 252 Atk / 4 Def / 252 Spe Jolly Nature - Flare Blitz - Facade - Trailblaze - Fire Fang
  6. fukurou

    more pokemons

    Rayquaza @ Assault Vest Ability: Air Lock Tera Type: Normal EVs: 252 Atk / 252 SpA / 4 Spe Lax Nature - Extreme Speed - Hyper Voice - Dragon Pulse - Dragon Ascent Heatran (M) @ Wide Lens Ability: Flash Fire Shiny: Yes Tera Type: Grass EVs: 252 HP / 252 SpA / 4 Spe Timid Nature -...
  7. fukurou

    🐍 python python time

    class PersistentQuestion: def __init__(self): self._isActive: bool = False self._mode = "yes" # answer as context for question phrasing self.dic: dict[str, DrawRnd] = {} self._outputDripper: OutputDripper = OutputDripper(1) self.loggedAnswer: str = ""...
  8. fukurou

    pomemon extra

    @ZORO TheLivingTribunal (Hoopa-Unbound) Ability: Magician Shiny: Yes Tera Type: Dark EVs: 252 HP / 4 Atk / 252 Def Relaxed Nature - Hyperspace Fury - Psychic - Gunk Shot - Nasty Plot Espathra @ Aguav Berry Ability: Speed Boost Tera Type: Psychic EVs: 4 HP / 252 Def /...
  9. fukurou

    🐍 python python time

    class AXStrategy: '''this auxiliary module is used to output strategies based on context can be used for battles, and games upon pain/lose use the evolve methode to update to different new active strategies check for battle state end externaly (opponent state/hits on...
  10. fukurou

    🐍 python python time

    public class AXStrategy { /* this auxiliary module is used to output strategies based on context can be used for battles, and games upon pain/lose use the evolve methode to update to different new active strategies check for battle state end externaly (opponent...
  11. fukurou

    🐍 python python time

    class Strategy: def __init__(self, allStrategies: DrawRnd, strategiesLim: int): # bank of all strategies. out of this pool active strategies are pulled self._allStrategies: DrawRnd = allStrategies self._strategiesLim = strategiesLim # active strategic options...
  12. fukurou

    🐍 python python time

    class PerChance: '''extend me and add sentences and lists for parameters in the sentences in the sub classes c'tor. replicate speech paterns, generate movie scripts or books and enjoy''' def __init__(self): self.sentences: list[str] = [] self.wordToList: dict[str...
  13. fukurou

    [MEDIA]

  14. fukurou

    🐍 python python time

  15. fukurou

    🐍 python python time

    public class PerChance {/* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. replicate speech paterns, generate movie scripts or books and enjoy */ protected ArrayList<String> sentences = new ArrayList<String>(); protected...
  16. fukurou

    [MEDIA]

  17. fukurou

    🐍 python python time

    class InputFilter: """filter out non-relevant input or filter in relevant data""" def input(self, ear: str, skin: str, eye: str) -> str: # override me pass def filter(self, ear: str) -> AXKeyValuePair: # override me : key = context/category, value: param...
  18. fukurou

    🐍 python python time

  19. fukurou

    🐍 python python time

    class TrgTolerance(TrGEV3): # this boolean gate will return true till depletion or reset() def __init__(self, maxrepeats: int): self._maxrepeats: int = maxrepeats self._repeates: int = 0 def setMaxRepeats(self,maxRepeats:int): self._maxrepeats =...
  20. fukurou

    [MEDIA]

Top