Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
content-packs:core-rules:software:discord [2026/02/03 00:42] jobcontent-packs:core-rules:software:discord [2026/02/04 19:21] (current) – [GM Commands] job
Line 39: Line 39:
 === /bid === === /bid ===
 Type //**/bid**// to bid stat points on a card you've already played.  Type //**/bid**// to bid stat points on a card you've already played. 
-  * //**/bid show**// will show you in a private message the sequence of all the cards you've played so far in the hand to help you find the sequence number of the card you want to bid on. 
   * //**/bid Card2 3WIL 1QUI**// will bid chips **face-down** on Card2 in the hand sequence, sending a message to the channel with the number of chips you have bid, but not what Attribute they are. You can type this command more than once if you made a mistake the first time and want to adjust your prior bid.  Each time this command is run it will send a message to the channel to alert other players what card you've bid on.   * //**/bid Card2 3WIL 1QUI**// will bid chips **face-down** on Card2 in the hand sequence, sending a message to the channel with the number of chips you have bid, but not what Attribute they are. You can type this command more than once if you made a mistake the first time and want to adjust your prior bid.  Each time this command is run it will send a message to the channel to alert other players what card you've bid on.
   *  //**/bid Card0 3WIL 1QUI up**// will bid three WIL Attribute Points and one Quickness **face up** on the first card that has been played in the hand (card sequences in a hand start with 0, not 1).    *  //**/bid Card0 3WIL 1QUI up**// will bid three WIL Attribute Points and one Quickness **face up** on the first card that has been played in the hand (card sequences in a hand start with 0, not 1). 
Line 48: Line 47:
 === /chips === === /chips ===
 Allows you to manage the chip stacks of your actor: Allows you to manage the chip stacks of your actor:
-  * //**/chips show Grogan **// shows the state of the Actor Grogan's chips +  * //**/chips dmg Grogan -3str -2ag **// applies 3 STR and 2 AGI damage to the Actor Grogan
-  * //**/chips dmg Grogan -3str -2ag **// applies 3 STR and 2 AGI damage to Grogan+
   * //**/chips delta Grogan +2kno **// awards 2 KNO chips to Grogan   * //**/chips delta Grogan +2kno **// awards 2 KNO chips to Grogan
   * //**/chips reset Grogan**// resets Grogan's chips back to base from Actor sheet.   * //**/chips reset Grogan**// resets Grogan's chips back to base from Actor sheet.
Line 56: Line 54:
   * //**/show actors**// shows the actors names assigned to you in the current //campaign//. If you are the GM, it shows all actors in the current //adventure// plus any //campaign// NPCs.   * //**/show actors**// shows the actors names assigned to you in the current //campaign//. If you are the GM, it shows all actors in the current //adventure// plus any //campaign// NPCs.
   * //**/show actor**// shows you the statblock of an Actor assigned to you like __/show actor example-actor__   * //**/show actor**// shows you the statblock of an Actor assigned to you like __/show actor example-actor__
 +  * //**/show bid**// will show you in a private message the sequence of all the cards you've played so far in the hand to help you find the sequence number of the card you want to bid on.
 +  * //**/show chips <actor_name> **// shows the state of the Actor's chips
   * //**/show config**// will send a private message to you showing all of the current game settings (Campaign, Adventure, Scenario, Scene, Hand, and Actor count)   * //**/show config**// will send a private message to you showing all of the current game settings (Campaign, Adventure, Scenario, Scene, Hand, and Actor count)
   * //**/show list**// will show just you a list of all possible card file names.   * //**/show list**// will show just you a list of all possible card file names.
Line 85: Line 85:
     * __///config actor example-actor unassign//__ -- converts example-actor from being assigned to a player to becoming an NPC.     * __///config actor example-actor unassign//__ -- converts example-actor from being assigned to a player to becoming an NPC.
     * __///config actor example-actor delete//__ -- removes example-actor from the GM's campaign.     * __///config actor example-actor delete//__ -- removes example-actor from the GM's campaign.
-  * //**/config ex <list,filename, on|off>**// -- manages game rule extensions+  * //**/config cp <list,filename, on|off>**// -- manages game Content Packs: 
-    *  __///config ex list//__ -- lists all available game extensions.  +    *  __///config cp list//__ -- lists all available game Content Packs.  
-    * __///config ex body_locations.py//__ -- shows a message about what this extension file changes. +    * __///config cp fantasy.py//__ -- shows a message about what this Content Pack adds. 
-    * __///config ex body_locations.py on//__ -- turns on this extension +    * __///config cp fantasy.py on//__ -- turns on this Content Pack 
-    * __///config ex body_locations.py off//__ -- turns off this extension+    * __///config cp fantasy.py off//__ -- turns off this Content Pack 
 +  * //**/config ex <list,filename, on|off>**// -- manages game rule Extensions
 +    *  __///config ex list//__ -- lists all available game Extensions.  
 +    * __///config ex body_locations.py//__ -- shows a message about what this Extension file changes. 
 +    * __///config ex body_locations.py on//__ -- turns on this Extension 
 +    * __///config ex body_locations.py off//__ -- turns off this Extension
  
 === ?sync === === ?sync ===