summaryrefslogtreecommitdiff
path: root/demo.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-09-16 15:07:23 -0500
committersanine <sanine.not@pm.me>2023-09-16 15:07:23 -0500
commitb3f797fdea2f2227f95104a727a13a7a01ba98fa (patch)
tree23ed480625df3543aa095377c2ca04c8744ef4aa /demo.lua
parente5daa18bc2aef0a15c6e706d5705f98f9c1fb8ea (diff)
add legendary actions
Diffstat (limited to 'demo.lua')
-rwxr-xr-xdemo.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/demo.lua b/demo.lua
index a855cbc..17ec5dd 100755
--- a/demo.lua
+++ b/demo.lua
@@ -35,6 +35,11 @@ local stats = {
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." },
},
+
+ legendary = {
+ description = "The death tyrant can take 3 legendary actions, using the Eye Ray option below. It can take only one legendary action at a time and only at the end of another creature's turn. The tyrant regains spent legendary actions at the start of its turn.",
+ { name='Eye Ray', value='The death tyrant uses one random eye ray.' },
+ },
}