Initial import
This commit is contained in:
parent
c43e3c6921
commit
ec4223085c
31
README.md
31
README.md
@ -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
|
|
231
template.json
231
template.json
@ -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,
|
|
||||||
"hasmax": true,
|
|
||||||
"max": 0
|
|
||||||
},
|
},
|
||||||
"physique": {
|
"driving": {
|
||||||
"label": "Aptitudes Physiques",
|
"name": "ECRY.ui.driving",
|
||||||
"abbrev": "physique",
|
"max": 0,
|
||||||
"value": 0,
|
"value": 0
|
||||||
"max": 0
|
|
||||||
},
|
},
|
||||||
"culturegenerale": {
|
"fencing": {
|
||||||
"label": "Culture Générale",
|
"name": "ECRY.ui.fencing",
|
||||||
"abbrev": "culturegenerale",
|
"max": 0,
|
||||||
"value": 0,
|
"value": 0
|
||||||
"max": 0
|
|
||||||
},
|
},
|
||||||
"habilite": {
|
"brawl": {
|
||||||
"label": "Habilité",
|
"name": "ECRY.ui.brawl",
|
||||||
"abbrev": "habilite",
|
"max": 0,
|
||||||
"value": 0,
|
"value": 0
|
||||||
"max": 0
|
|
||||||
},
|
},
|
||||||
"perception": {
|
"shoot": {
|
||||||
"label": "Perception",
|
"name": "ECRY.ui.shoot",
|
||||||
"abbrev": "perception",
|
"max": 0,
|
||||||
"value": 0,
|
"value": 0
|
||||||
"max": 0
|
}
|
||||||
},
|
|
||||||
"spiritualite": {
|
|
||||||
"label": "Spiritualite",
|
|
||||||
"abbrev": "spiritualite",
|
|
||||||
"hasmax": false,
|
|
||||||
"iscard": true,
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"rationnalite": {
|
|
||||||
"label": "Rationnalite",
|
|
||||||
"abbrev": "rationnalite",
|
|
||||||
"hasmax": false,
|
|
||||||
"iscard": true,
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"equipementlibre": ""
|
"mental": {
|
||||||
|
"name": "ECRY.ui.mental",
|
||||||
|
"skilllist": {
|
||||||
|
"anthropomechanicologys": {
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"social": {
|
||||||
|
"name": "ECRY.ui.social",
|
||||||
|
"skilllist": {
|
||||||
|
"quibble": {
|
||||||
|
"name": "ECRY.ui.quibble",
|
||||||
|
"value": 0,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"creativity": {
|
||||||
|
"name": "ECRY.ui.creativity",
|
||||||
|
"value": 0,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"loquacity": {
|
||||||
|
"name": "ECRY.ui.loquacity",
|
||||||
|
"value": 0,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"skulduggery": {
|
||||||
|
"name": "ECRY.ui.skulduggery",
|
||||||
|
"value": 0,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"performance": {
|
||||||
|
"name": "ECRY.ui.performance",
|
||||||
|
"value": 0,
|
||||||
|
"max": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"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",
|
|
||||||
"tarot",
|
|
||||||
"sortilege",
|
|
||||||
"elementbio"
|
|
||||||
],
|
|
||||||
"templates": {},
|
|
||||||
"elementbio": {
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"equipement": {
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"tarot": {
|
|
||||||
"tarottype": "",
|
|
||||||
"numericvalueup": 0,
|
|
||||||
"numericvaluedown": 0,
|
|
||||||
"isdualside": false,
|
|
||||||
"ispositif": true,
|
|
||||||
"isgm": false,
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"archetype": {
|
|
||||||
"lametutelaire": "",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"sortilege": {
|
|
||||||
"seuil": 0,
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"arme": {
|
|
||||||
"armetype": "",
|
|
||||||
"porteecourte": "",
|
|
||||||
"porteemoyenne": "",
|
|
||||||
"dommagenormale": 0,
|
|
||||||
"dommagepart": 0,
|
|
||||||
"dommagecritique": 0,
|
|
||||||
"dommagecritiqueKO": false,
|
|
||||||
"dommagecritiquemort": false,
|
|
||||||
"description": ""
|
"description": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"item": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"quantity": 1,
|
||||||
|
"weight": 0
|
||||||
|
},
|
||||||
|
"trait": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"traitype": "basic",
|
||||||
|
"value": 1,
|
||||||
|
"min": -2,
|
||||||
|
"max": 2
|
||||||
|
},
|
||||||
|
"weapon": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"effectLevel": 1
|
||||||
|
},
|
||||||
|
"specialization": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"skillname": ""
|
||||||
|
},
|
||||||
|
"scar": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"skillcategory": ["physical", "mental", "social", "cephalie"],
|
||||||
|
"scarLevel": 1
|
||||||
|
},
|
||||||
|
"anence": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"collective": false,
|
||||||
|
"multiple": false,
|
||||||
|
"improvements": ""
|
||||||
|
},
|
||||||
|
"boheme": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"ideals": "",
|
||||||
|
"political": ""
|
||||||
|
},
|
||||||
|
"contact": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"attitude": "neutral",
|
||||||
|
"organization": "",
|
||||||
|
"location":""
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user