Skip to content

Commit

Permalink
Merge pull request #207 from mattantonelli/add-outfit-glamour-definit…
Browse files Browse the repository at this point in the history
…ions

Add outfit glamour definitions
  • Loading branch information
Supamiu authored Nov 24, 2024
2 parents 1a1ad91 + b620fb2 commit 63fa966
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
15 changes: 14 additions & 1 deletion SaintCoinach/Definitions/MirageStoreSetItem.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"sheet": "MirageStoreSetItem",
"definitions": []
"definitions": [
{
"index": 2,
"type": "repeat",
"count": 9,
"definition": {
"name": "Item",
"converter": {
"type": "link",
"target": "Item"
}
}
}
]
}
16 changes: 16 additions & 0 deletions SaintCoinach/Definitions/MirageStoreSetItemLookup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"sheet": "MirageStoreSetItemLookup",
"definitions": [
{
"type": "repeat",
"count": 2,
"definition": {
"name": "MirageStoreSetItem",
"converter": {
"type": "link",
"target": "MirageStoreSetItem"
}
}
}
]
}

0 comments on commit 63fa966

Please sign in to comment.