Search results

  1. fukurou

    jizzed pillow

    from LivinGrimoirePacket.LivinGrimoire import Skill from LivinGrimoirePacket.AXPython import Catche import re class DiTargeteer(Skill): def __init__(self): super().__init__() self.catche = Catche(maxsize=10) # Short-term objective memory self.triggers = ["find"...
  2. fukurou

    jizzed pillow

    from LivinGrimoirePacket.LivinGrimoire import Skill from LivinGrimoirePacket.AXPython import Catche import re class DiTargeteer(Skill): def __init__(self): super().__init__() self.catche = Catche(maxsize=10) # Memory buffer for recent objectives self.triggers =...
  3. fukurou

    LDAR mega thread

  4. fukurou

    LDAR mega thread

  5. fukurou

    trg digivolve

    class DiOneWorder(Skill): def __init__(self, phrase: str = "chi"): super().__init__() # Call the superclass constructor self.set_skill_type(3) # continuous skill self.cry: str = f'{phrase} ' self.drip: PercentDripper = PercentDripper() # Assuming...
  6. fukurou

    trg digivolve

    class DiOneWorder(Skill): def __init__(self, phrase: str = "chi"): super().__init__() # Call the superclass constructor self.cry: str = f'{phrase} ' self.toggler: str = phrase self.drip: PercentDripper = PercentDripper() # Assuming PercentDripper is...
  7. fukurou

    LDAR mega thread

  8. fukurou

    LDAR mega thread

  9. fukurou

    LDAR mega thread

  10. fukurou

    LDAR mega thread

  11. fukurou

    LDAR mega thread

  12. fukurou

    LDAR mega thread

  13. fukurou

    LDAR mega thread

  14. fukurou

    LDAR mega thread

  15. fukurou

    LDAR mega thread

  16. fukurou

    LDAR mega thread

  17. fukurou

    parrot dev

    class TrgParrot: # simulates a parrot chirp trigger mechanism # as such this trigger is off at night # in essence this trigger says: I am here, are you here? good. def __init__(self, limit: int): super().__init__() temp_lim: int = 3 if limit > 0...
  18. fukurou

    LDAR mega thread

  19. fukurou

    LDAR mega thread

  20. fukurou

    LDAR mega thread

Top