foundryacks/src/template.json

232 lines
4.2 KiB
JSON

{
"Actor": {
"types": ["character", "monster"],
"templates": {
"common": {
"retainer": {
"enabled": false,
"loyalty": 0,
"wage": ""
},
"hp": {
"hd": "1d8",
"value": 4,
"max": 4
},
"ac": {
"value": 0,
"mod": 0
},
"aac": {
"value": 0,
"mod": 0
},
"damage": {
"mod": {
"missile": 0,
"melee": 0
}
},
"thac0": {
"value": 19,
"bba": 0,
"throw": 10,
"mod": {
"missile": 0,
"melee": 0
}
},
"saves": {
"death": {
"value": 0
},
"wand": {
"value": 0
},
"paralysis": {
"value": 0
},
"breath": {
"value": 0
},
"spell": {
"value": 0
}
},
"movement": {
"base": 120
},
"initiative": {
"value": 0,
"mod": 0
}
},
"spellcaster": {
"spells": {
"enabled": false,
"1": {
"max": 0
},
"2": {
"max": 0
},
"3": {
"max": 0
},
"4": {
"max": 0
},
"5": {
"max": 0
},
"6": {
"max": 0
}
}
}
},
"character": {
"templates": ["common", "spellcaster"],
"config": {
"movementAuto": true
},
"details": {
"biography": "",
"notes": "",
"class": "",
"title": "",
"alignment": "",
"level": 1,
"xp": {
"share": 100,
"next": 2000,
"value": 0,
"bonus": 0
}
},
"exploration": {
"ld": 18,
"od": 18,
"sd": 18,
"ft": 18
},
"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": 20000
},
"languages": {
"value": []
}
},
"monster": {
"templates": ["common", "spellcaster"],
"details": {
"biography": "",
"alignment": "Neutral",
"xp": 0,
"treasure": {
"table": "",
"type": ""
},
"appearing": {
"d": 0,
"w": 0
},
"morale": 0
},
"attacks": ""
}
},
"Item": {
"types": ["item", "weapon", "armor", "spell", "ability"],
"item": {
"description": "",
"quantity": {
"value": 1,
"max": 0
},
"treasure": false,
"cost": 0,
"weight": 166.6
},
"weapon": {
"range": {
"short": 0,
"medium": 0,
"long": 0
},
"save": "",
"pattern": "transparent",
"description": "",
"damage": "1d6",
"bonus": 0,
"tags": [],
"slow": false,
"missile": false,
"melee": true,
"cost": 0,
"equipped": false,
"weight": 166.6,
"counter": {
"value": 0,
"max": 0
}
},
"armor": {
"description": "",
"ac": 9,
"aac": 0,
"type": "light",
"cost": 0,
"equipped": false,
"weight": 2000
},
"spell": {
"lvl": 1,
"class": "Magic-User",
"duration": "",
"range": "",
"roll": "",
"description": "",
"memorized": 0,
"cast": 0,
"save": ""
},
"ability": {
"pattern": "white",
"requirements": "",
"roll": "",
"rollType": "result",
"rollTarget": 0,
"blindroll": false,
"description": "",
"save": ""
}
}
}