From 0bb8f8da73d65cb3691bd712baac0a5b448c1512 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 6 Aug 2019 23:12:33 -0500 Subject: [PATCH] fix bulwark trait description --- data/traits.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/traits.sql b/data/traits.sql index 1e360f6..30bd690 100644 --- a/data/traits.sql +++ b/data/traits.sql @@ -115,7 +115,7 @@ INSERT INTO traits (trait_id, traittype, short_name,description) (86, 3, "Human", "A creature with this trait is a member of the human ancestry. Humans are a diverse array of people known for their adaptability. An ability with this trait can be used or selected only by humans."), -- "Armor" type traits -(87, 4, "Bulwark", "The armor covers you so completely that it provides benefits against some damaging effects. On Reflex saves to avoid a damaging effect, such as a "), +(87, 4, "Bulwark", "The armor covers you so completely that it provides benefits against some damaging effects. On Reflex saves to avoid a damaging effect, such as a *fireball*, you add a +3 modifier instead of your Dexterity modifier."), (88, 4, "Comfort", "The armor is so comfortable that you can rest normally while wearing it."), (89, 4, "Flexible", "The armor is flexible enough that it doesn’t hinder most actions. You don’t apply its check penalty to Acrobatics or Athletics checks."), (90, 4, "Noisy", "This armor is loud and likely to alert others to your presence when you’re using the Avoid Notice exploration activity."), @@ -301,4 +301,4 @@ INSERT INTO traits (trait_id, traittype, short_name,description) (248, 15, "Two-Hand", "This weapon can be wielded with two hands. Doing so changes its weapon damage die to the indicated value. This change applies to all the weapon’s damage dice, such as those from "), (249, 15, "Unarmed", "An unarmed attack uses your body rather than a manufactured weapon. An unarmed attack isn’t a weapon, though it’s categorized with weapons for weapon groups, and it might have weapon traits. Since it’s part of your body, an unarmed attack can’t be Disarmed. It also doesn’t take up a hand, though a fist or other grasping appendage follows the same rules as a free-hand weapon."), (250, 15, "Versatile", "A versatile weapon can be used to deal a different type of damage than that listed in the Damage entry. This trait indicates the alternate damage type. For instance, a piercing weapon that is versatile S can be used to deal piercing or slashing damage. You choose the damage type each time you make an attack."), -(251, 15, "Volley", "This ranged weapon is less effective at close distances. Your attacks against targets that are at a distance within the range listed take a –2 penalty."); \ No newline at end of file +(251, 15, "Volley", "This ranged weapon is less effective at close distances. Your attacks against targets that are at a distance within the range listed take a –2 penalty.");