File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " forged" ,
33 "name" : " Forged Plugin" ,
4- "version" : " 1.0.6 " ,
4+ "version" : " 1.0.7 " ,
55 "minAppVersion" : " 0.15.0" ,
66 "description" : " Ironsworn/Starforged gameplay plugin" ,
77 "author" : " Chris Wegrzyn" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " forged" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " " ,
55 "main" : " main.js" ,
66 "engines" : {
Original file line number Diff line number Diff line change @@ -26,6 +26,18 @@ move "[[Chapter 02]]" {
2626}
2727```
2828And then the rest of the fiction happened
29+ ``` mechanics
30+ move "Compel" {
31+ roll "iron" action=2 adds=0 stat=3 vs1=4 vs2=1
32+ }
33+ move "Endure Stress" {
34+ roll "spirit" action=1 adds=0 stat=5 vs1=1 vs2=10
35+ }
36+
37+ ```
38+
39+
40+
2941``` move
3042name: Compel
3143action: 3
You can’t perform that action at this time.
0 commit comments