Skip to content

Commit 4600522

Browse files
committed
Fix Error from master changes
1 parent 13e4615 commit 4600522

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

data/pathfinder/paizo/roleplaying_game/core_rulebook/core_rulebook.pcc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ PCC:@/pathfinder/paizo/roleplaying_game/core_essentials/_core_essentials.pcc
4646

4747
# Fact/Factset & Formula System
4848
DATACONTROL:cr__datacontrols.lst
49+
VARIABLE:cr__variables.lst
4950

5051
### GM Moved
5152
ALIGNMENT:cr__align.lst
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
###Block: For the Stats
3+
CHANNEL:PC.STAT|NUMBER=StatScore EXPLANATION:Required to connect to the UI
4+
5+
LOCAL:PC.STAT|NUMBER=Score EXPLANATION:We set the Score Locally
6+
LOCAL:PC.STAT|NUMBER=Mod EXPLANATION:We set the Mod (SCORE-10/2)
7+
8+
9+
GLOBAL:NUMBER=STR EXPLANATION:Mod Bonus to STR
10+
GLOBAL:NUMBER=DEX EXPLANATION:Mod Bonus to DEX
11+
GLOBAL:NUMBER=CON EXPLANATION:Mod Bonus to CON
12+
GLOBAL:NUMBER=INT EXPLANATION:Mod Bonus to INT
13+
GLOBAL:NUMBER=WIS EXPLANATION:Mod Bonus to WIS
14+
GLOBAL:NUMBER=CHA EXPLANATION:Mod Bonus to CHA
15+
16+
GLOBAL:NUMBER=STRSCORE EXPLANATION:Score for STR
17+
GLOBAL:NUMBER=DEXSCORE EXPLANATION:Score for DEX
18+
GLOBAL:NUMBER=CONSCORE EXPLANATION:Score for CON
19+
GLOBAL:NUMBER=INTSCORE EXPLANATION:Score for INT
20+
GLOBAL:NUMBER=WISSCORE EXPLANATION:Score for WIS
21+
GLOBAL:NUMBER=CHASCORE EXPLANATION:Score for CHA

0 commit comments

Comments
 (0)