Fix wrong sheets
This commit is contained in:
57
system.json
57
system.json
@@ -38,6 +38,10 @@
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"skills",
|
||||
"dons",
|
||||
"tendances",
|
||||
"traits-chaotiques",
|
||||
"runes",
|
||||
"historiques",
|
||||
"profils",
|
||||
"talents"
|
||||
@@ -60,6 +64,7 @@
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"pnj-creatures",
|
||||
"skills-creatures",
|
||||
"tables",
|
||||
"aides-de-jeu",
|
||||
@@ -76,7 +81,7 @@
|
||||
"type": "Item",
|
||||
"label": "Compétences",
|
||||
"name": "skills",
|
||||
"path": "packs/competences",
|
||||
"path": "packs/skills",
|
||||
"system": "fvtt-mournblade-cyd2",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
@@ -88,7 +93,7 @@
|
||||
"type": "Item",
|
||||
"label": "Compétences de Créatures",
|
||||
"name": "skills-creatures",
|
||||
"path": "packs/competences-creatures",
|
||||
"path": "packs/skills-creatures",
|
||||
"system": "fvtt-mournblade-cyd2",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
@@ -144,6 +149,54 @@
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Dons",
|
||||
"type": "Item",
|
||||
"name": "dons",
|
||||
"path": "packs/dons",
|
||||
"system": "fvtt-mournblade",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Tendances",
|
||||
"name": "tendances",
|
||||
"path": "packs/tendances",
|
||||
"system": "fvtt-mournblade",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Traits chaotiques",
|
||||
"name": "traits-chaotiques",
|
||||
"path": "packs/traits-chaotiques",
|
||||
"system": "fvtt-mournblade",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Runes",
|
||||
"name": "runes",
|
||||
"path": "packs/runes",
|
||||
"system": "fvtt-mournblade",
|
||||
"flags": {},
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Profils",
|
||||
|
||||
Reference in New Issue
Block a user