Added a monster character sheet and its corresponding alteration
This commit is contained in:
parent
728050ca07
commit
25eea01e80
2 changed files with 224 additions and 0 deletions
17
alterations/ARMOR_THICK_SCALES.json
Normal file
17
alterations/ARMOR_THICK_SCALES.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
|
||||
"id": "ARMOR_THICK_SCALES",
|
||||
"metadata": {
|
||||
"name": "Écailles épaisses",
|
||||
"description": "Monstrueuses et solides écailles"
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"fieldId": "ARMOR",
|
||||
"expression": "2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue