Skip to content

Instantly share code, notes, and snippets.

@lmcintyre
Created September 13, 2023 03:50
Show Gist options
  • Save lmcintyre/e8a7f70927ae8de6990ea7063a094165 to your computer and use it in GitHub Desktop.
Save lmcintyre/e8a7f70927ae8de6990ea7063a094165 to your computer and use it in GitHub Desktop.
{
"sheet": "SpecialShop",
"defaultColumn": "Name",
"isGenericReferenceTarget": true,
"definitions": [
{
"name": "Name"
},
{
"index": 1,
"type": "repeat",
"count": 2,
"definition": {
"type": "group",
"members": [
{
"type": "repeat",
"count": 60,
"definition": {
"name": "Item{Receive}",
"converter": {
"type": "link",
"target": "Item"
}
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "Count{Receive}"
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "SpecialShopItemCategory",
"converter": {
"type": "link",
"target": "SpecialShopItemCategory"
}
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "HQ{Receive}"
}
}
]
}
},
{
"index": 481,
"type": "repeat",
"count": 3,
"definition": {
"type": "group",
"members": [
{
"type": "repeat",
"count": 60,
"definition": {
"name": "Item{Cost}",
"converter": {
"type": "link",
"target": "Item"
}
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "Count{Cost}"
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "HQ{Cost}"
}
},
{
"type": "repeat",
"count": 60,
"definition": {
"name": "CollectabilityRating{Cost}"
}
}
]
}
},
{
"index": 1201,
"type": "repeat",
"count": 60,
"definition": {
"name": "Quest{Item}",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 1441,
"type": "repeat",
"count": 60,
"definition": {
"name": "AchievementUnlock",
"converter": {
"type": "link",
"target": "Achievement"
}
}
},
{
"index": 1561,
"type": "repeat",
"count": 60,
"definition": {
"name": "PatchNumber"
}
},
{
"index": 1621,
"name": "UseCurrencyType"
},
{
"index": 1622,
"name": "Quest{Unlock}",
"converter": {
"type": "link",
"target": "Quest"
}
},
{
"index": 1623,
"name": "CompleteText",
"converter": {
"type": "link",
"target": "DefaultTalk"
}
},
{
"index": 1624,
"name": "NotCompleteText",
"converter": {
"type": "link",
"target": "DefaultTalk"
}
}
]
}
sheet: SpecialShop
definition:
- Name
- struct: Item[160]
definition:
- ReceiveCount[2]
- CurrencyCost[3]
- Item[2]
- SpecialShopItemCategory[2]
- ItemCost[3]
- Quest[2]
- Unknown
- AchievementUnlock
- CollectibilityCost[3]
- PatchNumber
- HqCost[3]
- Unknown[3]
- ReceiveHq[3]
- Quest
- Unknown
- Unknown
- CompleteText
- NotCompleteText
- Unknown
- UseCurrencyType
- Unknown
- Unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment