Skip to content

Commit 10ccd59

Browse files
committed
bumping manifest version to 1.0.7
1 parent a27bc97 commit 10ccd59

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forged",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "",
55
"main": "main.js",
66
"engines": {

test-vault/Journals/Chapter 01.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ move "[[Chapter 02]]" {
2626
}
2727
```
2828
And 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
3042
name: Compel
3143
action: 3

0 commit comments

Comments
 (0)