This commit is contained in:
🎷🐢 S. P. O. Clayton 2022-06-20 19:20:15 -04:00
parent a50746d1a6
commit d146315eca
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
3 changed files with 45 additions and 35 deletions

View File

@ -0,0 +1,10 @@
[discrete]
=== Changelog
[discrete]
== Version 1.0.0
[.lead]
Released: 2022-06-09
Initial release.

View File

@ -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.

View File

@ -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",