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"
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "untyped",
|
||||
"label": "Generic Items",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/untyped"
|
||||
},
|
||||
{
|
||||
"name": "spells",
|
||||
"label": "Core Spells",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/spells"
|
||||
},
|
||||
{
|
||||
"name": "aspects",
|
||||
"label": "Core Aspects",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/aspects"
|
||||
},
|
||||
{
|
||||
"name": "beastiary",
|
||||
"label": "Core Beastiary",
|
||||
"system": "dotdungeon",
|
||||
"type": "Actor",
|
||||
"path": "packs/beastiary"
|
||||
},
|
||||
{
|
||||
"name": "rules",
|
||||
"label": "Core Rules",
|
||||
"system": "dotdungeon",
|
||||
"type": "JournalEntry",
|
||||
"path": "packs/rules"
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "untyped",
|
||||
"label": "Generic Items",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/untyped"
|
||||
},
|
||||
{
|
||||
"name": "spells",
|
||||
"label": "Core Spells",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/spells"
|
||||
},
|
||||
{
|
||||
"name": "aspects",
|
||||
"label": "Core Aspects",
|
||||
"system": "dotdungeon",
|
||||
"type": "Item",
|
||||
"path": "packs/aspects"
|
||||
},
|
||||
{
|
||||
"name": "beastiary",
|
||||
"label": "Core Beastiary",
|
||||
"system": "dotdungeon",
|
||||
"type": "Actor",
|
||||
"path": "packs/beastiary"
|
||||
},
|
||||
{
|
||||
"name": "rules",
|
||||
"label": "Core Rules",
|
||||
"system": "dotdungeon",
|
||||
"type": "JournalEntry",
|
||||
"path": "packs/rules"
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue