fvtt-pegasus-rpg/template.json
2021-12-05 20:36:34 +01:00

231 lines
4.8 KiB
JSON

{
"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": "Social",
"abbrev": "SOC",
"level": 1,
"mod": 0
},
"str":{
"label": "Strength",
"abbrev": "STR",
"level": 1,
"mod": 0
},
"phy":{
"label": "Physique",
"abbrev": "PHY",
"level": 1,
"mod": 0
},
"com":{
"label": "Combat",
"abbrev": "COM",
"level": 1,
"mod": 0
},
"def":{
"label": "Defence",
"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,
"type": "value",
"max": 0
},
"delirium": {
"label": "Delirium",
"value": 0,
"type": "value",
"max": 0
},
"nrg": {
"label": "NRG",
"value": 0,
"type": "value",
"max": 0
},
"mr": {
"label": "MR",
"type": "dice",
"value": 0
}
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"character": {
"templates": [ "biodata", "core" ]
},
"npc": {
"templates": [ "npccore" ]
}
},
"Item": {
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon"],
"race": {
"description": "",
"environment": "",
"society_culture": "",
"outlook": "",
"abilities": "",
"statistics": ""
},
"role": {
"description": "",
"abilities": "",
"statistics": ""
},
"ability": {
"affectedstat": "",
"statmodifier": 0,
"statlevelincrease": 0,
"bonusdice": 0,
"otherdice": 0,
"statusaffected": "",
"statusmodifier": 0,
"powergained": 0,
"specgained": "",
"aoe": "",
"description": ""
},
"specialisation": {
"statistic": "",
"level": 1,
"description": ""
},
"perk": {
"level": 1,
"active": false,
"roundcount": 0,
"nbuse": "",
"gainstatdice": "",
"gainbonusdice": 0,
"gainotherdice": 0,
"specialisation": "",
"range": "",
"aoe": "",
"nbtargets": 0,
"nrgcost": 0,
"effectscaused": "",
"stataffected": "",
"targetresists": "",
"description": "",
"upgrades": "",
"rules": ""
},
"power": {
"rollneeded": false,
"statistic": "",
"cost": 0,
"costtype": "",
"range": "",
"action": "",
"type": "",
"effects": "",
"purchasedeffects": ""
},
"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": "",
"range": "",
"equipped": false,
"description": ""
}
}
}