foundryacks/src/template.json

203 lines
3.7 KiB
JSON

{
"Actor": {
"types": ["character", "monster"],
"templates": {
"common": {
"retainer": {
"enabled": false,
"loyalty": 0
},
"hp": {
"hd": "",
"value": 20,
"max": 20
},
"ac": {
"value": 0,
"mod": 0
},
"aac": {
"value": 0,
"mod": 0
},
"thac0": {
"value": 19,
"bba": 0,
"mod": {
"missile": 0,
"melee": 0
}
},
"saves": {
"death": {
"value": 10
},
"wand": {
"value": 10
},
"paralysis": {
"value": 10
},
"breath": {
"value": 10
},
"spell": {
"value": 10
}
},
"movement": {
"base": 120
},
"initiative": {
"value": 0,
"mod": 0
}
},
"spellcaster": {
"spells": {
"enabled": false,
"1": {
"value": 0,
"max": 0
},
"2": {
"value": 0,
"max": 0
},
"3": {
"value": 0,
"max": 0
},
"4": {
"value": 0,
"max": 0
},
"5": {
"value": 0,
"max": 0
},
"6": {
"value": 0,
"max": 0
}
}
}
},
"character": {
"templates": ["common", "spellcaster"],
"details": {
"biography": "",
"class": "",
"title": "",
"alignment": "",
"literate": false,
"level": 1,
"xp": {
"next": 0,
"value": 0,
"bonus": 0
}
},
"exploration": {
"ld": 1,
"od": 2,
"sd": 1,
"ft": 1
},
"scores": {
"str": {
"value": 0,
"bonus": 0
},
"int": {
"value": 0,
"bonus": 0
},
"wis": {
"value": 0,
"bonus": 0
},
"dex": {
"value": 0,
"bonus": 0
},
"con": {
"value": 0,
"bonus": 0
},
"cha": {
"value": 0,
"bonus": 0
}
},
"encumbrance": {
"max": 1600
},
"languages": []
},
"monster": {
"templates": ["common", "spellcaster"],
"details": {
"biography": "",
"alignment": "",
"xp": 0,
"treasure": {
"table": "",
"type": ""
},
"appearing": "",
"morale": 0
},
"attacks": ""
}
},
"Item": {
"types": ["item", "weapon", "armor", "spell", "ability"],
"item": {
"description": "",
"quantity": {
"value": 1,
"max": 0
},
"treasure": false,
"cost": 0,
"weight": 80
},
"weapon": {
"description": "",
"damage": "1d6",
"qualities": "",
"slow": false,
"missile": true,
"melee": true,
"cost": 0,
"equipped": false,
"weight": 0
},
"armor": {
"description": "",
"ac": 9,
"aac": 10,
"cost": 0,
"equipped": false,
"weight": 0
},
"spell": {
"lvl": 1,
"class": "Magic-User",
"duration": "",
"range": "",
"roll": "",
"description": "",
"memorized": false,
"cast": false,
"save": ""
},
"ability": {
"requirements": "",
"roll": "",
"description": ""
}
}
}