foundry-vtt-system-midgard5/template.json

117 lines
2.1 KiB
JSON

{
"Actor":{
"types":[
"npc",
"character"
],
"templates":{
"characterDescription": {
"description": " "
},
"characterBars":{
"lp":{
"value":15,
"min":0,
"max":15
},
"ap":{
"value":20,
"min":0,
"max":20
}
},
"characterHeader": {
"es":0,
"ep":0,
"gg":0,
"sg":0,
"gp":2
},
"attributes":{
"st": {
"value": 50,
"bonus": 0
},
"ge": {
"value": 50,
"bonus": 0
},
"gw": {
"value": 50,
"bonus": 0
},
"ko": {
"value": 50,
"bonus": 0
},
"in": {
"value": 50,
"bonus": 0
},
"zt": {
"value": 50,
"bonus": 0
},
"au": {
"value": 50,
"bonus": 0
},
"pa": {
"value": 50,
"bonus": 0
},
"wk": {
"value": 50,
"bonus": 0
}
}
},
"character":{
"templates": [
"characterBars",
"attributes",
"characterDescription",
"characterHeader"
]
},
"npc":{
"templates": [
"characterBars",
"attributes",
"characterDescription"
]
},
"vehicle":{
"templates": [
"characterBars",
"attributes"
]
}
},
"Item":{
"types":[
"item"
],
"templates":{
"itemDescription": {
"description": " "
}
},
"item":{
"templates":[
"itemDescription"
],
"quantity":1,
"value":0,
"magic":false,
"onbody":false,
"attributes":{
},
"groups":{
}
}
}
}