Template and raw sheet for npc

This commit is contained in:
Vlyan
2020-12-13 16:28:25 +01:00
parent 903229c25b
commit ec2acf1648
14 changed files with 352 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
{
"Actor": {
"types": ["character"],
"types": ["character", "npc"],
"templates": {
"identity": {
"clan": "",
@@ -89,6 +89,35 @@
"templates": ["identity", "rings", "social", "skills", "conflict", "xp"],
"notes": "",
"feats": []
},
"npc": {
"templates": ["rings", "social", "conflict"],
"name": "",
"type": "minion",
"attitude": "",
"notes": "",
"conflict_rank": {
"martial": 0,
"social": 0
},
"rings_affinities": {
"strength": {
"ring": "fire",
"value": 2
},
"weakness": {
"ring": "water",
"value": -2
}
},
"skills": {
"artisan": 0,
"martial": 0,
"scholar": 0,
"social": 0,
"trade": 0
},
"feats": []
}
},
"Item": {