Appv2 + DataModel migration completed
This commit is contained in:
275
template.json
275
template.json
@@ -1,275 +0,0 @@
|
|||||||
{
|
|
||||||
"Actor": {
|
|
||||||
"types": [
|
|
||||||
"personnage",
|
|
||||||
"cellule",
|
|
||||||
"creature"
|
|
||||||
],
|
|
||||||
"templates": {
|
|
||||||
"biodata": {
|
|
||||||
"biodata": {
|
|
||||||
"name": "",
|
|
||||||
"age": 0,
|
|
||||||
"poids": "",
|
|
||||||
"taille": "",
|
|
||||||
"cheveux": "",
|
|
||||||
"sexe": "",
|
|
||||||
"yeux": "",
|
|
||||||
"description": "",
|
|
||||||
"habitat": "",
|
|
||||||
"notes": "",
|
|
||||||
"statut": "",
|
|
||||||
"gmnotes": "",
|
|
||||||
"statutresistant": "commun"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"core": {
|
|
||||||
"subactors": [],
|
|
||||||
"attributs": {
|
|
||||||
"adr": {
|
|
||||||
"label": "Adresse",
|
|
||||||
"labelnorm": "adresse",
|
|
||||||
"abbrev": "adr",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"pui": {
|
|
||||||
"label": "Puissance",
|
|
||||||
"labelnorm": "puissance",
|
|
||||||
"abbrev": "pui",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"cla": {
|
|
||||||
"label": "Clairvoyance",
|
|
||||||
"labelnorm": "clairvoyance",
|
|
||||||
"abbrev": "cla",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"pre": {
|
|
||||||
"label": "Présence",
|
|
||||||
"labelnorm": "presence",
|
|
||||||
"abbrev": "pre",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"tre": {
|
|
||||||
"label": "Trempe",
|
|
||||||
"labelnorm": "trempe",
|
|
||||||
"abbrev": "tre",
|
|
||||||
"value": 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bonneaventure": {
|
|
||||||
"base": 0,
|
|
||||||
"actuelle": 0
|
|
||||||
},
|
|
||||||
"experience": {
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"eclat": {
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"sante": {
|
|
||||||
"vigueur": 0,
|
|
||||||
"etat": 0,
|
|
||||||
"vigueurmodifier": 0,
|
|
||||||
"nbcombativite": 5
|
|
||||||
},
|
|
||||||
"adversite": {
|
|
||||||
"bleue": 0,
|
|
||||||
"rouge": 0,
|
|
||||||
"noire": 0
|
|
||||||
},
|
|
||||||
"vitesse": {
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"combat": {
|
|
||||||
"initbonus": 0,
|
|
||||||
"vitessebonus": 0,
|
|
||||||
"bonusdegats": 0,
|
|
||||||
"attaquebonus": 0,
|
|
||||||
"defensebonus": 0,
|
|
||||||
"defensetotale": false,
|
|
||||||
"monte": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"npccore": {
|
|
||||||
"npctype": "",
|
|
||||||
"description": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"personnage": {
|
|
||||||
"templates": [
|
|
||||||
"biodata",
|
|
||||||
"core"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"cellule": {
|
|
||||||
"notoriete": 0,
|
|
||||||
"resistance": 0,
|
|
||||||
"developpement": 0,
|
|
||||||
"members": [],
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"creature": {
|
|
||||||
"templates": [
|
|
||||||
"core",
|
|
||||||
"biodata"
|
|
||||||
],
|
|
||||||
"ressources": {
|
|
||||||
"value": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Item": {
|
|
||||||
"templates": {
|
|
||||||
"base": {
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"basequip": {
|
|
||||||
"prixpo": 0,
|
|
||||||
"prixca": 0,
|
|
||||||
"prixsc": 0,
|
|
||||||
"rarete": 0,
|
|
||||||
"quantite": 1,
|
|
||||||
"equipped": false
|
|
||||||
},
|
|
||||||
"automation": {
|
|
||||||
"isautomated": false,
|
|
||||||
"automations": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"types": [
|
|
||||||
"talent",
|
|
||||||
"historique",
|
|
||||||
"profil",
|
|
||||||
"competence",
|
|
||||||
"arme",
|
|
||||||
"protection",
|
|
||||||
"monnaie",
|
|
||||||
"equipement",
|
|
||||||
"artefact",
|
|
||||||
"ressource",
|
|
||||||
"contact",
|
|
||||||
"mutation"
|
|
||||||
],
|
|
||||||
"ressource": {
|
|
||||||
"pointdev": 0,
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"contact": {
|
|
||||||
"contacttype": "",
|
|
||||||
"niveau": "",
|
|
||||||
"pointdev": 0,
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"talent": {
|
|
||||||
"talenttype": "",
|
|
||||||
"utilisation": "",
|
|
||||||
"prerequis": "",
|
|
||||||
"resumebonus": "",
|
|
||||||
"used": false,
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"automation"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"historique": {
|
|
||||||
"bonusmalus": "",
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"profil": {
|
|
||||||
"exemples": "",
|
|
||||||
"attribut1": "",
|
|
||||||
"attribut2": "",
|
|
||||||
"attribut3": "",
|
|
||||||
"competences": "",
|
|
||||||
"talentsinitie": "",
|
|
||||||
"prerequisaguerri": "",
|
|
||||||
"talentsaguerri": "",
|
|
||||||
"prerequismaitre": "",
|
|
||||||
"talentsmaitre": "",
|
|
||||||
"celluleinfo": "",
|
|
||||||
"equipement": "",
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"equipement": {
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"basequip"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"competence": {
|
|
||||||
"niveau": 0,
|
|
||||||
"attribut1": "",
|
|
||||||
"attribut2": "",
|
|
||||||
"attribut3": "",
|
|
||||||
"doublebonus": false,
|
|
||||||
"predilections": [],
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arme": {
|
|
||||||
"typearme": "",
|
|
||||||
"armenaturelle": false,
|
|
||||||
"armefortune": false,
|
|
||||||
"bonusmaniementoff": 0,
|
|
||||||
"seuildefense": 0,
|
|
||||||
"onlevelonly": false,
|
|
||||||
"degats": "",
|
|
||||||
"deuxmains": false,
|
|
||||||
"percearmure": false,
|
|
||||||
"percearmurevalue": 0,
|
|
||||||
"courte": 0,
|
|
||||||
"moyenne": 0,
|
|
||||||
"longue": 0,
|
|
||||||
"tr": 0,
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"basequip"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"protection": {
|
|
||||||
"protection": 0,
|
|
||||||
"adversitepoids" :0,
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"basequip"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"monnaie": {
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"basequip"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"artefact": {
|
|
||||||
"complexite": 0,
|
|
||||||
"branche": "",
|
|
||||||
"branche2": "none",
|
|
||||||
"dureerealisation": "",
|
|
||||||
"tempsroute": "",
|
|
||||||
"effetdejeu": "",
|
|
||||||
"defautcourant": "",
|
|
||||||
"autrescarac": "",
|
|
||||||
"avantagespossibles": "",
|
|
||||||
"avantages": "",
|
|
||||||
"competences": "",
|
|
||||||
"templates": [
|
|
||||||
"base",
|
|
||||||
"basequip"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"mutation": {
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
],
|
|
||||||
"mutationcategorie": "tares_communes",
|
|
||||||
"hascomplexite": false,
|
|
||||||
"complexite": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user