Initial import
This commit is contained in:
199
template.json
Normal file
199
template.json
Normal file
@@ -0,0 +1,199 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc"],
|
||||
"templates": {
|
||||
"biodata": {
|
||||
"biodata": {
|
||||
"name": "",
|
||||
"age": 0,
|
||||
"size": "",
|
||||
"weight": "",
|
||||
"hair": "",
|
||||
"sex": "",
|
||||
"eyes": "",
|
||||
"description": "",
|
||||
"worstfear": "",
|
||||
"desires": "",
|
||||
"preferredhand": "",
|
||||
"catchphrase": "",
|
||||
"catchphrase_trigger": "",
|
||||
"character_value": 0,
|
||||
"level": 0,
|
||||
"cdp": 0,
|
||||
"notes": "",
|
||||
"gmnotes": ""
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
"subactors": [],
|
||||
"statistics": {
|
||||
"agi":{
|
||||
"label": "Agility",
|
||||
"abbrev": "agi",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"mnd":{
|
||||
"label": "Mind",
|
||||
"abbrev": "mnd",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"soc":{
|
||||
"label": "Sociability",
|
||||
"abbrev": "soc",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"str":{
|
||||
"label": "Strength",
|
||||
"abbrev": "str",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"phy":{
|
||||
"label": "Physical",
|
||||
"abbrev": "phy",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"com":{
|
||||
"label": "Communication",
|
||||
"abbrev": "com",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"def":{
|
||||
"label": "Defense",
|
||||
"abbrev": "def",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"stl":{
|
||||
"label": "Stealth",
|
||||
"abbrev": "stl",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"per":{
|
||||
"label": "Perception",
|
||||
"abbrev": "per",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"foc":{
|
||||
"label": "Focus",
|
||||
"abbrev": "foc",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
}
|
||||
},
|
||||
"secondary": {
|
||||
"health": {
|
||||
"label": "Health",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
},
|
||||
"delirium": {
|
||||
"label": "Delirium",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
},
|
||||
"nrg": {
|
||||
"label": "NRJ",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
},
|
||||
"mr": {
|
||||
"label": "MR",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"npccore": {
|
||||
"npctype": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"templates": [ "biodata", "core" ]
|
||||
},
|
||||
"npc": {
|
||||
"templates": [ "npccore" ]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "equipment", "weapon"],
|
||||
"race": {
|
||||
"description": "",
|
||||
"environment": "",
|
||||
"society_culture": "",
|
||||
"outlook": "",
|
||||
"abilities": "",
|
||||
"statistics": ""
|
||||
},
|
||||
"role": {
|
||||
"description": "",
|
||||
"abilities": "",
|
||||
"statistics": ""
|
||||
},
|
||||
"ability": {
|
||||
"description": ""
|
||||
},
|
||||
"specialisation": {
|
||||
"statistic": "",
|
||||
"level": 0,
|
||||
"description": ""
|
||||
},
|
||||
"perk": {
|
||||
"description": "",
|
||||
"upgrades": "",
|
||||
"rules": ""
|
||||
},
|
||||
"power": {
|
||||
"rollneeded": false,
|
||||
"statistic": "",
|
||||
"cost": 0,
|
||||
"costtype": "",
|
||||
"range": "",
|
||||
"action": "",
|
||||
"type": "",
|
||||
"effects": ""
|
||||
},
|
||||
"armor": {
|
||||
"statistic": "",
|
||||
"resistance": "",
|
||||
"weight": 0,
|
||||
"cost": 0,
|
||||
"idr": "",
|
||||
"equipped": false,
|
||||
"description":""
|
||||
},
|
||||
"shield": {
|
||||
"deftype": "",
|
||||
"level": "",
|
||||
"weight": 0,
|
||||
"cost": 0,
|
||||
"idr": "",
|
||||
"equipped": false,
|
||||
"description":""
|
||||
},
|
||||
"equipment": {
|
||||
"type": "",
|
||||
"cost": 0,
|
||||
"weight": 0,
|
||||
"idr": "",
|
||||
"equipped": false,
|
||||
"description":""
|
||||
},
|
||||
"weapon": {
|
||||
"statistic": "",
|
||||
"damage": "",
|
||||
"cost": 0,
|
||||
"weight": 0,
|
||||
"idr": "",
|
||||
"equipped": false,
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user