Ajout des mutations
This commit is contained in:
57
system.json
57
system.json
@ -44,6 +44,51 @@
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Hawkmoon",
|
||||
"sorting": "m",
|
||||
"color": "#00435c",
|
||||
"folders": [
|
||||
{
|
||||
"name": "Création de Personnage",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"skills",
|
||||
"historiques",
|
||||
"profils",
|
||||
"talents",
|
||||
"talents-cellule",
|
||||
"mutations"
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "Equipement",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"armes",
|
||||
"protections",
|
||||
"equipement"
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "Autre",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"skills-creatures",
|
||||
"tables",
|
||||
"aides-de-jeu"
|
||||
],
|
||||
"folders": []
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"type": "Item",
|
||||
@ -57,6 +102,18 @@
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Mutations",
|
||||
"name": "mutations",
|
||||
"path": "packs/mutations",
|
||||
"system": "fvtt-hawkmoon-cyd",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Compétences de Créatures",
|
||||
|
Reference in New Issue
Block a user