2021-07-08 10:12:12 +02:00
|
|
|
{
|
|
|
|
"Actor": {
|
|
|
|
"types": ["character"],
|
|
|
|
"templates": {
|
|
|
|
"base": {
|
|
|
|
"details" : {
|
|
|
|
"biography": "",
|
|
|
|
"notes": "",
|
|
|
|
"languages": [],
|
|
|
|
"xp": {
|
|
|
|
"key" : "xp",
|
|
|
|
"label" : "BOL.traits.xp",
|
|
|
|
"total": 0,
|
|
|
|
"spent": 0
|
|
|
|
},
|
|
|
|
"prot": {
|
|
|
|
"key" : "prot",
|
|
|
|
"label" : "BOL.aptitudes.prot",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"creation": {
|
|
|
|
"key" : "creation",
|
|
|
|
"label" : "BOL.resources.creation",
|
|
|
|
"value": 0,
|
|
|
|
"max": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"vigor": {
|
|
|
|
"key" : "vigor",
|
|
|
|
"label" : "BOL.attributes.vigor",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"min": -1,
|
|
|
|
"max": 5,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"agility": {
|
|
|
|
"key" : "agility",
|
|
|
|
"label" : "BOL.attributes.agility",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"min": -1,
|
|
|
|
"max": 5,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"mind": {
|
|
|
|
"key" : "mind",
|
|
|
|
"label" : "BOL.attributes.mind",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"min": -1,
|
|
|
|
"max": 5,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"appeal": {
|
|
|
|
"key" : "appeal",
|
|
|
|
"label" : "BOL.attributes.appeal",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"aptitudes": {
|
|
|
|
"init": {
|
|
|
|
"key" : "init",
|
|
|
|
"label" : "BOL.aptitudes.init",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"melee": {
|
|
|
|
"key" : "melee",
|
|
|
|
"label" : "BOL.aptitudes.melee",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"ranged": {
|
|
|
|
"key" : "ranged",
|
|
|
|
"label" : "BOL.aptitudes.ranged",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
},
|
|
|
|
"def": {
|
|
|
|
"key" : "def",
|
|
|
|
"label" : "BOL.aptitudes.def",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"resources": {
|
|
|
|
"hp": {
|
|
|
|
"key" : "hp",
|
|
|
|
"label" : "BOL.resources.hp",
|
|
|
|
"base": 0,
|
|
|
|
"value": 0,
|
|
|
|
"bonus": 0,
|
|
|
|
"max": 0
|
|
|
|
},
|
|
|
|
"hero": {
|
|
|
|
"key" : "hero",
|
|
|
|
"label" : "BOL.resources.hero",
|
|
|
|
"value": 5,
|
|
|
|
"max": 5
|
|
|
|
},
|
|
|
|
"faith": {
|
|
|
|
"key" : "faith",
|
|
|
|
"label" : "BOL.resources.faith",
|
|
|
|
"value": 0,
|
|
|
|
"max": 0
|
|
|
|
},
|
|
|
|
"power": {
|
|
|
|
"key" : "power",
|
|
|
|
"label" : "BOL.resources.power",
|
|
|
|
"value": 0,
|
|
|
|
"max": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"character": {
|
|
|
|
"templates": ["base"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Item": {
|
2021-11-01 22:23:43 +01:00
|
|
|
"types": ["item", "feature", "weapon", "armor"],
|
2021-07-08 10:12:12 +02:00
|
|
|
"templates": {
|
|
|
|
"base": {
|
|
|
|
"subtype" : "default",
|
|
|
|
"description": "",
|
2021-11-01 00:28:42 +01:00
|
|
|
"properties" : {
|
|
|
|
"d6B": false,
|
|
|
|
"d6M": false
|
|
|
|
}
|
2021-07-08 10:12:12 +02:00
|
|
|
},
|
|
|
|
"equipment" : {
|
|
|
|
"quantity": 1,
|
|
|
|
"weight": 0,
|
|
|
|
"properties" : {
|
|
|
|
"ranged": false,
|
|
|
|
"melee": false,
|
|
|
|
"spell" : false,
|
|
|
|
"protection" : false,
|
|
|
|
"weapon" : false,
|
|
|
|
"armor" : false,
|
|
|
|
"helm" : false,
|
|
|
|
"shield" : false,
|
|
|
|
|
|
|
|
"equipable": false,
|
|
|
|
"consumable" : false,
|
|
|
|
"magical" : false,
|
|
|
|
|
|
|
|
"2H" : false,
|
|
|
|
"reloadable" : false,
|
|
|
|
"bow" : false,
|
|
|
|
"crossbow" : false,
|
2021-11-01 00:28:42 +01:00
|
|
|
"throwing" : false
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"item": {
|
|
|
|
"templates": ["base", "equipment"],
|
|
|
|
"quantity": 1,
|
|
|
|
"weight": 0
|
|
|
|
},
|
2021-11-01 22:23:43 +01:00
|
|
|
"weapon": {
|
|
|
|
"type": "",
|
|
|
|
"quantity": 1,
|
|
|
|
"weight": 0,
|
|
|
|
"damage": "",
|
|
|
|
"range": "",
|
|
|
|
"thrown": false,
|
|
|
|
"twohands": false,
|
|
|
|
"reload": false,
|
|
|
|
"reloadduration": 0,
|
|
|
|
"canbehidden": false,
|
|
|
|
"ignoreshield": false,
|
|
|
|
"improvised": false,
|
|
|
|
"equipped": false,
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"armor": {
|
|
|
|
"type": "",
|
|
|
|
"protectionroll": "",
|
|
|
|
"protectionfixed": 0,
|
|
|
|
"socialmalus": false,
|
|
|
|
"agilitymalus": 0,
|
|
|
|
"initmalus": 0,
|
|
|
|
"powercost": 0,
|
|
|
|
"equipped": false,
|
|
|
|
"description": ""
|
|
|
|
},
|
2021-07-08 10:12:12 +02:00
|
|
|
"feature": {
|
2021-11-01 00:28:42 +01:00
|
|
|
"rank": 0,
|
2021-07-08 10:12:12 +02:00
|
|
|
"templates": ["base"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|