Skip to content

Commit

Permalink
bumping manifest version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 14, 2024
1 parent 0ed80ff commit 9ea5fa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "forged",
"name": "Forged Plugin",
"version": "1.2.2",
"version": "1.2.3",
"minAppVersion": "0.15.0",
"description": "Ironsworn/Starforged gameplay plugin",
"author": "Chris Wegrzyn",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forged",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"main": "main.js",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions test-vault/Journals/Chapter 01.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ move "[[Chapter 02]]" {
}
```
And then the rest of the fiction happened

```mechanics
move "Clash" {
roll "iron" action=1 adds=0 stat=3 vs1=8 vs2=7
}
```


```mechanics
move "Compel" {
roll "iron" action=2 adds=0 stat=3 vs1=4 vs2=1
Expand Down

0 comments on commit 9ea5fa6

Please sign in to comment.