diff options
Diffstat (limited to 'demo.lua')
-rwxr-xr-x | demo.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.' }, + }, } |