Skip to content

Commit

Permalink
clean out old move rendering mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 17, 2024
1 parent 2892f96 commit 7d9f37f
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions test-vault/Journals/Chapter 01.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,49 +52,6 @@ move "Clash" {
Oh no! Everyone is bloody! Our hero tries to talk some sense into them. They approach their counterparts and extend a hand.

"Let's solve this peacefully", our hero says.

```mechanics
move "Compel" {
roll "iron" action=2 adds=0 stat=3 vs1=4 vs2=1
}
move "Endure Stress" {
roll "spirit" action=1 adds=0 stat=5 vs1=1 vs2=10
}
move "Battle" {
roll "iron" action=6 adds=0 stat=3 vs1=4 vs2=3
}
move "Endure Harm" {
add 2 "this got added"
add 2 "also this"
roll "iron" action=4 adds=4 stat=3 vs1=10 vs2=8
}
```
```move
name: Compel
action: 3
stat: iron
statVal: 3
adds:
- amount: 1
desc: idk
challenge1: 4
challenge2: 4
```

```move
name: Endure Harm
action: 5
stat: health
statVal: 5
adds: []
challenge1: 1
challenge2: 5
```
```mechanics
- "line1"
- "line2"
Expand Down

0 comments on commit 7d9f37f

Please sign in to comment.