This commit is contained in:
Mocca
2025-01-21 00:40:48 +07:00
parent 232c6a958a
commit b2b36a475f
94 changed files with 921746 additions and 98505 deletions

View File

@@ -1,29 +1,63 @@
{
"TutorialType_Work|name": "Work",
"TutorialType_Work|description": "Work feature unlocked",
"TutorialType_Work|routeDescription": "Check from \"Work\" on the Home screen",
"TutorialType_PvpRate|name": "Contest",
"TutorialType_PvpRate|description": "Contest feature unlocked",
"TutorialType_PvpRate|routeDescription": "Check from \"Contest\"",
"TutorialType_CoinGasha|name": "Coin Gacha",
"TutorialType_CoinGasha|description": "Coin Gacha feature unlocked",
"TutorialType_CoinGasha|routeDescription": "Check from \"Coin Gacha\" in the Shop",
"TutorialType_MoneyReceive|name": "Activity Funds",
"TutorialType_MoneyReceive|description": "Activity Funds feature unlocked",
"TutorialType_MoneyReceive|routeDescription": "Check from \"Activity Funds\" on the Home screen",
"TutorialType_IdolCardLevelLimitRankUpdate|name": "Produce Idol Training",
"TutorialType_IdolCardLevelLimitRankUpdate|description": "Produce Idol Training feature unlocked",
"TutorialType_IdolCardLevelLimitRankUpdate|routeDescription": "Check from \"P-Idol Development\" under Idol",
"TutorialType_SupportCardLevelUpdate|name": "Support Card Enhancement",
"TutorialType_SupportCardLevelUpdate|description": "Support Card Enhancement feature unlocked",
"TutorialType_SupportCardLevelUpdate|routeDescription": "Check from \"Support Cards\" under Idol",
"TutorialType_DailyExchange|name": "Daily Exchange Shop",
"TutorialType_DailyExchange|description": "Daily Exchange Shop feature unlocked",
"TutorialType_DailyExchange|routeDescription": "Check from \"Daily Exchange Shop\" in the Shop",
"TutorialType_Tower|name": "Path to Idol",
"TutorialType_Tower|description": "Path to Idol feature unlocked",
"TutorialType_Tower|routeDescription": "Check from \"Path to Idol\" under Contest",
"TutorialType_Guild|name": "Circle",
"TutorialType_Guild|description": "Circle feature unlocked",
"TutorialType_Guild|routeDescription": "Check from \"Circle\" in the Menu"
"rules": {
"primaryKeys": [
"tutorialType"
]
},
"data": [
{
"tutorialType": "TutorialType_Work",
"name": "Work",
"description": "Work feature unlocked",
"routeDescription": "Check from \"Work\" on the Home screen"
},
{
"tutorialType": "TutorialType_PvpRate",
"name": "Contest",
"description": "Contest feature unlocked",
"routeDescription": "Check from \"Contest\""
},
{
"tutorialType": "TutorialType_CoinGasha",
"name": "Coin Gacha",
"description": "Coin Gacha feature unlocked",
"routeDescription": "Check from \"Coin Gacha\" in the Shop"
},
{
"tutorialType": "TutorialType_MoneyReceive",
"name": "Activity Funds",
"description": "Activity Funds feature unlocked",
"routeDescription": "Check from \"Activity Funds\" on the Home screen"
},
{
"tutorialType": "TutorialType_IdolCardLevelLimitRankUpdate",
"name": "Produce Idol Training",
"description": "Produce Idol Training feature unlocked",
"routeDescription": "Check from \"P-Idol Development\" under Idol"
},
{
"tutorialType": "TutorialType_SupportCardLevelUpdate",
"name": "Support Card Enhancement",
"description": "Support Card Enhancement feature unlocked",
"routeDescription": "Check from \"Support Cards\" under Idol"
},
{
"tutorialType": "TutorialType_DailyExchange",
"name": "Daily Exchange Shop",
"description": "Daily Exchange Shop feature unlocked",
"routeDescription": "Check from \"Daily Exchange Shop\" in the Shop"
},
{
"tutorialType": "TutorialType_Tower",
"name": "Path to Idol",
"description": "Path to Idol feature unlocked",
"routeDescription": "Check from \"Path to Idol\" under Contest"
},
{
"tutorialType": "TutorialType_Guild",
"name": "Circle",
"description": "Circle feature unlocked",
"routeDescription": "Check from \"Circle\" in the Menu"
}
]
}