pf2e-sage-stats 0.1.1 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,143 +1,98 @@
1
- ## PC Macros
1
+ ### Misc
2
2
  ```
3
- sage! macro set name=flat dice="[{o:m} d20 >= {0} flat {...}]" cat=Misc
4
- ```
5
- ```
6
- sage! macro set name="roll" dice="[{o:m} {f} {dice:1}d20+{{pc:pc}::{0}} {map:-0} {mod:+0} {dc} {{pc:pc}::name}: {{pc:pc}::{0}.desc}; {...}]" cat=PC
7
- ```
8
- ```
9
- sage! macro set name="melee" dice="[{o:m} {f} {dice:1}d20+{{pc:pc}::melee.{s:default}} {map:-0} {mod:+0} {ac} {{pc:pc}::name}: {{pc:pc}::melee.{s:default}.desc} {...}; {{pc:pc}::melee.{s:default}.damage} {damage}]" cat=PC
10
- ```
11
- ```
12
- sage! macro set name="ranged" dice="[{o:m} {f} {dice:1}d20+{{pc:pc}::melee.{s:default}} {map:-0} {mod:+0} {ac} {{pc:pc}::name}: {{pc:pc}::ranged.{s:default}.desc} {...}; {{pc:pc}::ranged.{s:default}.damage} {damage}]" cat=PC
13
- ```
14
- ```
15
- sage! macro set name="spell" dice="[{o:m} {f} {dice:1}d20+{{pc:pc}::spells} {map:-0} {mod:+0} {ac} {{pc:pc}::name}: {{pc:pc}::spells.desc}; {...}]" cat=PC
16
- ```
17
- ```
18
- sage! macro set name="dc" dice="[{o:xs} 0d0+{{pc:pc}::dc.{0}} {mod:+0} {...}]" cat=PC
19
- ```
20
- ## NPC Macros
21
- ## Misc
22
- ```
23
- sage! macro set name="npc.fp" dice="[{flat::{o:xs}_{f:none}} {...}]" cat=Misc
24
- ```
25
- ```
26
- sage! macro set name=flat dice="[{o:m} d20 >= {0} flat {...}]" cat=Misc
3
+ sage! macro set name=flat dice="[{o:m} d20 >= {0} flat {...}]" cat=Misc tier=Server -y
27
4
  ```
28
5
  ### Strikes
29
6
  ```
30
- sage! macro set name="npc.melee" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::melee.{s:default}} {vnpc::{m:+0}} {ac} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} {{0}::melee.{s:default}.desc} {e}; {{0}::melee.{s:default}.damage} {...}]" cat=Strikes
31
- ```
32
- ```
33
- sage! macro set name="npc.mstrike" dice="[npc.melee {0} o={o:xs} f={f:none} d={d:1} m={m:+0} ac=({{1}::ac}{vnpc::{c:+0}}) v={v:+0} s={s:default} e='vs {{1}::name}{anpc::{c:+0}}' {...}]" cat=Strikes
7
+ sage! macro set name="melee" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::melee.{s:default}:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::melee.{s:default}.desc:} {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`({c:+0} AC) `} {ac} {utils::{t:known}:ac} {{t:none}::{r:ac}:} {c} {{p}::melee.{s:default}.damage:} {...}]" cat=Strikes tier=Server -y
34
8
  ```
35
9
  ```
36
- sage! macro set name="npc.ranged" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::ranged.{s:default}} {vnpc::{m:+0}} {ac} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} {{0}::ranged.{s:default}.desc} {e}; {{0}::ranged.{s:default}.damage} {...}]" cat=Strikes
10
+ sage! macro set name="ranged" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::ranged.{s:default}:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::ranged.{s:default}.desc:} {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`({c:+0} AC) `} {ac} {utils::{t:known}:ac} {{t:none}::{r:ac}:} {c} {{p}::ranged.{s:default}.damage:} {...}]" cat=Strikes tier=Server -y
37
11
  ```
38
12
  ```
39
- sage! macro set name="npc.rstrike" dice="[npc.ranged {0} o={o:xs} f={f:none} d={d:1} m={m:+0} ac=({{1}::ac}{vnpc::{c:+0}}) v={v:+0} s={s:default} e='vs {{1}::name}{anpc::{c:+0}}' {...}]" cat=Strikes
13
+ sage! macro set name="spell" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::spells:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) Spell Attack {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`({c:+0} AC) `} {ac} {utils::{t:known}:ac} {{t:none}::{r:ac}:} {c} {...}]" cat=Strikes tier=Server -y
40
14
  ```
41
15
  ### Saves
42
16
  ```
43
- sage! macro set name="npc.fort" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::fortitude} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Fortitude Save {...}]" cat=Saves
17
+ sage! macro set name="fort" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::fort:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::fort.info:} Fortitude Save {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Saves tier=Server -y
44
18
  ```
45
19
  ```
46
- sage! macro set name="npc.ref" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::reflex} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Reflex Save {...}]" cat=Saves
20
+ sage! macro set name="fortitude" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::fort:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::fort.info:} Fortitude Save {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Saves tier=Server -y
47
21
  ```
48
22
  ```
49
- sage! macro set name="npc.will" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::will} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Will Save {...}]" cat=Saves
50
- ```
51
- ### Initiative
52
- ```
53
- sage! macro set name="npc.init" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::{s:Perception}} {vnpc::{m:+0}} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Initiative ({s:Perception}) {...}]" cat=Initiative
54
- ```
55
- ### Skills
56
- ```
57
- sage! macro set name="npc.acrobatics" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::acrobatics} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Acrobatics Check {...}]" cat=Skills
58
- ```
59
- ```
60
- sage! macro set name="npc.arcana" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::arcana} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Arcana Check {...}]" cat=Skills
23
+ sage! macro set name="ref" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::reflex:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::reflex.info:} Reflex Save {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Saves tier=Server -y
61
24
  ```
62
25
  ```
63
- sage! macro set name="npc.athletics" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::athletics} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Athletics Check {...}]" cat=Skills
26
+ sage! macro set name="reflex" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::reflex:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::reflex.info:} Reflex Save {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Saves tier=Server -y
64
27
  ```
65
28
  ```
66
- sage! macro set name="npc.crafting" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::crafting} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Crafting Check {...}]" cat=Skills
67
- ```
68
- ```
69
- sage! macro set name="npc.deception" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::deception} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Deception Check {...}]" cat=Skills
70
- ```
71
- ```
72
- sage! macro set name="npc.diplomacy" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::diplomacy} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Diplomacy Check {...}]" cat=Skills
73
- ```
74
- ```
75
- sage! macro set name="npc.intimidation" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::intimidation} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Intimidation Check {...}]" cat=Skills
29
+ sage! macro set name="will" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::will:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::will.info:} Will Save {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Saves tier=Server -y
76
30
  ```
31
+ ### Initiative
77
32
  ```
78
- sage! macro set name="npc.medicine" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::medicine} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Medicine Check {...}]" cat=Skills
33
+ sage! macro set name="init" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::{s:Perception}:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::initiative.info:} Initiative `({s:Perception}) `{...}]" cat=Initiative tier=Server -y
79
34
  ```
80
35
  ```
81
- sage! macro set name="npc.nature" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::nature} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Nature Check {...}]" cat=Skills
36
+ sage! macro set name="initiative" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::{s:Perception}:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::initiative.info:} Initiative `({s:Perception}) `{...}]" cat=Initiative tier=Server -y
82
37
  ```
38
+ ### Skills
83
39
  ```
84
- sage! macro set name="npc.occultism" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::occultism} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Occultism Check {...}]" cat=Skills
40
+ sage! macro set name="acrobatics" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::acrobatics:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::acrobatics.info:} Acrobatics Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
85
41
  ```
86
42
  ```
87
- sage! macro set name="npc.perfomance" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::perfomance} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Perfomance Check {...}]" cat=Skills
43
+ sage! macro set name="arcana" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::arcana:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::arcana.info:} Arcana Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
88
44
  ```
89
45
  ```
90
- sage! macro set name="npc.religion" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::religion} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Religion Check {...}]" cat=Skills
46
+ sage! macro set name="athletics" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::athletics:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::athletics.info:} Athletics Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
91
47
  ```
92
48
  ```
93
- sage! macro set name="npc.society" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::society} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Society Check {...}]" cat=Skills
49
+ sage! macro set name="crafting" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::crafting:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::crafting.info:} Crafting Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
94
50
  ```
95
51
  ```
96
- sage! macro set name="npc.stealth" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::stealth} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Stealth Check {...}]" cat=Skills
52
+ sage! macro set name="craft" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::crafting:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::crafting.info:} Crafting Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
97
53
  ```
98
54
  ```
99
- sage! macro set name="npc.survival" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::survival} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Survival Check {...}]" cat=Skills
55
+ sage! macro set name="deception" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::deception:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::deception.info:} Deception Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
100
56
  ```
101
57
  ```
102
- sage! macro set name="npc.thievery" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::thievery} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Thievery Check {...}]" cat=Skills
58
+ sage! macro set name="diplomacy" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::diplomacy:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::diplomacy.info:} Diplomacy Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
103
59
  ```
104
60
  ```
105
- sage! macro set name="npc.perception" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::perception} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} Perception Check {...}]" cat=Skills
61
+ sage! macro set name="intimidation" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::intimidation:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::intimidation.info:} Intimidation Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
106
62
  ```
107
63
  ```
108
- sage! macro set name="npc.skill" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::{1}} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} {1} Check {...}]" cat=Skills
64
+ sage! macro set name="medicine" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::medicine:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::medicine.info:} Medicine Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
109
65
  ```
110
66
  ```
111
- sage! macro set name="npc.lore" dice="[npc.fp o={o:xs} f={f:none} {d:1}d20+{{0}::lore.{1}} {vnpc::{m:+0}} {dc} {v:+0} {{0}::name}:{mnpc::{m:+0}}{dicename::{d:1}} {{0}::lore.{1}.name} Lore Check {...}]" cat=Skills
67
+ sage! macro set name="nature" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::nature:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::nature.info:} Nature Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
112
68
  ```
113
- ### Actions
114
69
  ```
115
- sage! macro set name="npc.grapple" dice="[npc.athletics {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.fortitude}{vnpc::{c:+0}}) v={v:+0} to Grapple {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
70
+ sage! macro set name="occultism" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::occultism:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::occultism.info:} Occultism Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
116
71
  ```
117
72
  ```
118
- sage! macro set name="npc.trip" dice="[npc.athletics {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.reflex}{vnpc::{c:+0}}) v={v:+0} to Trip {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
73
+ sage! macro set name="performance" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::performance:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::performance.info:} Performance Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
119
74
  ```
120
75
  ```
121
- sage! macro set name="npc.shove" dice="[npc.athletics {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.fortitude}{vnpc::{c:+0}}) v={v:+0} to Shove {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
76
+ sage! macro set name="perfomance" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::performance:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::performance.info:} Performance Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
122
77
  ```
123
78
  ```
124
- sage! macro set name="npc.disarm" dice="[npc.athletics {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.reflex}{vnpc::{c:+0}}) v={v:+0} to Disarm {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
79
+ sage! macro set name="religion" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::religion:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::religion.info:} Religion Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
125
80
  ```
126
81
  ```
127
- sage! macro set name="npc.demoralize" dice="[npc.intimidation {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.will}{vnpc::{c:+0}}) v={v:+0} to Demoralize {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
82
+ sage! macro set name="society" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::society:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::society.info:} Society Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
128
83
  ```
129
84
  ```
130
- sage! macro set name="npc.feint" dice="[npc.deception {0} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.perception}{vnpc::{c:+0}}) to Feint vs {{1}::name}{dnpc::{vnpc::{c:+0}}} {...}]" cat=Actions
85
+ sage! macro set name="stealth" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::stealth:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::stealth.info:} Stealth Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
131
86
  ```
132
87
  ```
133
- sage! macro set name="npc.diversion" dice="[npc.deception {0} o={o:xs} f={f:none} d={d:1} m={m:+0} to Create a Diversion {...}]" cat=Actions
88
+ sage! macro set name="survival" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::survival:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::survival.info:} Survival Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
134
89
  ```
135
90
  ```
136
- sage! macro set name="npc.escape" dice="[npc.skill {0} {s:Acrobatics} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{1}::dc.athletics}{vnpc::{c:+0}}) v={v:+0} to Escape from {{1}::name}{dnpc::{c:+0}} {...}]" cat=Actions
91
+ sage! macro set name="thievery" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::thievery:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::thievery.info:} Thievery Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
137
92
  ```
138
93
  ```
139
- sage! macro set name="npc.recall" dice="[npc.skill {0} {1} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{2}::dc.recall.{a:default}}{vnpc::{c:+0}}) v={v:+0} to Recall Knowledge{adj::{a:default}} on {{2}::name}{dnpc::{c:+0}} {...}]" cat=Actions
94
+ sage! macro set name="perception" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::perception:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::perception.info:} Perception Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
140
95
  ```
141
96
  ```
142
- sage! macro set name="npc.recall.lore" dice="[npc.lore {0} {1} o={o:xs} f={f:none} d={d:1} m={m:+0} dc=({{2}::dc.recall.{a:default}}{vnpc::{c:+0}}) v={v:+0} to Recall Knowledge{adj::{a:default}} on {{2}::name}{dnpc::{c:+0}} {...}]" cat=Actions
97
+ sage! macro set name="lore" dice="[{{p}::out:m} {flat::{f:none}:} {d:1}d20+{{p}::lore.{0}:{a:0}} {m} {v} {{p}::name:} (mod `{m:+0}`) {{p}::lore.{0}.info:} {{p}::lore.{0}.name:} Lore Check {utils::{t:known}:vs} {{t:none}::name:} {utils::{t:known}:`{r:Spell} DC ({c:+0} DC) `} {dc} {utils::{t:known}:dc} {{t:none}::dc.{r:spells}:} {c} {...}]" cat=Skills tier=Server -y
143
98
  ```