Template and raw sheet for npc
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user