fvtt-pegasus-rpg/template.json

446 lines
10 KiB
JSON
Raw Normal View History

2021-12-02 07:38:59 +01:00
{
"Actor": {
"types": ["character", "npc"],
"templates": {
"biodata": {
"biodata": {
"name": "",
"age": 0,
"size": "",
"weight": "",
"hair": "",
"sex": "",
"eyes": "",
"description": "",
"worstfear": "",
"desires": "",
"preferredhand": "",
"catchphrase": "",
2022-01-10 08:00:27 +01:00
"catchphraseused": false,
"catchphrasetrigger": "",
"charactervalue": 0,
2021-12-02 07:38:59 +01:00
"level": 0,
"cdp": 0,
2022-01-10 08:00:27 +01:00
"cdpused": 0,
2021-12-02 07:38:59 +01:00
"notes": "",
2022-01-06 18:22:05 +01:00
"gmnotes": "",
2022-01-07 20:40:40 +01:00
"racename": "",
"rolename": ""
2021-12-02 07:38:59 +01:00
}
},
"core": {
2022-01-06 18:22:05 +01:00
"race": [],
"abilities": [],
2021-12-02 07:38:59 +01:00
"subactors": [],
"statistics": {
"agi":{
"label": "Agility",
2021-12-05 20:36:34 +01:00
"abbrev": "AGI",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"mnd":{
"label": "Mind",
2021-12-05 20:36:34 +01:00
"abbrev": "MND",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"soc":{
2021-12-03 18:31:43 +01:00
"label": "Social",
2021-12-05 20:36:34 +01:00
"abbrev": "SOC",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"str":{
"label": "Strength",
2021-12-05 20:36:34 +01:00
"abbrev": "STR",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"phy":{
2021-12-03 18:31:43 +01:00
"label": "Physique",
2021-12-05 20:36:34 +01:00
"abbrev": "PHY",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"com":{
2021-12-03 18:31:43 +01:00
"label": "Combat",
2021-12-05 20:36:34 +01:00
"abbrev": "COM",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"def":{
2021-12-03 18:31:43 +01:00
"label": "Defence",
2021-12-05 20:36:34 +01:00
"abbrev": "DEF",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"stl":{
"label": "Stealth",
2021-12-05 20:36:34 +01:00
"abbrev": "STL",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"per":{
"label": "Perception",
2021-12-05 20:36:34 +01:00
"abbrev": "PER",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
"foc":{
"label": "Focus",
2021-12-05 20:36:34 +01:00
"abbrev": "FOC",
2021-12-02 07:38:59 +01:00
"level": 1,
2022-01-06 18:22:05 +01:00
"value": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
}
},
2022-01-11 23:35:23 +01:00
"nrg": {
"label": "NRG",
"type": "value",
"value": 0,
"max": 0,
"activated": 0
},
"mr": {
"label": "MR (Initiative)",
"type": "dice",
"value": 0,
"mod": 0
},
"momentum": {
"label": "Momentum",
"type": "value",
"value": 0,
"max": 0
},
2021-12-02 07:38:59 +01:00
"secondary": {
"health": {
"label": "Health",
"value": 0,
2021-12-03 18:31:43 +01:00
"type": "value",
2022-01-10 08:00:27 +01:00
"ismax": true,
2021-12-02 07:38:59 +01:00
"max": 0
},
"delirium": {
"label": "Delirium",
"value": 0,
2021-12-03 18:31:43 +01:00
"type": "value",
2022-01-10 08:00:27 +01:00
"ismax": true,
2021-12-02 07:38:59 +01:00
"max": 0
},
2022-01-10 08:00:27 +01:00
"stealthhealth": {
"label": "Stealth Health",
"type": "value",
"value": 0,
"ismax": true,
"max": 0
},
"socialhealth": {
"label": "Social Health",
"type": "value",
"value": 0,
"ismax": true,
"max": 0
}
},
"combat": {
"bonusdice": 0,
"otherdice": 0,
"hindrancedice": 0,
2022-01-11 23:35:23 +01:00
"stunlevel": 0,
"stunthreshold": 0
2021-12-02 07:38:59 +01:00
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"character": {
"templates": [ "biodata", "core" ]
},
"npc": {
"templates": [ "npccore" ]
}
},
"Item": {
2022-01-12 16:25:55 +01:00
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon", "effect"],
"effect": {
"type": "",
"genre": "",
"effectlevel": 0,
2022-01-12 19:57:36 +01:00
"reducedicevalue": false,
2022-01-12 16:25:55 +01:00
"stataffected": "",
2022-01-12 17:21:37 +01:00
"specaffected": [],
2022-01-12 16:25:55 +01:00
"statdice": false,
"bonusdice": false,
"otherdice": false,
"hindrance" : false,
"resistedby": "",
"recoveryroll": false,
2022-01-12 19:57:36 +01:00
"recoveryrollstat": "",
2022-01-12 16:25:55 +01:00
"recoveryrollspec": [],
"description": ""
},
2021-12-02 07:38:59 +01:00
"race": {
"description": "",
"environment": "",
"society_culture": "",
"outlook": "",
2022-01-07 20:40:40 +01:00
"selectablestats": false,
"statsonlyonce": false,
"numberstats": 0,
2021-12-08 13:53:22 +01:00
"abilities": [],
2022-01-07 20:40:40 +01:00
"optionnalabilities": [],
"nboptionnal": 0,
2022-01-08 18:28:01 +01:00
"perksgained": false,
"perksall": false,
"perksnumber": 0,
"perks": [],
2021-12-02 07:38:59 +01:00
"statistics": ""
},
"role": {
2021-12-08 13:53:22 +01:00
"statincrease1": "",
"statincrease2": "",
2021-12-09 18:40:50 +01:00
"messagespecplus1": "",
2021-12-08 13:53:22 +01:00
"specialisationsplus1": [],
"powers1": [],
2022-01-06 18:22:05 +01:00
"MR": 0,
2021-12-08 13:53:22 +01:00
"specialperk": [],
"specincrease": [],
"perks": [],
"description": ""
2021-12-02 07:38:59 +01:00
},
"ability": {
2021-12-05 20:36:34 +01:00
"affectedstat": "",
"statmodifier": 0,
"statlevelincrease": 0,
"bonusdice": 0,
"otherdice": 0,
"statusaffected": "",
"statusmodifier": 0,
2021-12-16 21:41:09 +01:00
"powersgained": [],
"specialisations": [],
2021-12-05 20:36:34 +01:00
"aoe": "",
2022-01-08 18:28:01 +01:00
"affectedcircumstances": "",
"affectedspecialisations": "",
"nrgcost": 0,
"opponenthindrance": 0,
"attackgained": [],
"armorgained": [],
2021-12-02 07:38:59 +01:00
"description": ""
},
"specialisation": {
"statistic": "",
2021-12-02 20:18:21 +01:00
"level": 1,
2021-12-09 18:40:50 +01:00
"ispowergroup": false,
"powersource": "",
"powers": [],
2021-12-02 07:38:59 +01:00
"description": ""
},
"perk": {
2021-12-02 20:18:21 +01:00
"level": 1,
"active": false,
2021-12-19 15:35:54 +01:00
"duration": "",
"features": {
"nrgcost": {
"label": "NRG cost to use",
"flag": false,
"type": "number",
"value": 0
},
"range": {
"label": "Range",
"flag": false,
"type": "range",
"value": ""
},
"nbtargets": {
"label": "# Targets",
"flag": false,
"type": "string",
"value": ""
},
"gainstatdice": {
2021-12-21 23:13:52 +01:00
"label": "Gain Stat Dice Level to Pool",
2021-12-19 15:35:54 +01:00
"flag": false,
2021-12-21 23:13:52 +01:00
"type": "string",
2021-12-19 15:35:54 +01:00
"value": ""
},
"gainspecdice": {
2021-12-21 23:13:52 +01:00
"label": "Gain Specialisation Dice Level",
2021-12-19 15:35:54 +01:00
"flag": false,
2021-12-23 15:31:56 +01:00
"type": "dropspec",
2021-12-19 15:35:54 +01:00
"value": ""
},
"gainbonusdice": {
2021-12-21 23:13:52 +01:00
"label": "Gain Bonus Dice Level to Pool",
2021-12-19 15:35:54 +01:00
"flag": false,
"type": "string",
"value": ""
},
"gainotherdice": {
2021-12-21 23:13:52 +01:00
"label": "Gain Other Dice Level",
2021-12-19 15:35:54 +01:00
"flag": false,
2021-12-23 15:31:56 +01:00
"type": "string",
2021-12-19 15:35:54 +01:00
"value": ""
},
"targethindrance": {
2021-12-21 23:13:52 +01:00
"label": "Apply Hindrance Level to Target",
2021-12-19 15:35:54 +01:00
"flag": false,
"type": "string",
"value": ""
},
"sufferindrance": {
"label": "Perk User suffers Hindrance",
"flag": false,
"type": "string",
"value": ""
},
"affectedstat": {
"label": "Affected Stat",
"flag": false,
"type": "string",
"value": ""
},
"affectedspec": {
"label": "Affected Specialisation",
"flag": false,
2021-12-23 15:31:56 +01:00
"type": "dropspec",
2021-12-19 15:35:54 +01:00
"value": ""
},
"affectspecial": {
"label": "Affects Special",
"flag": false,
"type": "string",
"value": ""
},
"bonushealth": {
"label": "Bonus to Health",
"flag": false,
"type": "string",
"value": ""
},
"bonusnrg": {
"label": "Bonus to NRG",
"flag": false,
"type": "string",
"value": ""
},
"bonusdelirium": {
"label": "Bonus to Delirium",
"flag": false,
"type": "string",
"value": ""
},
"gainmomentum": {
"label": "Gain Momentum",
"flag": false,
"type": "string",
"value": ""
},
"applyeffect": {
"label": "Apply Effect",
"flag": false,
"type": "string",
"value": ""
},
"removeeffect": {
"label": "Remove Effect",
"flag": false,
"type": "string",
"value": ""
},
"specialrule": {
"label": "Special Rule",
"flag": false,
"type": "text",
"value": ""
},
"upgrade1": {
"label": "Upgrade 1",
"flag": false,
"type": "string",
"value": ""
},
"upgrade2": {
"label": "Upgrade 2",
"flag": false,
"type": "string",
"value": ""
}
},
2021-12-02 20:18:21 +01:00
"roundcount": 0,
2021-12-19 15:35:54 +01:00
"nbuse": ""
2021-12-02 07:38:59 +01:00
},
"power": {
"rollneeded": false,
"statistic": "",
"cost": 0,
"costtype": "",
"range": "",
"action": "",
"type": "",
2021-12-20 11:54:19 +01:00
"powersource": "",
2021-12-03 18:31:43 +01:00
"effects": "",
2022-01-06 18:22:05 +01:00
"purchasedeffects": "",
"description": ""
2021-12-02 07:38:59 +01:00
},
"armor": {
"statistic": "",
"resistance": "",
"weight": 0,
"cost": 0,
"idr": "",
"equipped": false,
2022-01-13 16:13:00 +01:00
"locationprotected": "",
2021-12-02 07:38:59 +01:00
"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": "",
2021-12-05 20:36:34 +01:00
"range": "",
2022-01-13 16:13:00 +01:00
"maxrange": "",
"ao": "",
"damagetype": "",
"damagetypelevel": 0,
"vehicledamagetype": "",
"vehicledamagetypelevel": 0,
"ammocurrent": 0,
"ammomax": 0,
2021-12-02 07:38:59 +01:00
"equipped": false,
"description": ""
}
}
}