Search results

  1. fukurou

    👨‍💻 dev once per day module

    import datetime class TimeOfDayGreeting(Skill): def __init__(self): super().__init__() self.replied_today = False self.last_reply_date = None # Override def input(self, ear: str, skin: str, eye: str): # Check if it's a new day today =...
  2. fukurou

    Advanced convo builder

    def respondLatest(self, ear): if ear not in self.dic: return "" # Assuming RefreshQ.peek() or similar gets top of stack return self.dic[ear].peek() or "" railbot beefup
  3. fukurou

    Advanced convo builder

    import re from typing import override from LivinGrimoirePacket.AXPython import RailChatBot class PopulatorFunc: def __init__(self): self.regex = "" def populate(self, railbot: RailChatBot, str1: str): _ = self _ = railbot _ = str1 class...
  4. fukurou

    Advanced convo builder

    import re from typing import override from LivinGrimoirePacket.AXPython import RailChatBot class PopulatorFunc: def __init__(self): self.regex = "" def populate(self, railbot: RailChatBot, str1: str): _ = self _ = railbot _ = str1 class...
  5. fukurou

    [MEDIA]

  6. fukurou

    👨‍💻 dev Skill tree dev

    class Shinka(Skill): def __init__(self, base_skill:Skill): super().__init__() self.upgrades: list["Shinka"] = [] self.active_upgrade = -1 self.base_skill = base_skill def input(self, ear: str, skin: str, eye: str): for i in range(len(self.upgrades)): self.upgrades[i].input(ear, skin...
  7. fukurou

    👨‍💻 dev Skill tree dev

    now I shall shit!
  8. fukurou

    👨‍💻 dev Skill tree dev

    @owly get over here! we need extra dark coding force for this shit in the ass man! kuchiyouse no jutsu!
  9. fukurou

    [MEDIA]

  10. fukurou

    👨‍💻 dev Skill tree dev

    maybe I should add a mandatory base skill class SkillTree(Skill): def __init__(self): super().__init__() self.upgrades: list["SkillTree"] = [] self.active_upgrade = -1 def input(self, ear: str, skin: str, eye: str): for i in range(len(self.upgrades))...
  11. fukurou

    👨‍💻 dev Skill tree dev

    from LivinGrimoirePacket.LivinGrimoire import Skill, Kokoro class DiCMDV1(Skill): def __init__(self): super().__init__() self.modes = set() def addModes(self, *modes: str): for m in modes: if isinstance(m, str): self.modes.add(m)...
  12. fukurou

    SQLite spluger

  13. fukurou

    SQLite spluger

    full jizzination with main: import sqlite3 from pathlib import Path class AbsDictionaryDB: def save(self, key: str, value: str): """Returns action string""" pass def load(self, key: str) -> str: return "null" class SQLiteDictionaryDB(AbsDictionaryDB): def...
  14. fukurou

    SQLite spluger

    import sqlite3 from pathlib import Path class AbsDictionaryDB: def save(self, key: str, value: str): """Returns action string""" pass def load(self, key: str) -> str: return "null" class SQLiteDictionaryDB(AbsDictionaryDB): def __init__(self, db_path: str...
  15. fukurou

    👨‍💻 dev super alg genner jizzer

    class TribunalEmptyString: def __init__(self, N): self.N = N self.c = 0 def check(self, s: str) -> bool: # on a row of silence: if self.c > 0 and len(s) == 0: self.c += 1 if self.c == self.N: self.c = 0...
  16. fukurou

    👨‍💻 dev super alg genner jizzer

    class EmptyStringTracker: def __init__(self, N): self.N = N self.counter = 0 self.triggered = False def check(self, str1: str) -> bool: if str1 == "": # Only increment until N if self.counter < self.N: self.counter...
  17. fukurou

    onedrive

  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top