diff options
| -rw-r--r-- | src/SUMMARY.md | 2 | ||||
| -rw-r--r-- | src/armour.mdown | 12 | ||||
| -rw-r--r-- | src/weapons.mdown | 15 |
3 files changed, 29 insertions, 0 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index c064b4a..a6c1a05 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -11,6 +11,8 @@ - [Attributes](./attributes.mdown) - [What You Have]() - [Gear]() + - [Armour](armour.mdown) + - [Weapons](weapons.mdown) - [Spellcasting]() diff --git a/src/armour.mdown b/src/armour.mdown new file mode 100644 index 0000000..d9d2244 --- /dev/null +++ b/src/armour.mdown @@ -0,0 +1,12 @@ +# Armour + +Armour is rated by at least the following: quality, hardiness, block, and damage types. + +- **Quality**(points): How far away the armour is from breaking. +- **Hardiness**(points): How resistant armour is to losing quality. +- **Block**(points): How much incoming damage. +- **Damage Types:** Which damage types the armour works against. + +Whenever a character wearing armour is damaged that player must draw from the resource deck. If the value drawn is higher then the hardiness value then the attack damages the armour and the quality value is reduced by 1. Once the quality is reduced to 0 then the armour falls apart to pieces and is no longer wearable. + +When a character wearing armour is damaged and the damage matches one of the damage types of the armour then the damage is reduced by block value of the armour. If the damage is equal or less then the block value then the character takes no damage. diff --git a/src/weapons.mdown b/src/weapons.mdown new file mode 100644 index 0000000..166ad79 --- /dev/null +++ b/src/weapons.mdown @@ -0,0 +1,15 @@ +# Weapons + +Weapons are a special item type which grant character abilities that can be used when the weapon is wielded. Weapons also have various properties which affect your character in combat. Some of these are listed below. When the attack is possible to make, only ranged weapons, improvised weapons, or weapon attacks that specify require a check to see if the attack hits. Otherwise the weapon will automatically hit your target. + +## Improvised Weapons +Any item, including items already classified as a weapon, can make an improvised weapon attack. Improvised weapon attacks use either your strength or your precision to determine how much damage they deal, depending on how the weapon would be used. Improvised weapons must also pass a check in order to determine if the attack lands. The GM may also impose other traits onto the improvised weapon depending on what weapon is being used, for example a character using a chair to attack might only have one or two attacks before the chair falls apart(TODO: get a better example). + +#### Unarmed Punches and Kicks +Punches and kicks are considered improvised weapons where the player may choose to use their strength or precision. Punches and kicks deal fatigue damage, meaning they are non-lethal. + +## Ranged Attacks +Any ranged weapon attack requires a check to determine if the attack lands. The further the attack, the harder the check should be, likewise if the enemy is too close the attack should also have a disadvantage. + +## Casting Weapons +Some weapons allow you to cast magic. |
