diff options
author | sanine <sanine.not@pm.me> | 2023-09-16 15:07:23 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-09-16 15:07:23 -0500 |
commit | b3f797fdea2f2227f95104a727a13a7a01ba98fa (patch) | |
tree | 23ed480625df3543aa095377c2ca04c8744ef4aa /demo.lua | |
parent | e5daa18bc2aef0a15c6e706d5705f98f9c1fb8ea (diff) |
add legendary actions
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.' }, + }, } |