Fix indentation
This commit is contained in:
parent
a9e926c6b4
commit
2a7d485ab4
1 changed files with 37 additions and 37 deletions
74
system.json
74
system.json
|
|
@ -30,43 +30,43 @@
|
||||||
"path": "langs/en-ca.json"
|
"path": "langs/en-ca.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "untyped",
|
"name": "untyped",
|
||||||
"label": "Generic Items",
|
"label": "Generic Items",
|
||||||
"system": "dotdungeon",
|
"system": "dotdungeon",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
"path": "packs/untyped"
|
"path": "packs/untyped"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spells",
|
"name": "spells",
|
||||||
"label": "Core Spells",
|
"label": "Core Spells",
|
||||||
"system": "dotdungeon",
|
"system": "dotdungeon",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
"path": "packs/spells"
|
"path": "packs/spells"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aspects",
|
"name": "aspects",
|
||||||
"label": "Core Aspects",
|
"label": "Core Aspects",
|
||||||
"system": "dotdungeon",
|
"system": "dotdungeon",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
"path": "packs/aspects"
|
"path": "packs/aspects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "beastiary",
|
"name": "beastiary",
|
||||||
"label": "Core Beastiary",
|
"label": "Core Beastiary",
|
||||||
"system": "dotdungeon",
|
"system": "dotdungeon",
|
||||||
"type": "Actor",
|
"type": "Actor",
|
||||||
"path": "packs/beastiary"
|
"path": "packs/beastiary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rules",
|
"name": "rules",
|
||||||
"label": "Core Rules",
|
"label": "Core Rules",
|
||||||
"system": "dotdungeon",
|
"system": "dotdungeon",
|
||||||
"type": "JournalEntry",
|
"type": "JournalEntry",
|
||||||
"path": "packs/rules"
|
"path": "packs/rules"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"flags": {
|
"flags": {
|
||||||
"hotReload": {
|
"hotReload": {
|
||||||
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
|
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue