Skip to content

Commit

Permalink
MJILandmark definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Sep 8, 2022
1 parent 62df700 commit 59def3b
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion SaintCoinach/Definitions/MJILandmark.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
{
"sheet": "MJILandmark",
"definitions": []
"definitions": [
{
"index": 17,
"type": "repeat",
"count": 5,
"definition": {
"name": "Material",
"converter": {
"type": "link",
"target": "MJIItemPouch"
}
}
},
{
"index": 22,
"type": "repeat",
"count": 5,
"definition": {
"name": "Amount"
}
},
{
"name": "Name",
"index": 27,
"converter": {
"type": "link",
"target": "MJIText"
}
},
{
"index": 29,
"name": "Icon",
"converter": {
"type": "icon"
}
}
]
}

0 comments on commit 59def3b

Please sign in to comment.