Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ancient White Dragon missing legendary actions in JSON #32

Closed
kaitlinthachuk opened this issue Nov 4, 2018 · 2 comments
Closed

Ancient White Dragon missing legendary actions in JSON #32

kaitlinthachuk opened this issue Nov 4, 2018 · 2 comments

Comments

@kaitlinthachuk
Copy link

Ancient White Dragon is at monsters/24/. Missing legendary actions should be as follows:
"legendary_actions": [
{
"attack_bonus": 0,
"desc": "The dragon makes a Wisdom (Perception) check.",
"name": "Detect"
},
{
"attack_bonus": 0,
"desc": "The dragon makes a tail attack.",
"name": "Tail Attack"
},
{
"attack_bonus": 0,
"desc": "The dragon beats its wings. Each creature within 15 ft. of the dragon must succeed on a DC 22 Dexterity saving throw or take 15 (2d6 + 8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"name": "Wing Attack (Costs 2 Actions)"
}
],

@bagelbits
Copy link
Collaborator

Like this? #58

@bagelbits
Copy link
Collaborator

Added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants