Added a monster character sheet and its corresponding alteration

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-05-05 23:42:14 +02:00
parent 728050ca07
commit 25eea01e80
2 changed files with 224 additions and 0 deletions

View 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"
}
]
}