diff options
| author | realtradam <[email protected]> | 2021-12-23 05:05:28 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-23 05:05:28 -0500 |
| commit | 4a1b82e5831504ffe67b27ba98a14db2cf5ec674 (patch) | |
| tree | ad5eea488b1101aa93e464cd81ace6c523444af1 /src/weapons.mdown | |
| parent | babda56a70d7956d8310d0362ff215bcb7a54451 (diff) | |
| parent | b544e99677ed7653e6e4f1490bab99459428d244 (diff) | |
| download | Plore-Tabletop-Game-4a1b82e5831504ffe67b27ba98a14db2cf5ec674.tar.gz Plore-Tabletop-Game-4a1b82e5831504ffe67b27ba98a14db2cf5ec674.zip | |
Merge branch 'equipment' into dev
Diffstat (limited to 'src/weapons.mdown')
| -rw-r--r-- | src/weapons.mdown | 15 |
1 files changed, 15 insertions, 0 deletions
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. |
