Skip to content

Commit

Permalink
Fix Error from master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyKing committed Dec 26, 2019
1 parent 13e4615 commit 4600522
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ PCC:@/pathfinder/paizo/roleplaying_game/core_essentials/_core_essentials.pcc

# Fact/Factset & Formula System
DATACONTROL:cr__datacontrols.lst
VARIABLE:cr__variables.lst

### GM Moved
ALIGNMENT:cr__align.lst
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

###Block: For the Stats
CHANNEL:PC.STAT|NUMBER=StatScore EXPLANATION:Required to connect to the UI

LOCAL:PC.STAT|NUMBER=Score EXPLANATION:We set the Score Locally
LOCAL:PC.STAT|NUMBER=Mod EXPLANATION:We set the Mod (SCORE-10/2)


GLOBAL:NUMBER=STR EXPLANATION:Mod Bonus to STR
GLOBAL:NUMBER=DEX EXPLANATION:Mod Bonus to DEX
GLOBAL:NUMBER=CON EXPLANATION:Mod Bonus to CON
GLOBAL:NUMBER=INT EXPLANATION:Mod Bonus to INT
GLOBAL:NUMBER=WIS EXPLANATION:Mod Bonus to WIS
GLOBAL:NUMBER=CHA EXPLANATION:Mod Bonus to CHA

GLOBAL:NUMBER=STRSCORE EXPLANATION:Score for STR
GLOBAL:NUMBER=DEXSCORE EXPLANATION:Score for DEX
GLOBAL:NUMBER=CONSCORE EXPLANATION:Score for CON
GLOBAL:NUMBER=INTSCORE EXPLANATION:Score for INT
GLOBAL:NUMBER=WISSCORE EXPLANATION:Score for WIS
GLOBAL:NUMBER=CHASCORE EXPLANATION:Score for CHA

0 comments on commit 4600522

Please sign in to comment.