diff --git a/test-vault/Journals/Chapter 01.md b/test-vault/Journals/Chapter 01.md index 16233479..ab744f18 100644 --- a/test-vault/Journals/Chapter 01.md +++ b/test-vault/Journals/Chapter 01.md @@ -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"