Skip to content

Commit

Permalink
feat(template): damageType has been moved and the damage subkeys …
Browse files Browse the repository at this point in the history
…have been restored
  • Loading branch information
SouOWendel committed Jan 16, 2024
1 parent 3a19d0f commit 1e993c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template.json
Expand Up @@ -332,7 +332,6 @@
"subRangeType": ""
},
"ammunitionType": "",
"damageType": "",
"gripType": ""
},
"critical": "",
Expand All @@ -345,6 +344,10 @@
"bonus": ""
},
"damage": {
"formula": "1d4",
"attr": "",
"bonus": "",
"type": "",
"parts": []
},
"extraFormula": "1d4"
Expand Down

0 comments on commit 1e993c2

Please sign in to comment.