Sante et autrs
This commit is contained in:
112
template.json
112
template.json
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["personnage", "pnj"],
|
||||
"types": [
|
||||
"personnage",
|
||||
"pnj"
|
||||
],
|
||||
"templates": {
|
||||
"biodata": {
|
||||
"biodata": {
|
||||
@@ -13,6 +16,7 @@
|
||||
"sexe": "",
|
||||
"yeux": "",
|
||||
"description": "",
|
||||
"amemultiplier": 2,
|
||||
"notes": "",
|
||||
"gmnotes": ""
|
||||
}
|
||||
@@ -20,31 +24,31 @@
|
||||
"core": {
|
||||
"subactors": [],
|
||||
"attributs": {
|
||||
"adr":{
|
||||
"adr": {
|
||||
"label": "Adresse",
|
||||
"labelnorm": "adresse",
|
||||
"abbrev": "adr",
|
||||
"value": 1
|
||||
},
|
||||
"pui":{
|
||||
"pui": {
|
||||
"label": "Puissance",
|
||||
"labelnorm": "puissance",
|
||||
"abbrev": "pui",
|
||||
"value": 1
|
||||
},
|
||||
"cla":{
|
||||
"cla": {
|
||||
"label": "Clairvoyance",
|
||||
"labelnorm": "clairvoyance",
|
||||
"abbrev": "cla",
|
||||
"value": 1
|
||||
},
|
||||
"pre":{
|
||||
"pre": {
|
||||
"label": "Présence",
|
||||
"labelnorm": "presence",
|
||||
"abbrev": "pre",
|
||||
"value": 0
|
||||
},
|
||||
"tre":{
|
||||
"tre": {
|
||||
"label": "Trempe",
|
||||
"labelnorm": "trempe",
|
||||
"abbrev": "tre",
|
||||
@@ -61,13 +65,14 @@
|
||||
"eclat": {
|
||||
"value": 0
|
||||
},
|
||||
"sante": {
|
||||
"sante": {
|
||||
"base": 0,
|
||||
"bonus": 0,
|
||||
"nonletaux": 0,
|
||||
"letaux": 0,
|
||||
"sequelles": ""
|
||||
},
|
||||
"ame": {
|
||||
"ame": {
|
||||
"base": 0,
|
||||
"value": 0,
|
||||
"traumatismes": ""
|
||||
@@ -93,11 +98,16 @@
|
||||
}
|
||||
},
|
||||
"personnage": {
|
||||
"templates": [ "biodata", "core" ]
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
},
|
||||
"pnj": {
|
||||
"templates": [ "npccore" ]
|
||||
}
|
||||
"templates": [
|
||||
"npccore"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"templates": {
|
||||
@@ -105,23 +115,48 @@
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"types": [ "arme", "competence", "protection", "pacte", "traitchaotique", "monnaie", "don", "tendance", "rune", "equipement", "capacite", "origine", "heritage", "metier"],
|
||||
"types": [
|
||||
"arme",
|
||||
"competence",
|
||||
"protection",
|
||||
"pacte",
|
||||
"traitchaotique",
|
||||
"monnaie",
|
||||
"don",
|
||||
"tendance",
|
||||
"rune",
|
||||
"equipement",
|
||||
"capacite",
|
||||
"origine",
|
||||
"heritage",
|
||||
"metier"
|
||||
],
|
||||
"origine": {
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"heritage": {
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"metier": {
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"capacite":{
|
||||
"templates": [ "base" ]
|
||||
"capacite": {
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"equipement": {
|
||||
"rarete": 0,
|
||||
"prix": 0,
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"arme": {
|
||||
"typearme": "",
|
||||
@@ -130,21 +165,26 @@
|
||||
"bonusmaniementdef": 0,
|
||||
"degats": "",
|
||||
"deuxmains": false,
|
||||
"courte": 0,
|
||||
"courte": 0,
|
||||
"moyenne": 0,
|
||||
"longue": 0,
|
||||
"tr": 0,
|
||||
"rarete": 0,
|
||||
"prix": 0,
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"competence": {
|
||||
"niveau": 0,
|
||||
"attribut1": "",
|
||||
"attribut2": "",
|
||||
"attribut3": "",
|
||||
"doublebonus": false,
|
||||
"predilections": [],
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"protection": {
|
||||
"typeprotection": "",
|
||||
@@ -152,34 +192,48 @@
|
||||
"degats": "",
|
||||
"rarete": 0,
|
||||
"prix": 0,
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"pacte": {
|
||||
"allegeance": "",
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"traitchaotique": {
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"monnaie": {
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"don": {
|
||||
"allegeance": "",
|
||||
"prerequis": "",
|
||||
"sacrifice": "",
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"tendance": {
|
||||
"allegeance": "",
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
},
|
||||
"rune": {
|
||||
"formule": "",
|
||||
"seuil": 0,
|
||||
"prononcee": "",
|
||||
"tracee": "",
|
||||
"templates": [ "base" ]
|
||||
"templates": [
|
||||
"base"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user