Skip to content
Josiah Bradbury edited this page Apr 13, 2020 · 2 revisions

Welcome to the Cypher-Bot wiki!

Commands

!Dice

!Dice Roll {Die size}

returns a random number between 1 and the die size provided.

!Dice RollCypher, !Action, !Act

returns a random number between 1 and 20, informs you what cypher level your roll beats.

!Add

!Add Cypher

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.

!Add Artifact

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.

!Add Inventory, Item, Items

Prompts the player for a description of the item and how many to add to the inventory.

!Use

!Use Cypher

Asks the user what cypher they would like to use from their inventory.

!Use Inventory, Item, Items

Asks the user what item and how many they would like to use from their inventory.

View

!View Character, Char

Shows the player character summary

!View Cyphers, Cypher

Lists all of the character's cyphers

!View Artifacts, Artifact

Lists all of the characters artifacts

!View Inventory

Lists the character's inventory

!Roll

!Roll Cypher

Returns a Random cypher

!Roll Artifact

Returns a random artifact

!Roll Oddity

Returns a random Oddity

!Roll Character, Char

Prompts the user for input to create a character

!Roll Recovery {recovery roll index, 1-4, 5 if you are sturdy}

Rolls the character's recovery roll and marks it used.

!Mod

!Mod Pool {Pool} {Amount to modify by}

Modifies the character's pool specified (Case insensitive), by the amount given. Negative numbers will take away from the pool

!Mod Tier {Tier to change to}

Modifies the character's tier to the number provided.

!Mod Xp {Number to change to}

Modifies the character's XP to the value given

!Mod Type {Type Name}

Modifies the character's Type to the value given.

!Mod Descriptor

Modifies the character's Descriptor to the value given.

!Mod Focus

Modifies the character's Focus to the value given.

!Save

!Save Character, Char

Saves the current character to the database.

!Load

!Load Character, Char

Displays the current list of characters for the user and prompts for a choice of character to be loaded as the current character.

!Export

!Export Character, Char

Returns the current character as a json serialized message

!Import

!Import Character, Char {json serialized character Information}

Imports the provided character and sets it as the users current character.