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:
Mocca
2025-05-16 23:41:05 +07:00
parent 73bda7f06e
commit 2a395d28f7
94 changed files with 15855 additions and 1751 deletions

View 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"
}
]
}