From e5daa18bc2aef0a15c6e706d5705f98f9c1fb8ea Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 16 Sep 2023 14:42:22 -0500 Subject: add traits and actions --- demo.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'demo.lua') diff --git a/demo.lua b/demo.lua index 2463290..a855cbc 100755 --- a/demo.lua +++ b/demo.lua @@ -18,6 +18,23 @@ local stats = { int = 12, wis = 13, cha = 10, + + saving_throws = 'Con +4', + immunities = 'fire, poison', + condition_immunities = 'poisoned', + senses = 'passive Perception 11', + languages = 'Ignan', + cr = '2 (450 XP)', + + traits = { + { name='Heated Body', value="A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage." }, + { name="Heated Weapons", value="When the azer hits with a metal melee weapon, it deals and extra 3 (1d6) fire damage (included in the attack)." }, + { name="Illumination", value="The azer sheds bright light in a 10=foot radius and dim light for an additional 10 feet." }, + }, + + actions = { + { name='Warhammer', value="*Melee Weapon Attack:* +5 to hit, reach 5 ft., one target. *Hit:* 7 (1d8 + 3) bludgeoning damage or 8 (1d10 + 3) bludgeoning damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage." }, + }, } -- cgit v1.2.1