-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the Cypher-Bot wiki!
returns a random number between 1 and the die size provided.
returns a random number between 1 and 20, informs you what cypher level your roll beats.
Returns a random cypher and asks the player if they want to keep it. If they do it is added into their inventory, if not it is discarded.
Returns a random artifact and asks the player if they want to keep it. If they do it is added into their inventory, if not it is discarded.
Prompts the player for a description of the item and how many to add to the inventory.
Asks the user what cypher they would like to use from their inventory.
Asks the user what item and how many they would like to use from their inventory.
Shows the player character summary
Lists all of the character's cyphers
Lists all of the characters artifacts
Lists the character's inventory
Returns a Random cypher
Returns a random artifact
Returns a random Oddity
Prompts the user for input to create a character
Rolls the character's recovery roll and marks it used.
Modifies the character's pool specified (Case insensitive), by the amount given. Negative numbers will take away from the pool
Modifies the character's tier to the number provided.
Modifies the character's XP to the value given
Modifies the character's Type to the value given.
Modifies the character's Descriptor to the value given.
Modifies the character's Focus to the value given.
Saves the current character to the database.
Displays the current list of characters for the user and prompts for a choice of character to be loaded as the current character.
Returns the current character as a json serialized message
Imports the provided character and sets it as the users current character.