From da66b7a5ae709c363c402617253f3bc78133afaf Mon Sep 17 00:00:00 2001 From: James DeVore Date: Sun, 4 Aug 2019 17:56:11 -0400 Subject: [PATCH] added vision flavor test --- data/visions.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/visions.sql b/data/visions.sql index acde76e..55f093e 100644 --- a/data/visions.sql +++ b/data/visions.sql @@ -9,9 +9,10 @@ INSERT INTO visions (vision_id, description) VALUES (1, 'Darkvision', 'You can see in darkness and dim light just as well as you can see in bright light, though your vision in darkness is in black and white.'), - (2, 'Low-Light Vision', 'TODO'), - (3, 'Keen Eyes', 'TODO'), + (2, 'Low-Light Vision', 'You can see in dim light as though it were bright light, and you ignore the concealed condition due to dim light.'), + (3, 'Keen Eyes', 'Your eyes are sharp, allowing you to make out small details about concealed or even invisible creatures that others might miss. You gain a +2 circumstance bonus when using the Seek action to find hidden or undetected creatures within 30 feet of you. When you target an opponent that is concealed from you or hidden from you, reduce the DC of the flat check to 3 for a concealed target or 9 for a hidden one.'), (4, 'None', 'No special vision.'), - (5, 'Smoke Vision', 'TODO'); + (5, 'Smoke Vision', 'You can see perfectly in smoky conditions'), + (6,'All-Around Vision','This monster can see in all directions simultaneously, and therefore can’t be flanked.');