Initial import

This commit is contained in:
LeRatierBretonnien 2023-04-19 19:04:44 +02:00
parent c43e3c6921
commit ec4223085c
2 changed files with 135 additions and 125 deletions

View File

@ -1,33 +1,6 @@
# Système Foundry pour Maléfices (French RPG, Arkhane Asylum Publishing) # Système Foundry pour Ecryme v2 (French RPG, Open Sesam Games, Official)
[Vue du système](https://www.lahiette.com/leratierbretonnien/wp-content/uploads/2023/02/malefices_snapshot.webp)
## EN
Unofficial system for Maléfices v4 (French version from Arkhane Asylum Publishing).
This system has been approved by Arkhane Asylum Publishing ( https://arkhane-asylum.fr ), thanks !
The Tarot assets, as well as other graphical elements has been provide by Arkhane Asylum.
Books are mandatory to play and are available at : https://arkhane-asylum.fr/en/malefices
## FR
Système non-officiel pour le JDR Maléfices, version 4 (Arkhane Asylum Publishing).
Ce système a été autorisé par le Arkhane Asylum Publishing ( https://arkhane-asylum.fr ), merci à eux !
Les images du Tarot et autres éléments graphiques ont été fournis par Arkhane Asylum.
Les livres du jeu sont nécessaires pour jouer, et sont disponibles ici : https://arkhane-asylum.fr/fr/malefices
# Credits
Maléfices, le jeu de rôle qui sent le souffre, is a property of Arkhane Asylum Publishing.
# Developmement # Developmement
LeRatierBretonnien Uberwald
# Tests, icones et saisie des données
Dame du Lac, Malik

View File

@ -6,7 +6,7 @@
"templates": { "templates": {
"biodata": { "biodata": {
"biodata": { "biodata": {
"age": 0, "age": "",
"size": "", "size": "",
"lieunaissance": "", "lieunaissance": "",
"nationalite": "", "nationalite": "",
@ -18,73 +18,104 @@
"sexe": "", "sexe": "",
"yeux": "", "yeux": "",
"enfance": "", "enfance": "",
"adulte": "",
"loisirs": "",
"singularite": "",
"politique": "",
"religion": "",
"fantastique": "",
"description": "", "description": "",
"gmnotes": "" "gmnotes": ""
} }
}, },
"core": { "core": {
"subactors": [], "subactors": [],
"lamesdestin": [], "skills": {
"pointdestin": 1, "physical": {
"fluide": 5, "name": "ECRY.ui.physical",
"mpmb": 0, "skilllist": {
"mpmn": 0, "athletics": {
"attributs": { "name": "ECRY.ui.athletics",
"constitution": { "max": 0,
"label": "Constitution", "value": 0
"abbrev": "constitution", },
"value": 0, "driving": {
"hasmax": true, "name": "ECRY.ui.driving",
"max": 0 "max": 0,
"value": 0
},
"fencing": {
"name": "ECRY.ui.fencing",
"max": 0,
"value": 0
},
"brawl": {
"name": "ECRY.ui.brawl",
"max": 0,
"value": 0
},
"shoot": {
"name": "ECRY.ui.shoot",
"max": 0,
"value": 0
}
}
}, },
"physique": { "mental": {
"label": "Aptitudes Physiques", "name": "ECRY.ui.mental",
"abbrev": "physique", "skilllist": {
"value": 0, "anthropomechanicologys": {
"max": 0 "name": "ECRY.ui.anthropomechanicologys",
"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
}
}
}, },
"culturegenerale": { "social": {
"label": "Culture Générale", "name": "ECRY.ui.social",
"abbrev": "culturegenerale", "skilllist": {
"value": 0, "quibble": {
"max": 0 "name": "ECRY.ui.quibble",
}, "value": 0,
"habilite": { "max": 10
"label": "Habilité", },
"abbrev": "habilite", "creativity": {
"value": 0, "name": "ECRY.ui.creativity",
"max": 0 "value": 0,
}, "max": 10
"perception": { },
"label": "Perception", "loquacity": {
"abbrev": "perception", "name": "ECRY.ui.loquacity",
"value": 0, "value": 0,
"max": 0 "max": 10
}, },
"spiritualite": { "skulduggery": {
"label": "Spiritualite", "name": "ECRY.ui.skulduggery",
"abbrev": "spiritualite", "value": 0,
"hasmax": false, "max": 10
"iscard": true, },
"value": 0, "performance": {
"max": 0 "name": "ECRY.ui.performance",
}, "value": 0,
"rationnalite": { "max": 10
"label": "Rationnalite", }
"abbrev": "rationnalite", }
"hasmax": false,
"iscard": true,
"value": 0,
"max": 0
} }
}, }
"equipementlibre": ""
}, },
"npccore": { "npccore": {
"npctype": "", "npctype": "",
@ -99,48 +130,54 @@
} }
}, },
"Item": { "Item": {
"types": [ "types": ["item", "trait", "weapon", "scar", "specialization","anence", "boheme", "contact"],
"arme", "templates": {
"equipement", "base": {
"archetype", "description": ""
"tarot", }
"sortilege",
"elementbio"
],
"templates": {},
"elementbio": {
"description": ""
}, },
"equipement": { "item": {
"description": "" "templates": ["base"],
"quantity": 1,
"weight": 0
}, },
"tarot": { "trait": {
"tarottype": "", "templates": ["base"],
"numericvalueup": 0, "traitype": "basic",
"numericvaluedown": 0, "value": 1,
"isdualside": false, "min": -2,
"ispositif": true, "max": 2
"isgm": false,
"description": ""
}, },
"archetype": { "weapon": {
"lametutelaire": "", "templates": ["base"],
"description": "" "effectLevel": 1
}, },
"sortilege": { "specialization": {
"seuil": 0, "templates": ["base"],
"description": "" "skillname": ""
}, },
"arme": { "scar": {
"armetype": "", "templates": ["base"],
"porteecourte": "", "skillcategory": ["physical", "mental", "social", "cephalie"],
"porteemoyenne": "", "scarLevel": 1
"dommagenormale": 0, },
"dommagepart": 0, "anence": {
"dommagecritique": 0, "templates": ["base"],
"dommagecritiqueKO": false, "collective": false,
"dommagecritiquemort": false, "multiple": false,
"description": "" "improvements": ""
},
"boheme": {
"templates": ["base"],
"ideals": "",
"political": ""
},
"contact": {
"templates": ["base"],
"attitude": "neutral",
"organization": "",
"location":""
} }
} }
} }