summaryrefslogtreecommitdiff
path: root/demo.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-09-16 14:42:22 -0500
committersanine <sanine.not@pm.me>2023-09-16 14:42:22 -0500
commite5daa18bc2aef0a15c6e706d5705f98f9c1fb8ea (patch)
tree9271f896d4d724f9a14d95caa1d5d2362d31aa03 /demo.lua
parent5a444d65c20f1caf5e64722308fb5c2f558978cc (diff)
add traits and actions
Diffstat (limited to 'demo.lua')
-rwxr-xr-xdemo.lua17
1 files changed, 17 insertions, 0 deletions
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." },
+ },
}