This commit is contained in:
Kim Ravn Hansen
2025-09-03 21:28:05 +02:00
parent ef3772fe13
commit 1c7f4b5a76
2 changed files with 35 additions and 58 deletions

View File

@@ -1,12 +1,11 @@
sort:
cd tooling && lua process.lua ../main.adoc --overwrite
cd tooling && lua process.lua ../rules.adoc --overwrite
html:
asciidoctor -b html main.adoc -o out/main.html && open out/main.html
asciidoctor -b html rules.adoc -o out/rules.html && open out/rules.html
pdf:
asciidoctor-pdf -a pdf-theme=basic -a pdf-themesdir=resources/themes -a pdf-fontsdir=resources/fonts main.adoc -o out/main.pdf && open out/main.pdf
asciidoctor-pdf -a pdf-theme=basic -a pdf-themesdir=resources/themes -a pdf-fontsdir=resources/fonts rules.adoc -o out/rules.pdf && open out/rules.pdf
d20:
echo "" > out/statsD20.csv

View File

@@ -142,7 +142,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
|[unstyled]
* Light Armor
* Advanced Weapons
|[unstyled]
* Leather
@@ -167,7 +166,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
|[unstyled]
* Medium Armor
* Advanced Weapons
|[unstyled]
* Halberd
@@ -239,7 +237,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
| Reckless
|[unstyled]
* Advanced Weapons
|[unstyled]
* Great Axe
@@ -263,7 +260,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
|[unstyled]
* Light Armor
* Advanced Weapons
|[unstyled]
* Leather Armor
@@ -290,7 +286,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
|[unstyled]
* Light Armor
* Shields
* Advanced Weapons
|[unstyled]
* Spear
@@ -341,7 +336,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
| Spellsword
|[unstyled]
* Advanced Weapons
|[unstyled]
* Tier 1 Wand with random spell.
@@ -396,7 +390,6 @@ Roll on the table below to find your Foundation. Note that you may need to rerol
|[unstyled]
* Heavy Armor
* Shield
* Advanced Weapons
|[unstyled]
* Half-Plate
@@ -733,53 +726,38 @@ All adventurers can use simple weapons, regardless of <<foundation>> or
.Light Weapons
[%header,cols="^2,^3,^2,^2,^2,6"]
|===
//----------|-------------------|-------|----|--------|----------------
| Range | Weapon | Hands | IS | Damage | Special Effect
//----------|-------------------|-------|----|--------|----------------
| Any | Dagger | 1 | ⅓ | 4 |
| Any | Spear | 1 | 2 | 5 |
| Melee | Club | 1 | 1 | 4 |
| Melee | Flail | 1 | 1 | 6 |
| Melee | Handaxe | 1 | 1 | 6 |
| Melee | Longspear | 2 | 3 | 9 |
| Melee | Mace | 1 | 2 | 7 |
| Melee | Morning star | 1 | 2 | 8 |
| Melee | Quarterstaff | 2 | 2 | 6 |
| Melee | Sickle | 1 | 1 | 4 |
| Melee | Warhammer | 1 | 2 | 6 |
| Ranged | Sling | 2 | 1 | 4 |
| Ranged | Small Crossbow | 2 | 2 | 8 |
//----------|-------------------|-------|----|--------|----------------
|===
==== Advanced Weapons
Any adventurer who has a <<foundation>>, CLASS, or PERK that allows
them to use advanced weapons can use the weapons on this list. Adventurers who
haven't got such an ability has DISADVANTAGE when attacking with advanced
weapons, and can never use their special abilities.
.Advanced Weapons
[%header,cols="^2,^3,^2,^2,6"]
|===
//---------|-------------------|-------|-------------------------
| Range | Weapon | Hands | Damage | Special Effect
//---------|-------------------|-------|-------------------------
| Any | Javelin | 1 | | Better than spear, somehow
| Melee | Battleaxe | 1 | 8 | Mini cleave?
| Melee | Claymore | 2 | 8 | Something cool that the Zweihänder doesn't have
| Melee | Falchion | 2 | |
| Melee | Greataxe | 2 | 10 | Cleave
| Melee | Halberd | 1 | 11 | Pull
| Melee | Longsword | 1 | 8 |
| Melee | Rapier | 1 | 6 | Fast: attack again?
| Melee | Scimitar | 1 | 7 |
| Melee | Short Sword | 1 | 6 |
| Melee | Stiletto | 1 | 4 | Fast: attack again?
| Melee | Zweihänder | 1 | 10 | Push
| Ranged | Large Crossbow | 1 | 10 |
| Ranged | Longbow | 1 | |
| Ranged | Shortbow | 1 | |
//---------|-------------------|-------|-------------------------
//-------|-------------------|-------|----|--------|----------------
| Range | Weapon | Hands | IS | Damage | Special Effect
//-------|-------------------|-------|----|--------|----------------
| Any | Dagger | 1 | ⅓ | 4 |
| Any | Javelin | 1 | | | Better than spear, somehow
| Any | Spear | 1 | 2 | 5 |
| Melee | Battleaxe | 1 | 8 | | Mini cleave?
| Melee | Claymore | 2 | 8 | | Something cool that the Zweihänder doesn't have
| Melee | Club | 1 | 1 | 4 |
| Melee | Falchion | 2 | | |
| Melee | Flail | 1 | 1 | 6 |
| Melee | Greataxe | 2 | 10 | | Cleave
| Melee | Halberd | 1 | 11 | | Pull
| Melee | Handaxe | 1 | 1 | 6 |
| Melee | Longspear | 2 | 3 | 9 |
| Melee | Longsword | 1 | 8 | |
| Melee | Mace | 1 | 2 | 7 |
| Melee | Morning star | 1 | 2 | 8 |
| Melee | Quarterstaff | 2 | 2 | 6 |
| Melee | Rapier | 1 | 6 | | Fast: attack again?
| Melee | Scimitar | 1 | 7 | |
| Melee | Short Sword | 1 | 6 | |
| Melee | Sickle | 1 | 1 | 4 |
| Melee | Stiletto | 1 | 4 | | Fast: attack again?
| Melee | Warhammer | 1 | 2 | 6 |
| Melee | Zweihänder | 1 | 10 | | Push
| Ranged | Large Crossbow | 1 | 10 | |
| Ranged | Longbow | 1 | | |
| Ranged | Shortbow | 1 | | |
| Ranged | Sling | 2 | 1 | 4 |
| Ranged | Small Crossbow | 2 | 2 | 8 |
//-------|-------------------|-------|----|--------|-----------
|===