Initial commit
This commit is contained in:
139
template.json
Normal file
139
template.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc"],
|
||||
"templates": {
|
||||
"biodata": {
|
||||
"biodata": {
|
||||
"age": 0,
|
||||
"size": "",
|
||||
"weight": "",
|
||||
"hair": "",
|
||||
"sex": "",
|
||||
"eyes": "",
|
||||
"background": "",
|
||||
"description": "",
|
||||
"notes": "",
|
||||
"gmnotes": ""
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
"subactors": [],
|
||||
"abilities": {
|
||||
"str":{
|
||||
"label": "Strength",
|
||||
"abbrev": "str",
|
||||
"value": 1
|
||||
},
|
||||
"agi":{
|
||||
"label": "Agility",
|
||||
"abbrev": "agi",
|
||||
"value": 1
|
||||
},
|
||||
"dex":{
|
||||
"label": "Dexterity",
|
||||
"abbrev": "dex",
|
||||
"value": 1
|
||||
},
|
||||
"con":{
|
||||
"label": "Constitution",
|
||||
"abbrev": "con",
|
||||
"value": 1
|
||||
},
|
||||
"int":{
|
||||
"label": "Intelligence",
|
||||
"abbrev": "int",
|
||||
"value": 1
|
||||
},
|
||||
"wit":{
|
||||
"label": "Wits",
|
||||
"abbrev": "wit",
|
||||
"value": 1
|
||||
},
|
||||
"cha":{
|
||||
"label": "Charisma",
|
||||
"abbrev": "cha",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"secondary": {
|
||||
"hp": {
|
||||
"label": "Hitpoint",
|
||||
"abbrev": "hb",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
},
|
||||
"effort": {
|
||||
"label": "Effort",
|
||||
"abbrev": "eff",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"npccore": {
|
||||
"npctype": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"templates": [ "biodata", "core" ]
|
||||
},
|
||||
"npc": {
|
||||
"templates": [ "npccore" ]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" ],
|
||||
"race": {
|
||||
"description": ""
|
||||
},
|
||||
"skill": {
|
||||
"ability": "",
|
||||
"level": 0,
|
||||
"background": 0,
|
||||
"basic": 0,
|
||||
"class": 0,
|
||||
"exp": 0,
|
||||
"armor": "",
|
||||
"description": ""
|
||||
},
|
||||
"armor": {
|
||||
"type": "",
|
||||
"absorprionroll": "",
|
||||
"minstr": 0,
|
||||
"skillpenalty": 0,
|
||||
"equipped": false,
|
||||
"cost": 0,
|
||||
"description":""
|
||||
},
|
||||
"equipment": {
|
||||
"type": "",
|
||||
"cost": 0,
|
||||
"weight": 0,
|
||||
"quantity": 0,
|
||||
"equipped": false,
|
||||
"iscontainer": false,
|
||||
"containercapacity": 0,
|
||||
"containerid": "",
|
||||
"threatlevel": 0
|
||||
},
|
||||
"money" : {
|
||||
"value": 0,
|
||||
"quantity": 0,
|
||||
"weight": 0,
|
||||
"description": ""
|
||||
},
|
||||
"weapon": {
|
||||
"ability": "",
|
||||
"qualities": [],
|
||||
"flaws": [],
|
||||
"damage": "",
|
||||
"cost": 0,
|
||||
"weight": 0,
|
||||
"range": "",
|
||||
"maxrange": "",
|
||||
"equipped": false,
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user