Skip to content

Commit

Permalink
Fix Shredskin immunity to critical hits (except slashing) (#13595)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Feb 7, 2024
1 parent 979a33d commit 5c6b690
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packs/agents-of-edgewatch-bestiary/shredskin.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
"value": 30
},
"immunities": [
{
"exceptions": [
"slashing"
],
"type": "critical-hits"
},
{
"type": "death-effects"
},
Expand Down
3 changes: 3 additions & 0 deletions packs/book-of-the-dead-bestiary/shredskin.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@
},
"immunities": [
{
"exceptions": [
"slashing"
],
"type": "critical-hits"
},
{
Expand Down

0 comments on commit 5c6b690

Please sign in to comment.