Added the NPC Actor

This commit is contained in:
WBHarry 2026-05-30 19:20:15 +02:00
parent 2bc1c04c93
commit f24d37e935
21 changed files with 461 additions and 1 deletions

View file

@ -23,6 +23,7 @@
"companion": "Companion",
"adversary": "Adversary",
"environment": "Environment",
"npc": "NPC",
"party": "Party"
}
},
@ -333,6 +334,13 @@
},
"newAdversary": "New Adversary"
},
"NPC": {
"FIELDS": {
"difficulty": { "label": "Difficulty" },
"motive": { "label": "Motive" },
"description": { "label": "Description" }
}
},
"Party": {
"Subtitle": {
"character": "{community} {ancestry} | {subclass} {class}",