foundry-vtt-system-midgard5/template.json

108 lines
1.9 KiB
JSON

{
"Actor":{
"types":[
"npc",
"character"
],
"templates":{
"characterDescription": {
"description": " "
},
"characterBars":{
"lp":{
"value":15,
"min":0,
"max":15
},
"ap":{
"value":20,
"min":0,
"max":20
}
},
"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"
]
},
"npc":{
"templates": [
"characterBars",
"attributes",
"characterDescription"
]
},
"vehicle":{
"templates": [
"characterBars",
"attributes"
]
}
},
"Item":{
"types":[
"item"
],
"templates":{
"itemDescription": {
"description": " "
}
},
"item":{
"templates":[
"itemDescription"
],
"quantity":1,
"weight":0,
"magic":false,
"attributes":{
},
"groups":{
}
}
}
}