fvtt-pegasus-rpg/template.json

771 lines
17 KiB
JSON
Raw Normal View History

2021-12-02 07:38:59 +01:00
{
"Actor": {
2022-08-03 18:52:24 +02:00
"types": [
"character",
2023-09-13 17:37:30 +02:00
"npc",
2022-08-03 18:52:24 +02:00
"vehicle"
],
2021-12-02 07:38:59 +01:00
"templates": {
"biodata": {
"biodata": {
"name": "",
"age": 0,
"size": "",
2022-09-16 17:36:58 +02:00
"sizenum": 0,
2022-09-28 16:43:28 +02:00
"sizebonus": 0,
2021-12-02 07:38:59 +01:00
"weight": "",
"hair": "",
"sex": "",
"eyes": "",
"description": "",
"worstfear": "",
2022-02-10 21:58:19 +01:00
"worstfearactive": false,
2021-12-02 07:38:59 +01:00
"desires": "",
2022-02-10 21:58:19 +01:00
"desiresactive": false,
2021-12-02 07:38:59 +01:00
"preferredhand": "",
"catchphrase": "",
2022-01-10 08:00:27 +01:00
"catchphraseused": false,
"catchphrasetrigger": "",
"charactervalue": 0,
2022-07-13 22:47:07 +02:00
"maxlevelremaining": 0,
"currentlevelremaining": 0,
2022-02-25 17:11:31 +01:00
"threatlevel": 0,
2021-12-02 07:38:59 +01:00
"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": "",
2022-07-10 10:22:04 +02:00
"rolename": "",
2022-07-21 22:52:17 +02:00
"morality": 5,
2022-08-03 18:52:24 +02:00
"bonusselection": "",
2022-10-05 10:24:42 +02:00
"noautobonus": false,
2022-07-10 10:22:04 +02:00
"moralitythreshold": 0
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": {
2022-08-03 18:52:24 +02:00
"agi": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"mod": 0,
"col": 1
2021-12-02 07:38:59 +01:00
},
2022-08-03 18:52:24 +02:00
"mnd": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"str": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 1,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 2,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 2,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"stl": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 2,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"per": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 2,
2021-12-02 07:38:59 +01:00
"mod": 0
},
2022-08-03 18:52:24 +02:00
"foc": {
2021-12-02 07:38:59 +01:00
"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,
"bonuseffect": 0,
2022-03-06 20:07:41 +01:00
"col": 2,
2021-12-02 07:38:59 +01:00
"mod": 0
}
},
2022-08-03 18:52:24 +02:00
"nrg": {
2022-01-11 23:35:23 +01:00
"label": "NRG",
"type": "value",
2022-02-14 15:19:26 +01:00
"absolutemax": 0,
2022-01-11 23:35:23 +01:00
"value": 0,
"max": 0,
2022-01-17 15:09:52 +01:00
"mod": 0,
2022-01-11 23:35:23 +01:00
"activated": 0
},
2022-08-03 18:52:24 +02:00
"ppp": {
"label": "Power Purchase Points (PPP)",
"availablePPP": 0,
"spentPPP": 0
},
2022-01-11 23:35:23 +01:00
"mr": {
"label": "MR (Initiative)",
"type": "dice",
"value": 0,
2022-09-30 12:02:04 +02:00
"bonuseffect": 0,
2022-01-11 23:35:23 +01:00
"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,
2022-01-22 21:49:34 +01:00
"iscombat": true,
2023-09-15 07:33:44 +02:00
"status": "healthy",
2022-01-17 15:09:52 +01:00
"bonus": 0,
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,
2022-01-22 21:49:34 +01:00
"iscombat": true,
2023-09-11 20:34:33 +02:00
"status": "stable",
2022-01-17 15:09:52 +01:00
"bonus": 0,
2021-12-02 07:38:59 +01:00
"max": 0
},
2023-09-11 20:34:33 +02:00
"concealment": {
"label": "Concealment",
2022-01-10 08:00:27 +01:00
"type": "value",
"value": 0,
"ismax": true,
2023-09-11 20:34:33 +02:00
"status": "hidden",
2022-01-17 15:09:52 +01:00
"bonus": 0,
2022-01-10 08:00:27 +01:00
"max": 0
2022-08-03 18:52:24 +02:00
},
2023-09-11 20:34:33 +02:00
"confidence": {
"label": "Confidence",
2022-01-10 08:00:27 +01:00
"type": "value",
"value": 0,
"ismax": true,
2023-09-11 20:34:33 +02:00
"status": "confident",
2022-01-17 15:09:52 +01:00
"bonus": 0,
2022-01-10 08:00:27 +01:00
"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": ""
2022-08-03 18:52:24 +02:00
},
"vehicle": {
2022-09-21 16:54:34 +02:00
"crew": [],
2022-09-25 14:45:02 +02:00
"crewmax": 0,
"crewmin": 0,
2022-08-03 18:52:24 +02:00
"statistics": {
"fc": {
"label": "FC",
"abbrev": "fc",
"level": 0,
"bonuseffect": 0,
2022-09-05 08:57:02 +02:00
"currentlevel": 0,
"col": 1
2022-08-03 18:52:24 +02:00
},
"man": {
2022-09-05 08:57:02 +02:00
"label": "MAN",
"abbrev": "man",
2022-08-03 18:52:24 +02:00
"dicevalue": "",
"level": 0,
"bonuseffect": 0,
2022-09-05 08:57:02 +02:00
"currentlevel": 0,
2022-09-08 21:26:45 +02:00
"turningarc45": 0,
2022-09-05 08:57:02 +02:00
"col": 1
2022-08-03 18:52:24 +02:00
},
"hr": {
"label": "HR",
"abbrev": "hr",
"level": 0,
"bonuseffect": 0,
2022-08-03 18:52:24 +02:00
"currentlevel": 0,
2022-09-05 08:57:02 +02:00
"size": 0,
"col": 2
2022-08-03 18:52:24 +02:00
},
"pc": {
"label": "PC",
"abbrev": "pc",
"level": 0,
"bonuseffect": 0,
2022-08-03 18:52:24 +02:00
"currentlevel": 0,
2022-09-27 14:16:11 +02:00
"actnrg": 0,
2022-09-05 08:57:02 +02:00
"curnrg": 0,
2022-09-18 17:30:15 +02:00
"maxnrg": 0,
2022-09-05 08:57:02 +02:00
"col": 2
2022-08-03 18:52:24 +02:00
},
"mr": {
"label": "MR",
"abbrev": "mr",
"level": 0,
"bonuseffect": 0,
2022-09-05 08:57:02 +02:00
"currentlevel": 0,
"col": 3
2022-08-03 18:52:24 +02:00
},
"ad": {
"label": "A/D",
"abbrev": "ad",
"level": 0,
"bonuseffect": 0,
2022-08-03 18:52:24 +02:00
"currentlevel": 0,
"accmode": "",
2022-09-05 08:57:02 +02:00
"currentspeed": "",
"col": 3
2022-08-03 18:52:24 +02:00
}
},
"stun": {
"value": 0
},
"secondary": {
"traveldirection": "",
"moverange": "",
"is3Dcombat": false,
"elevation": 0,
"angle": ""
},
"modules": {
"activatedmoduleenergy": 0,
"vdp": 0,
"vehiculevalue": 0,
2022-09-16 17:36:58 +02:00
"totalvms": 0,
2022-08-03 18:52:24 +02:00
"vmsused": 0,
"totalcost": 0
},
"cargo": {
"cargocapacity": 0,
"totalcargocapacity": 0,
"cargoinformation": ""
},
"details": {
"crewcapacity": 0,
"totalcrew": 0,
"passengercapacity": 0,
"totalpassengers": 0,
"information": ""
},
"arcs": {
"frontarc": {
2022-09-05 08:57:02 +02:00
"label": "Fore Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
2022-09-26 17:35:44 +02:00
"is3D": false
2022-08-03 18:52:24 +02:00
},
"reararc": {
2022-09-05 08:57:02 +02:00
"label": "Rear Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
"is3D": false
2022-08-03 18:52:24 +02:00
},
"rightarc": {
2022-09-05 08:57:02 +02:00
"label": "Right Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
2022-09-26 17:35:44 +02:00
"is3D": false
2022-08-03 18:52:24 +02:00
},
"leftarc": {
2022-09-05 08:57:02 +02:00
"label": "Left Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
2022-09-26 17:35:44 +02:00
"is3D": false
2022-08-03 18:52:24 +02:00
},
"toparc": {
2022-09-05 08:57:02 +02:00
"label": "Top Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
2022-09-26 17:35:44 +02:00
"is3D": true
2022-08-03 18:52:24 +02:00
},
"bottomarc": {
2022-09-05 08:57:02 +02:00
"label": "Bottom Arc",
2022-08-03 18:52:24 +02:00
"topspeed": "",
"shieldlevel": 0,
2022-09-05 08:57:02 +02:00
"armourlevel": 0,
2022-10-06 18:48:45 +02:00
"maxshieldlevel": 0,
"maxarmourlevel": 0,
2022-09-26 17:35:44 +02:00
"is3D": true
2022-08-03 18:52:24 +02:00
}
}
2021-12-02 07:38:59 +01:00
}
},
"character": {
2022-08-03 18:52:24 +02:00
"templates": [
"biodata",
"core"
]
2021-12-02 07:38:59 +01:00
},
2023-09-13 17:37:30 +02:00
"npc": {
"templates": [
"biodata",
"core"
]
},
2022-08-03 18:52:24 +02:00
"vehicle": {
"templates": [
"vehicle"
]
}
2021-12-02 07:38:59 +01:00
},
"Item": {
2022-08-03 18:52:24 +02:00
"types": [
"race",
"role",
"ability",
"specialisation",
"perk",
"power",
"armor",
"shield",
"equipment",
"weapon",
"effect",
"money",
"virtue",
"vice",
"vehiclehull",
"powercoremodule",
"mobilitymodule",
"combatmodule",
2022-08-16 21:21:37 +02:00
"propulsionmodule",
2022-08-03 18:52:24 +02:00
"vehiclemodule",
2022-09-26 17:35:44 +02:00
"vehicleweaponmodule",
"cargo"
2022-08-03 18:52:24 +02:00
],
2022-01-12 16:25:55 +01:00
"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,
2022-07-10 10:22:04 +02:00
"weapondamage": false,
2022-08-03 18:52:24 +02:00
"hindrance": false,
2022-01-12 16:25:55 +01:00
"resistedby": "",
"recoveryroll": false,
2022-01-12 19:57:36 +01:00
"recoveryrollstat": "",
2022-01-12 16:25:55 +01:00
"recoveryrollspec": [],
2022-02-16 12:14:34 +01:00
"effectstatlevel": false,
"effectstat": "",
2022-09-28 16:43:28 +02:00
"affectsize": false,
2022-07-10 10:22:04 +02:00
"oneuse": false,
2022-08-14 15:27:54 +02:00
"ignorehealthpenalty": false,
"isthispossible": "",
"mentaldisruption": false,
"physicaldisruption": false,
"mentalimmunity": false,
"physicalimmunity": false,
"nobonusdice": false,
"noperksallowed": false,
2022-09-30 13:44:59 +02:00
"affectstatus": false,
"affectedstatus": "",
2023-09-16 10:16:59 +02:00
"extratics": "none",
2022-09-30 13:44:59 +02:00
"locked": false,
2022-10-06 12:38:31 +02:00
"droptext": "",
2022-01-12 16:25:55 +01:00
"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,
2022-11-28 13:58:04 +01:00
"size": 0,
2022-01-08 18:28:01 +01:00
"perks": [],
2022-09-26 20:57:55 +02:00
"perksrole": "",
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,
2022-03-16 11:12:14 +01:00
"specialability": [],
2021-12-08 13:53:22 +01:00
"specincrease": [],
"perks": [],
2022-09-26 20:57:55 +02:00
"perksrole": "",
2022-09-29 13:14:34 +02:00
"description": "",
2022-09-29 14:14:48 +02:00
"rolelevel": 1
2021-12-02 07:38:59 +01:00
},
"ability": {
2022-02-10 15:53:42 +01:00
"affectedstat": "str",
"statmodifier": 1,
2022-08-03 18:52:24 +02:00
"statlevelincrease": 0,
2021-12-05 20:36:34 +01:00
"statusaffected": "",
"statusmodifier": 0,
2021-12-16 21:41:09 +01:00
"powersgained": [],
"specialisations": [],
2022-02-10 15:53:42 +01:00
"effectsgained": [],
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": [],
2022-03-14 14:09:26 +01:00
"threatlevel": 0,
2021-12-02 07:38:59 +01:00
"description": ""
},
2022-07-13 22:47:07 +02:00
"virtue": {
2022-07-10 10:22:04 +02:00
"unavailablevice": [],
2022-07-13 22:47:07 +02:00
"effectsgained": [],
"threatlevel": 0,
2022-07-19 00:18:46 +02:00
"activated": false,
2022-07-13 22:47:07 +02:00
"description": ""
},
"vice": {
2022-07-10 10:22:04 +02:00
"unavailablevirtue": [],
"effectsgained": [],
"threatlevel": 0,
2022-07-19 00:18:46 +02:00
"activated": false,
2022-07-10 10:22:04 +02:00
"description": ""
},
2021-12-02 07:38:59 +01:00
"specialisation": {
"statistic": "",
2021-12-02 20:18:21 +01:00
"level": 1,
2021-12-09 18:40:50 +01:00
"ispowergroup": false,
"powersource": "",
2022-02-10 21:58:19 +01:00
"powersactivated": false,
2021-12-09 18:40:50 +01:00
"powers": [],
2022-03-12 16:35:32 +01:00
"isthreatlevel": false,
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": "",
2022-02-10 21:58:19 +01:00
"isweaver": false,
2022-02-10 19:03:09 +01:00
"effectsgained": [],
2022-07-10 10:22:04 +02:00
"category": "general",
"upgradable": false,
2022-08-14 15:27:54 +02:00
"activatedtext": "",
"deactivatedtext": "",
2021-12-19 15:35:54 +01:00
"features": {
"nrgcost": {
"label": "NRG cost to use",
"flag": false,
"type": "number",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": 0
},
"range": {
"label": "Range",
"flag": false,
"type": "range",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": ""
},
"nbtargets": {
"label": "# Targets",
"flag": false,
"type": "string",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": ""
},
"bonushealth": {
"label": "Bonus to Health",
"flag": false,
"type": "string",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": ""
},
"bonusnrg": {
"label": "Bonus to NRG",
"flag": false,
"type": "string",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": ""
},
"bonusdelirium": {
"label": "Bonus to Delirium",
"flag": false,
"type": "string",
2022-02-14 15:19:26 +01:00
"isvalid": true,
2021-12-19 15:35:54 +01:00
"value": ""
}
},
2022-02-10 19:03:09 +01:00
"status": "",
2022-02-13 21:58:19 +01:00
"nbuse": "",
2022-08-03 18:52:24 +02:00
"used1": false,
"used2": false,
"used3": false
},
2021-12-02 07:38:59 +01:00
"power": {
"rollneeded": false,
"statistic": "",
"cost": 0,
2022-02-13 21:58:19 +01:00
"costspent": 0,
2021-12-02 07:38:59 +01:00
"range": "",
"action": "",
"type": "",
2021-12-20 11:54:19 +01:00
"powersource": "",
2022-08-16 21:21:37 +02:00
"powerlevel": 0,
2021-12-03 18:31:43 +01:00
"effects": "",
2022-01-16 16:09:32 +01:00
"activated": false,
2022-01-06 18:22:05 +01:00
"purchasedeffects": "",
2022-02-10 21:58:19 +01:00
"effectsgained": [],
2022-08-28 18:51:52 +02:00
"purchasedtext": "",
"activatedtext": "",
"deactivatedtext": "",
"powerlevelcost": "",
2022-09-28 20:21:04 +02:00
"powerdamagetype": "",
2022-09-28 20:23:21 +02:00
"powerdamagetypelevel": 0,
2022-02-25 14:53:19 +01:00
"dmgroll": false,
"dmgstatistic": "",
2022-01-06 18:22:05 +01:00
"description": ""
2022-08-03 18:52:24 +02:00
},
2021-12-02 07:38:59 +01:00
"armor": {
"statistic": "",
"resistance": "",
2023-09-11 20:34:33 +02:00
"adrl": 0,
2021-12-02 07:38:59 +01:00
"weight": 0,
"cost": 0,
"idr": "",
"equipped": false,
2022-01-13 16:13:00 +01:00
"locationprotected": "",
2022-02-16 17:43:51 +01:00
"effects": [],
"activated": false,
2022-08-03 18:52:24 +02:00
"description": ""
2021-12-02 07:38:59 +01:00
},
"shield": {
"deftype": "",
"level": "",
"weight": 0,
"cost": 0,
"idr": "",
"equipped": false,
2022-02-16 17:43:51 +01:00
"effects": [],
"activated": false,
2022-08-03 18:52:24 +02:00
"description": ""
2021-12-02 07:38:59 +01:00
},
"equipment": {
"type": "",
"cost": 0,
"weight": 0,
"idr": "",
2022-01-17 15:09:52 +01:00
"quantity": 0,
2021-12-02 07:38:59 +01:00
"equipped": false,
2022-01-28 17:27:01 +01:00
"stataffected": "",
"level": 0,
"statdice": false,
"bonusdice": false,
"otherdice": false,
2022-02-16 17:43:51 +01:00
"effects": [],
"activated": false,
2022-03-06 20:07:41 +01:00
"iscontainer": false,
"containercapacity": 0,
"containerid": "",
2022-03-12 16:35:32 +01:00
"threatlevel": 0,
2022-08-03 18:52:24 +02:00
"description": ""
2021-12-02 07:38:59 +01:00
},
2022-08-03 18:52:24 +02:00
"money": {
2022-01-22 21:49:34 +01:00
"value": 0,
"quantity": 0,
"weight": 0,
2022-08-03 18:52:24 +02:00
"idr": "",
2022-01-22 21:49:34 +01:00
"description": ""
},
2021-12-02 07:38:59 +01:00
"weapon": {
"statistic": "",
2022-01-18 13:36:27 +01:00
"damagestatistic": "",
2023-09-11 20:34:33 +02:00
"mdl": 0,
"rdl": 0,
2021-12-02 07:38:59 +01:00
"damage": "",
2022-08-24 20:24:22 +02:00
"canbethrown": false,
2021-12-02 07:38:59 +01:00
"cost": 0,
"weight": 0,
"idr": "",
2021-12-05 20:36:34 +01:00
"range": "",
2022-01-13 16:13:00 +01:00
"maxrange": "",
"ao": "",
2022-01-28 18:15:28 +01:00
"enhanced": false,
"enhancedstat": "",
"enhancedlevel": 0,
2022-01-13 16:13:00 +01:00
"damagetype": "",
2022-08-03 18:52:24 +02:00
"itemsize": 0,
2022-01-13 16:13:00 +01:00
"damagetypelevel": 0,
"vehicledamagetype": "",
"vehicledamagetypelevel": 0,
"ammocurrent": 0,
"ammomax": 0,
2021-12-02 07:38:59 +01:00
"equipped": false,
2022-02-16 17:43:51 +01:00
"effects": [],
"activated": false,
2021-12-02 07:38:59 +01:00
"description": ""
2022-08-03 18:52:24 +02:00
},
"vehiclehull": {
"size": 0,
"hulltype": "",
"hr": 0,
"man": 0,
2022-08-16 21:21:37 +02:00
"vms": 0,
"cost": 0
2022-08-03 18:52:24 +02:00
},
"powercoremodule": {
"coretype": "",
"pc": 0,
2022-08-16 21:21:37 +02:00
"nrg": 0,
"cost": 0,
"space": 0
2022-08-03 18:52:24 +02:00
},
"mobilitymodule": {
"vehiclecategory": "",
"quality": "",
"mr": "",
"ts_f": "",
"ts_s": "",
"ts_r": "",
2022-08-17 15:36:50 +02:00
"negativeman": false,
2022-08-16 21:21:37 +02:00
"man": "",
"cost": 0,
"space": 0
2022-08-03 18:52:24 +02:00
},
"propulsionmodule": {
"quality": "",
2022-08-16 21:21:37 +02:00
"ad": "",
2022-08-17 16:25:20 +02:00
"topspeed": 0,
2022-08-16 21:21:37 +02:00
"cost": 0,
"space": 0
2022-08-03 18:52:24 +02:00
},
"combatmodule": {
"combattype": "",
2022-08-16 21:21:37 +02:00
"fc": "",
"cost": 0,
"space": 0
2022-08-03 18:52:24 +02:00
},
"vehiclemodule": {
"category": "",
"location": "",
"activated": false,
"nrg": 0,
"nrgbonus": 0,
"effects": [],
"arccoverage": "",
"armourdicevalue": "",
"shielddicevalue": "",
"securitydicevalue": "",
"range": "",
2022-08-16 21:21:37 +02:00
"idr": "",
"cost": 0,
2022-09-16 17:36:58 +02:00
"size": 0,
2022-09-26 17:35:44 +02:00
"space": 0,
"description": ""
2022-08-03 18:52:24 +02:00
},
"vehicleweaponmodule": {
"location": "",
"weaponsize": 0,
"space": 0,
"activated": false,
"nrg": 0,
"effects": [],
"damagedicevalue": "",
"damagetype": "",
2022-09-25 09:26:12 +02:00
"damagetypelevel": 0,
2022-08-03 18:52:24 +02:00
"aoe": "",
"range": "",
"turret": "",
"linkedweapon": "",
2022-08-16 21:21:37 +02:00
"idr": "",
2022-09-25 09:26:12 +02:00
"cost": 0,
"extradamage": false,
2022-09-26 17:35:44 +02:00
"extradamagevalue": 0,
"description": ""
},
"cargo": {
"capacity": 0,
"idr": "",
"value": 0,
"description": ""
2021-12-02 07:38:59 +01:00
}
}
2022-08-03 18:52:24 +02:00
}