Skip to content

Commit

Permalink
Fix Clockwork Belimarius (#14187)
Browse files Browse the repository at this point in the history
Had some stats wrongly inherited from the clockwork mage
  • Loading branch information
Drental committed Mar 12, 2024
1 parent 898bd16 commit d0fb53e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packs/rusthenge-bestiary/clockwork-belimarius.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
"value": ""
},
"mod": {
"value": 17
"value": 12
},
"proficient": {
"value": 0
Expand All @@ -1012,10 +1012,10 @@
"mod": -5
},
"con": {
"mod": 4
"mod": 3
},
"dex": {
"mod": 6
"mod": 4
},
"int": {
"mod": -5
Expand All @@ -1030,22 +1030,24 @@
"attributes": {
"ac": {
"details": "",
"value": 27
"value": 20
},
"allSaves": {
"value": ""
},
"hp": {
"details": "",
"max": 115,
"max": 45,
"temp": 0,
"value": 115
"value": 45
},
"immunities": [],
"resistances": [
{
"doubleVs": [],
"exceptions": [
"adamantine",
"bludgeoning",
"orichalcum"
],
"type": "physical",
Expand Down Expand Up @@ -1119,7 +1121,7 @@
}
},
"traits": {
"rarity": "uncommon",
"rarity": "unique",
"size": {
"value": "med"
},
Expand Down

0 comments on commit d0fb53e

Please sign in to comment.