mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-06 17:52:32 +00:00
Update: UI & Commu TL 16/5
Update: UI & Commu TL 16/5 - 16/5 UI TL - UI tweaks - Commu Proofreading
This commit is contained in:
61
local-files/masterTrans/ExchangeItemCategory.json
Normal file
61
local-files/masterTrans/ExchangeItemCategory.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user