Files
Gakumas-Translation-Data-EN/local-files/masterTrans/ExchangeItemCategory.json
Mocca 2a395d28f7 Update: UI & Commu TL 16/5
Update: UI & Commu TL 16/5
- 16/5 UI TL
- UI tweaks
- Commu Proofreading
2025-05-16 23:41:05 +07:00

61 lines
1.6 KiB
JSON

{
"rules": {
"primaryKeys": [
"exchangeId",
"number",
"categoryType",
"resourceType",
"itemType"
]
},
"data": [
{
"exchangeId": "exchange-piece-1",
"number": 1,
"categoryType": "ExchangeItemCategoryType_All",
"resourceType": "ResourceType_Unknown",
"itemType": "ItemType_Unknown",
"name": "All"
},
{
"exchangeId": "exchange-piece-1",
"number": 2,
"categoryType": "ExchangeItemCategoryType_ItemType",
"resourceType": "ResourceType_Unknown",
"itemType": "ItemType_IdolCardPiece",
"name": "Piece"
},
{
"exchangeId": "exchange-piece-1",
"number": 3,
"categoryType": "ExchangeItemCategoryType_Other",
"resourceType": "ResourceType_Unknown",
"itemType": "ItemType_Unknown",
"name": "Other"
},
{
"exchangeId": "exchange-support-piece-1",
"number": 1,
"categoryType": "ExchangeItemCategoryType_All",
"resourceType": "ResourceType_Unknown",
"itemType": "ItemType_Unknown",
"name": "All"
},
{
"exchangeId": "exchange-support-piece-1",
"number": 2,
"categoryType": "ExchangeItemCategoryType_ResourceType",
"resourceType": "ResourceType_SupportCard",
"itemType": "ItemType_Unknown",
"name": "Support Cards"
},
{
"exchangeId": "exchange-support-piece-1",
"number": 3,
"categoryType": "ExchangeItemCategoryType_Other",
"resourceType": "ResourceType_Unknown",
"itemType": "ItemType_Unknown",
"name": "Other"
}
]
}