From b3f797fdea2f2227f95104a727a13a7a01ba98fa Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 16 Sep 2023 15:07:23 -0500 Subject: add legendary actions --- demo.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'demo.lua') 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.' }, + }, } -- cgit v1.2.1