Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@
"action_type": "ACTION",
"attacks": [],
"desc": "The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 24 Dexterity saving throw, taking 91 (26d6) fire damage on a failed save, or half as much damage on a successful one.",
"legendary_action_cost": 1,
"legendary_action_cost": null,
"limited_to_form": null,
"name": "Fire Breath",
"order_in_statblock": 5,
"usage_limits": null
"usage_limits": {
"param": 5,
"type": "RECHARGE_ON_ROLL"
}
},
{
"action_type": "ACTION",
Expand Down
Loading