Add Enemy sheet
This commit is contained in:
18
lang/en.json
18
lang/en.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user