👨‍💻 dev catalogging

development

owly

闇の伝説
Staff member
戦闘 コーダー
so this is the code snippet.
we will also need to list the skills in the catalog.
and cross ref the catalog with the equipped skills.

and jack off...
Python:
    def skillNotes(self, param: str) -> str:
        if param == "notes":
            return "magic 8 ball"
        elif param == "triggers":
            return "ask a question starting with should i or will i"
        return "note unavalible"

@fukurou
 

fukurou

the supreme coder
ADMIN
DiMezzoflationGame()

Python:
def skillNotes(self, param: str) -> str:
    if param == "notes":
        return "A game that combines macro, micro, and mezzo choices with strategic taunts."
    elif param == "triggers":
        return "Use keywords like 'macro', 'micro', 'mezzo', 'macroflation', 'microflation', 'mezzoflation', 'get score', and 'closing'."
    return "note unavailable"
 

fukurou

the supreme coder
ADMIN
Python:
def skillNotes(self, param: str) -> str:
    if param == "notes":
        return "This skill simulates a foot cleaning request and response. It regenerates after cleaning."
    elif param == "triggers":
        return "Triggers include words like 'lick', 'clean', 'cleans your feet', and 'licks'."
    return "note unavailable"
 

fukurou

the supreme coder
ADMIN
Python:
def skillNotes(self, param: str) -> str:
    if param == "notes":
        return "This skill simulates a hug attack request and response. automatic skill."
    elif param == "triggers":
        return "Triggers include phrases like 'hug', 'give a hug', 'hug attack', 'hugs', and 'hugs you'."
    return "note unavailable"
 

fukurou

the supreme coder
ADMIN
Python:
def skillNotes(self, param: str) -> str:
    if param == "notes":
        return "This skill initiates a series of dialogues and declarations related to wearing diapers. It resets daily and responds to specific input phrases."
    elif param == "triggers":
        return "Triggers include phrases related to wearing and discussing diapers, such as 'i will wear a diaper', 'i don't want to wear a nappy', and 'i refuse to put on a diaper'."
    return "note unavailable"
 
Top