Skip to content

Commit 04e2362

Browse files
Rarstbagelbits
authored andcommitted
fix(monster): add missing legendary resistance (#482)
Forn ancient blue dragon.
1 parent 8093f6e commit 04e2362

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/5e-SRD-Monsters.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3452,6 +3452,16 @@
34523452
"languages": "Common, Draconic",
34533453
"challenge_rating": 23,
34543454
"xp": 50000,
3455+
"special_abilities": [
3456+
{
3457+
"name": "Legendary Resistance",
3458+
"desc": "If the dragon fails a saving throw, it can choose to succeed instead.",
3459+
"usage": {
3460+
"type": "per day",
3461+
"times": 3
3462+
}
3463+
}
3464+
],
34553465
"actions": [
34563466
{
34573467
"name": "Multiattack",

0 commit comments

Comments
 (0)