Add Enemy sheet

This commit is contained in:
2025-05-25 17:41:32 +02:00
parent ff180ddd2e
commit 973daae15a
46 changed files with 1014 additions and 1828 deletions

View File

@@ -19,6 +19,19 @@
}
}
},
"Enemy": {
"FIELDS": {
"description": {
"label": "Description"
},
"notes": {
"label": "Notes"
},
"flavorText": {
"label": "Flavor Text"
}
}
},
"Character": {
"FIELDS": {
"mortality": {
@@ -641,8 +654,7 @@
"TYPES": {
"Actor": {
"character": "Character",
"creature": "Creature",
"vehicle": "Vehicle"
"enemy": "Enemy"
},
"Item": {
"armor": "Armor",
@@ -651,7 +663,7 @@
"malefica": "Malefica",
"perk": "Perk",
"ritual": "Ritual",
"species-trait": "Species Trait",
"species-trait": "Trait",
"tarot": "Tarot",
"weapon": "Weapon"
}