From d146315ecaeea510d27c5a8fc40f54d6ed7504d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Mon, 20 Jun 2022 19:20:15 -0400 Subject: [PATCH] Stuff :) --- books/core-rules-document/CHANGELOG.adoc | 10 +++ .../core-rules-document.adoc | 66 +++++++++---------- books/core-rules-document/package.json | 4 +- 3 files changed, 45 insertions(+), 35 deletions(-) create mode 100644 books/core-rules-document/CHANGELOG.adoc diff --git a/books/core-rules-document/CHANGELOG.adoc b/books/core-rules-document/CHANGELOG.adoc new file mode 100644 index 0000000..2455aa3 --- /dev/null +++ b/books/core-rules-document/CHANGELOG.adoc @@ -0,0 +1,10 @@ +[discrete] +=== Changelog + +[discrete] +== Version 1.0.0 + +[.lead] +Released: 2022-06-09 + +Initial release. \ No newline at end of file diff --git a/books/core-rules-document/core-rules-document.adoc b/books/core-rules-document/core-rules-document.adoc index 81f9ecb..6cb9d05 100644 --- a/books/core-rules-document/core-rules-document.adoc +++ b/books/core-rules-document/core-rules-document.adoc @@ -10,10 +10,8 @@ Working Draft 2022-06-09 :icons: image :icontype: svg :iconsdir: assets/icons/ +:stylesheet: assets/styles/conflict-web.css ifdef::env-web-pdf[] -:icons: image -:icontype: svg -:iconsdir: assets/icons/ :stylesheet: assets/styles/conflict-print.css endif::[] @@ -144,12 +142,13 @@ Terrain features are set up on the battle map before the mission begins. [discrete] === Scout Troopers [.lead] -Hello World! +These may be the coolest troopers known to man. -[%header,stripes=even,cols="1,1,1,1,2,4",grid=none] +[%header,stripes=even,cols="1,1,1,1,1,2,2",grid=none] |=== -| DT | Rating | MAB | RAB | Str / Dex / Int / Wis | Traits +| AC | DT | Rating | MAB | RAB | Str / Dex / Int / Wis | Traits +| 5+ | 1 | 4 | +2 @@ -157,15 +156,25 @@ Hello World! | +2 / +1 / +0 / +0 | Trooper, Marksman -6+a| +7+a| icon:one-action[width=20,alt=One Action] *My Name is Sean* Bah Gawd you instantly win the game. ''' *Favored Terrain* Do not take speed penalties when moving through Urban terrain. + -*Calm* This unit reduces their suppression condition by 2 each round. + +*Calm* This unit reduces their suppression condition by 2 at the end of their initiative. + *Sharpshooter* Automatically become Aiming 2 when taking the Aim action. |=== +Armor Class [AC]:: +Damage Threshold [DT]:: The amount of damage a token in the unit can sustain. +Rating:: The unit Rating. +Melee Attack Bonus [MAB]:: Number you add to your roll when doing a melee attack check. +Ranged Attack Bonus [RAB]:: Number you add to your roll when doing a ranged attack check. +Strength [Str]:: Represents the physical strength a token in the unit has. +Dexterity [Dex]:: Represents the agile, finesse, and quickness a token in the unit has. +Intelligence [Int]:: Represents the smarts, knowledge, and intellect a token in the unit has. +Wisdom [Wis]:: Represents the mental fortitude, instincts, and willpower a token in the unit has. + == The Engagement Round === The Initiative Phase @@ -188,46 +197,35 @@ icon:one-action[width=20,alt=One Action] *My Name is Sean* Bah Gawd you instantl <<< -ifdef::env-web-pdf[] - -[index] -== Index - -<<< - -endif::[] - -<<< +[glossary] +== Conditions [glossary] -== Traits +Aiming:: + Your unit makes an effort to be more precise with their actions. + The aiming condition always includes a value. + You get to re-roll attack checks made by this unit when the result is less than or equal to this value. + Unless otherwise specified, at the end of this unit's initiative, the value of your unit's aiming condition decreases by 1. -[glossary] -[horizontal] -abberation:: - Aberrations are creatures from beyond the planes or corruptions of the natural order. -acid:: - Effects with this trait deal acid damage. Creatures with this trait have a magical connection to acid. -beast:: - A creature similar to an animal but with an Intelligence modifier of -3 or higher is usually a beast. - Unlike an animal, a beast might be able to speak and reason. +Fatigued:: + You are exhausted. + You take a -1 status penalty to <<< [%notitle] == Backmatter -=== Changelog +<<< -[discrete] -===== Version 1.0.0 +ifdef::env-web-pdf[] -Released date: 2022-06-09 - -Initial release. +include::CHANGELOG.adoc[] <<< +endif::[] + === Credits Created by Sean-Patrick Ortencio Clayton. diff --git a/books/core-rules-document/package.json b/books/core-rules-document/package.json index 4b52ec8..46398b2 100644 --- a/books/core-rules-document/package.json +++ b/books/core-rules-document/package.json @@ -1,7 +1,9 @@ { "name": "@conflict/core-rules-document", "scripts": { - "build": "rm -rf out/*.pdf; asciidoctor-web-pdf core-rules-document.adoc -D out -o 'Core Rules Document.pdf'" + "clean": "rm -rf out/*", + "build:web": "asciidoctor core-rules-document.adoc -D out -o 'Core Rules Document.html'", + "build:book": "asciidoctor-web-pdf core-rules-document.adoc -D out -o 'Core Rules Document.pdf'" }, "dependencies": { "@asciidoctor/core": "^2.2.6",