Skip to content

Commit

Permalink
Fix damage resistances
Browse files Browse the repository at this point in the history
Bruh
  • Loading branch information
badooga authored Nov 24, 2023
1 parent 3631755 commit 668c0ff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions collection/badooga; Libris Mortis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7503,9 +7503,15 @@
"note": "from nonmagical attacks",
"cond": true
},
"bludgeoning",
"piercing",
"slashing (swarm form only)"
{
"resist": [
"bludgeoning",
"piercing",
"slashing"
],
"preNote": "magical",
"note": "(swarm form only)"
}
],
"immune": [
"necrotic",
Expand Down

0 comments on commit 668c0ff

Please sign in to comment.