fvtt-ecryme/template.json

315 lines
6.7 KiB
JSON
Raw Normal View History

2023-04-19 18:44:41 +02:00
{
"Actor": {
"types": [
2023-08-09 17:33:11 +02:00
"pc","annency", "npc"
2023-04-19 18:44:41 +02:00
],
"templates": {
"biodata": {
"biodata": {
2023-04-19 19:04:44 +02:00
"age": "",
2023-04-19 18:44:41 +02:00
"size": "",
"lieunaissance": "",
"nationalite": "",
"profession": "",
"residence": "",
"milieusocial": "",
"poids": "",
"cheveux": "",
"sexe": "",
"yeux": "",
"enfance": "",
"description": "",
"gmnotes": ""
}
},
"core": {
"subactors": [],
2023-08-25 09:09:21 +02:00
"equipmentfree": "",
2023-04-19 19:04:44 +02:00
"skills": {
"physical": {
"name": "ECRY.ui.physical",
"pnjvalue": 0,
2023-04-19 19:04:44 +02:00
"skilllist": {
"athletics": {
"name": "ECRY.ui.athletics",
"max": 0,
"value": 0
},
"driving": {
"name": "ECRY.ui.driving",
"max": 0,
"value": 0
},
"fencing": {
"name": "ECRY.ui.fencing",
"max": 0,
"value": 0
},
2023-04-28 09:39:18 +02:00
"brawling": {
"name": "ECRY.ui.brawling",
2023-04-19 19:04:44 +02:00
"max": 0,
"value": 0
},
2023-04-28 09:39:18 +02:00
"shooting": {
"name": "ECRY.ui.shooting",
2023-04-19 19:04:44 +02:00
"max": 0,
"value": 0
}
}
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"mental": {
"name": "ECRY.ui.mental",
"pnjvalue": 0,
2023-04-19 19:04:44 +02:00
"skilllist": {
2023-04-28 09:39:18 +02:00
"anthropomecanology": {
"name": "ECRY.ui.anthropomecanology",
2023-04-19 19:04:44 +02:00
"value": 0,
"max": 10
},
"ecrymology": {
"name": "ECRY.ui.ecrymology",
"value": 0,
"max": 10
},
"traumatology": {
"name": "ECRY.ui.traumatology",
"value": 0,
"max": 10
},
"traversology": {
"name": "ECRY.ui.traversology",
"value": 0,
"max": 10
},
"urbatechnology": {
"name": "ECRY.ui.urbatechnology",
"value": 0,
"max": 10
}
}
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"social": {
"name": "ECRY.ui.social",
"pnjvalue": 0,
2023-04-19 19:04:44 +02:00
"skilllist": {
2023-04-28 09:39:18 +02:00
"quibbling": {
"name": "ECRY.ui.quibbling",
2023-04-19 19:04:44 +02:00
"value": 0,
"max": 10
},
"creativity": {
"name": "ECRY.ui.creativity",
"value": 0,
"max": 10
},
"loquacity": {
"name": "ECRY.ui.loquacity",
"value": 0,
"max": 10
},
2023-04-28 09:39:18 +02:00
"guile": {
"name": "ECRY.ui.guile",
2023-04-19 19:04:44 +02:00
"value": 0,
"max": 10
},
"performance": {
"name": "ECRY.ui.performance",
"value": 0,
"max": 10
}
}
2023-04-19 18:44:41 +02:00
}
2023-05-30 22:22:52 +02:00
},
"impacts": {
"physical": {
"superficial": 0,
"light": 0,
"serious": 0,
"major": 0
},
"mental": {
"superficial": 0,
"light": 0,
"serious": 0,
"major": 0
},
"social": {
"superficial": 0,
"light": 0,
"serious": 0,
"major": 0
}
2023-06-28 11:12:51 +02:00
},
2023-06-28 11:49:17 +02:00
"cephaly": {
"name": "ECRY.ui.cephaly",
"skilllist": {
"elegy": {
"name": "ECRY.ui.elegy",
"value": 0,
"max": 10
},
"entelechy": {
"name": "ECRY.ui.entelechy",
"value": 0,
"max": 10
},
"mekany": {
"name": "ECRY.ui.mekany",
"value": 0,
"max": 10
},
"psyche": {
"name": "ECRY.ui.psyche",
"value": 0,
"max": 10
},
"scoria": {
"name": "ECRY.ui.scoria",
"value": 0,
"max": 10
}
}
},
2023-06-28 11:12:51 +02:00
"internals": {
"confrontbonus": 0
2023-04-19 19:04:44 +02:00
}
2023-04-19 18:44:41 +02:00
},
"npccore": {
"npctype": "",
"description": ""
2023-08-08 14:54:39 +02:00
},
"annency": {
"base": {
"iscollective": false,
"ismultiple": false,
"characters": [],
"location": {"1": "", "2": "", "3":"", "4":"", "5":"" },
"description": "",
"enhancements": ""
},
"boheme": {
"name": "",
"ideals": "",
"politic": "",
"description": ""
}
2023-04-19 18:44:41 +02:00
}
},
2023-08-08 14:54:39 +02:00
"annency": {
"templates": [
"annency"
]
},
2023-08-09 17:33:11 +02:00
"npc": {
"templates": [
"biodata",
"core"
]
},
2023-04-28 15:25:57 +02:00
"pc": {
2023-04-19 18:44:41 +02:00
"templates": [
"biodata",
"core"
]
}
},
"Item": {
2023-05-30 22:22:52 +02:00
"types": [
"equipment",
"trait",
"weapon",
"specialization",
2023-07-27 15:36:14 +02:00
"maneuver"
2023-05-30 22:22:52 +02:00
],
2023-04-19 19:04:44 +02:00
"templates": {
2023-04-28 15:25:57 +02:00
"common": {
2023-04-19 19:04:44 +02:00
"description": ""
2023-04-28 15:25:57 +02:00
},
"equipement": {
"weight": 0,
"cost": 0,
"costunit": ""
2023-04-19 19:04:44 +02:00
}
},
2023-07-27 15:36:14 +02:00
"maneuver": {
"templates": [
"common"
]
},
2023-05-31 09:16:30 +02:00
"confrontation": {
"templates": [
"common"
],
"attackerId": "",
"defenserId": "",
"rolllist": [],
"bonusexecution": 0,
"bonuspreservation": 0
},
2023-04-28 15:25:57 +02:00
"equipment": {
2023-05-30 22:22:52 +02:00
"templates": [
"common",
"equipement"
],
2023-04-19 19:04:44 +02:00
"quantity": 1,
"weight": 0
},
"trait": {
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
2023-04-28 15:25:57 +02:00
"traitype": "normal",
"level": 1
2023-04-19 19:04:44 +02:00
},
"weapon": {
2023-05-30 22:22:52 +02:00
"templates": [
"common",
"equipement"
],
2023-06-28 11:12:51 +02:00
"weapontype": "melee",
2023-04-28 15:25:57 +02:00
"effect": 0
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"specialization": {
2023-10-10 20:02:13 +02:00
"bonus": 2,
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
2023-05-03 20:05:31 +02:00
"skillkey": ""
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"scar": {
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
"skillcategory": [
"physical",
"mental",
"social",
"cephalie"
],
2023-04-19 19:04:44 +02:00
"scarLevel": 1
2023-04-19 18:44:41 +02:00
},
2023-04-28 15:25:57 +02:00
"annency": {
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
2023-04-19 19:04:44 +02:00
"collective": false,
"multiple": false,
"improvements": ""
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"boheme": {
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
2023-04-19 19:04:44 +02:00
"ideals": "",
"political": ""
2023-04-19 18:44:41 +02:00
},
2023-04-19 19:04:44 +02:00
"contact": {
2023-05-30 22:22:52 +02:00
"templates": [
"common"
],
2023-04-19 19:04:44 +02:00
"attitude": "neutral",
"organization": "",
2023-05-30 22:22:52 +02:00
"location": ""
2023-04-19 18:44:41 +02:00
}
}
}