File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
data/pathfinder/paizo/roleplaying_game/core_rulebook Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ PCC:@/pathfinder/paizo/roleplaying_game/core_essentials/_core_essentials.pcc
46
46
47
47
# Fact/Factset & Formula System
48
48
DATACONTROL:cr__datacontrols.lst
49
+ VARIABLE:cr__variables.lst
49
50
50
51
### GM Moved
51
52
ALIGNMENT:cr__align.lst
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments