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
rules:core:gameplay:action-codes [2023/01/26 09:53] jobrules:core:gameplay:action-codes [2023/09/26 16:15] (current) – removed job
Line 1: Line 1:
-====== Action Codes ====== 
  
-Throughout these rules you may notice alphanumeric codes tagged to pages.  These are to facilitate automation of these game rules by computer software, but they can also be used as shorthand for the Actions PC and NPC Actors decide to take using cards around a table.  The diagrams below illustrate how to interpret these codes and possible future applicability to be used in a computer program. 
- 
-===== Basic Action Code Structure ===== 
- 
-**C-A-XXX-SS-** 
- 
-  * **C-** //Classifier//: Combat, Social, Stealth, Research, etc. 
-  * **A-** //Action Type//: Melee, Missile, Move, Mental, Object, etc. 
-  * **XXX-** //Action//: the numerical code of the specific action taken (3 digits to allow for variety of up to 999 unique actions possible) 
-  * **SS** //Action Score//: the total [[rules:core:action-system:dbc|Action Score]] the Actor has for this action, representing the relative strength of the action being performed. 
- 
-Above is the most basic representation of an action code.  All actions, regardless of their //Classifier//, or //Action Type//, begin with a prefix in this format.  This code system, however, is extensible, meaning that depending on the //Classifier// or //Action Type//, additional blocks of alphanumeric characters may be present that are relevant only to that action type, such as a weapon used in the case of a Melee Action Type, or the spell chosen in case of a Mental Action Type, etc.  
- 
-==== Examples: ==== 
- 
-Below are some actual action codes with their meanings interpreted: 
- 
-**C-H-001-03-** 
-Interpretation:  
-  * **C-** //Combat Action// 
-  * **H-** //Hand-to-Hand Combat Action Type// 
-  * **001-** //[[rules:core:action-system:actions:punch|Punch Action]], the most basic attack type// 
-  * **03** //The Actor has a total Action Score of 3 in this Action Type// 
- 
-**S-P-001-01-** 
-Interpretation:  
-  * **S-** //Social Action// 
-  * **P-** //Persuade Action Type// 
-  * **001-** //Carouse Action, a basic attempt to be friendly and make friends// 
-  * **01** //The Actor has a total Action Score of 1 in this Action Type// 
- 
-**R-S-001-05-** 
-Interpretation:  
-  * **S-** //Research Action// 
-  * **P-** //Study Action Type// 
-  * **001-** //Reading, a basic attempt to read available materials to learn information// 
-  * **05** //The Actor has a total Action Score of 5 in this Action Type// 
- 
----- 
- 
-== Links to this page: == 
-{{backlinks>.}}  
- 
-== Tags: == 
-{{tag>action-codes}}