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:56] jobcontent-packs:core-rules:software:discord [2026/02/04 19:21] (current) – [GM Commands] job
Line 47: 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 dmg Grogan -3str -2ag **// applies 3 STR and 2 AGI damage to Grogan+  * //**/chips dmg Grogan -3str -2ag **// applies 3 STR and 2 AGI damage to the Actor 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 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 ===