diff --git a/SaintCoinach/Definitions/Glasses.json b/SaintCoinach/Definitions/Glasses.json new file mode 100644 index 00000000..94d666bd --- /dev/null +++ b/SaintCoinach/Definitions/Glasses.json @@ -0,0 +1,29 @@ +{ + "sheet": "Glasses", + "defaultColumn": "Name", + "definitions": [ + { + "index": 2, + "name": "Icon", + "converter": { + "type": "icon" + } + }, + { + "index": 4, + "name": "Singular" + }, + { + "index": 6, + "name": "Plural" + }, + { + "index": 12, + "name": "Description" + }, + { + "index": 13, + "name": "Name" + } + ] +} diff --git a/SaintCoinach/Definitions/GlassesStyle.json b/SaintCoinach/Definitions/GlassesStyle.json new file mode 100644 index 00000000..3c4c4f2d --- /dev/null +++ b/SaintCoinach/Definitions/GlassesStyle.json @@ -0,0 +1,41 @@ +{ + "sheet": "GlassesStyle", + "defaultColumn": "Name", + "definitions": [ + { + "index": 1, + "name": "Icon", + "converter": { + "type": "icon" + } + }, + { + "index": 2, + "name": "Order" + }, + { + "index": 3, + "type": "repeat", + "count": 12, + "definition": { + "name": "Glasses", + "converter": { + "type": "link", + "target": "Glasses" + } + } + }, + { + "index": 15, + "name": "Singular" + }, + { + "index": 17, + "name": "Plural" + }, + { + "index": 23, + "name": "Name" + } + ] +}