Skip to content

Commit

Permalink
Merge pull request #119 from mattantonelli/variant-dungeon-definitions
Browse files Browse the repository at this point in the history
Add Variant Dungeon definitions
  • Loading branch information
Supamiu authored Oct 18, 2022
2 parents 93d2d93 + c91cd00 commit c7b4ad9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
25 changes: 24 additions & 1 deletion SaintCoinach/Definitions/VVDNotebookContents.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
{
"sheet": "VVDNotebookContents",
"definitions": []
"defaultColumn": "Name",
"definitions": [
{
"name": "Icon",
"converter": {
"type": "icon"
}
},
{
"index": 1,
"name": "Image",
"converter": {
"type": "icon"
}
},
{
"index": 2,
"name": "Name"
},
{
"index": 3,
"name": "Description"
}
]
}
7 changes: 6 additions & 1 deletion SaintCoinach/Definitions/VVDNotebookSeries.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"sheet": "VVDNotebookSeries",
"definitions": []
"defaultColumn": "Name",
"definitions": [
{
"name": "Name"
}
]
}
11 changes: 10 additions & 1 deletion SaintCoinach/Definitions/VVDVariantAction.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"sheet": "VVDVariantAction",
"definitions": []
"defaultColumn": "Action",
"definitions": [
{
"name": "Action",
"converter": {
"type": "link",
"target": "Action"
}
}
]
}

0 comments on commit c7b4ad9

Please sign in to comment.