From 63277367a1061feeaa8f386e58639539ffb0ca37 Mon Sep 17 00:00:00 2001 From: Mocca Date: Thu, 29 May 2025 10:33:25 +0700 Subject: [PATCH] Update: UI TL 29/5 Update: UI TL 29/5 - UI TL - UI tweaks --- local-files/masterTrans/Achievement.json | 30 + local-files/masterTrans/Character.json | 5 + local-files/masterTrans/CharacterAdv.json | 5 + local-files/masterTrans/CoinGashaButton.json | 5 + local-files/masterTrans/Costume.json | 55 + local-files/masterTrans/CostumeHead.json | 36 +- local-files/masterTrans/EventLabel.json | 2 +- local-files/masterTrans/GashaButton.json | 6 + local-files/masterTrans/HelpCategory.json | 84 +- local-files/masterTrans/HelpContent.json | 4 +- local-files/masterTrans/IdolCard.json | 8 + local-files/masterTrans/Item.json | 18 + local-files/masterTrans/Localization.json | 2 +- local-files/masterTrans/MeishiBaseAsset.json | 4 + .../masterTrans/MeishiIllustrationAsset.json | 4 + local-files/masterTrans/Mission.json | 96 +- local-files/masterTrans/MissionGroup.json | 4 + local-files/masterTrans/MissionPass.json | 5 + local-files/masterTrans/Music.json | 88 + local-files/masterTrans/ProduceCard.json | 1696 +++++++++++++++++ .../masterTrans/ProduceCardSearch.json | 25 + .../masterTrans/ProduceExamEffect.json | 645 +++++++ .../ProduceExamGimmickEffectGroup.json | 46 + .../masterTrans/ProduceExamStatusEnchant.json | 1393 +++++++++++++- .../masterTrans/ProduceExamTrigger.json | 115 ++ local-files/masterTrans/ProduceItem.json | 1462 ++++++++++++++ local-files/masterTrans/ProduceSkill.json | 78 + .../masterTrans/ProduceStepEventDetail.json | 374 ++++ local-files/masterTrans/ProduceStory.json | 109 +- local-files/masterTrans/PvpRateConfig.json | 4 + local-files/masterTrans/ShopItem.json | 20 + local-files/masterTrans/Story.json | 20 + local-files/masterTrans/StoryEvent.json | 4 + local-files/masterTrans/StoryGroup.json | 4 + local-files/masterTrans/SupportCard.json | 80 + .../masterTrans/SupportCardFlavor.json | 79 +- local-files/masterTrans/VoiceGroup.json | 540 ++++++ local-files/masterTrans/VoiceRoster.json | 15 + 38 files changed, 7072 insertions(+), 98 deletions(-) diff --git a/local-files/masterTrans/Achievement.json b/local-files/masterTrans/Achievement.json index c41ba0f9..5d580eb4 100644 --- a/local-files/masterTrans/Achievement.json +++ b/local-files/masterTrans/Achievement.json @@ -245,6 +245,21 @@ "name": "I'll give it to you!", "description": "【Happy Millefeuille】Get rating of A+ or higher in Rinami Himesaki's production {threshold} time(s)" }, + { + "id": "achieve-i_card-hrnm-3-012-01", + "name": "In any world", + "description": "【Howling over the World】Pass the Final Exam with Rinami Himesaki's Produce" + }, + { + "id": "achieve-i_card-hrnm-3-012-02", + "name": "Howling over the World", + "description": "【Howling over the World】Raise Rinami Himesaki’s Training Stage to {threshold}" + }, + { + "id": "achieve-i_card-hrnm-3-012-03", + "name": "Is that synchronicity?", + "description": "【Howling over the World】Earn A+ or higher {threshold} times with Rinami Himesaki's Produce" + }, { "id": "achieve-i_card-hski-3-001-01", "name": "POW!", @@ -545,6 +560,21 @@ "name": "Beloved Responsibility", "description": "【Yukidoke ni】Get rating of A+ or higher in China Kuramoto's production {threshold} time(s)" }, + { + "id": "achieve-i_card-kcna-3-012-01", + "name": "Next time, for sure", + "description": "【Howling over the World】Pass the Final Exam with China Kuramoto's Produce" + }, + { + "id": "achieve-i_card-kcna-3-012-02", + "name": "Howling over the World", + "description": "【Howling over the World】Raise China Kuramoto’s Training Stage to {threshold}" + }, + { + "id": "achieve-i_card-kcna-3-012-03", + "name": "I'll save the world!", + "description": "【Howling over the World】Earn A+ or higher {threshold} times with China Kuramoto's Produce" + }, { "id": "achieve-i_card-kllj-3-001-01", "name": "My First Ramune", diff --git a/local-files/masterTrans/Character.json b/local-files/masterTrans/Character.json index 96cc8964..8731d5ab 100644 --- a/local-files/masterTrans/Character.json +++ b/local-files/masterTrans/Character.json @@ -60,6 +60,11 @@ "lastName": "Katsuragi", "firstName": "Lilja" }, + { + "id": "myu0", + "lastName": "Mashiro", + "firstName": "Yu" + }, { "id": "nasr", "lastName": "Neo", diff --git a/local-files/masterTrans/CharacterAdv.json b/local-files/masterTrans/CharacterAdv.json index fa7ead00..7bb12a07 100644 --- a/local-files/masterTrans/CharacterAdv.json +++ b/local-files/masterTrans/CharacterAdv.json @@ -65,6 +65,11 @@ "name": "Lilja Katsuragi", "regexp": "Lilja" }, + { + "characterId": "myu0", + "name": "Mashiro Yu", + "regexp": "Yu" + }, { "characterId": "nasr", "name": "Asari Neo", diff --git a/local-files/masterTrans/CoinGashaButton.json b/local-files/masterTrans/CoinGashaButton.json index 0d917163..3da6e31d 100644 --- a/local-files/masterTrans/CoinGashaButton.json +++ b/local-files/masterTrans/CoinGashaButton.json @@ -40,6 +40,11 @@ "name": "Draw", "description": "Draw" }, + { + "id": "box-gasha-event-015_box_01_button", + "name": "Draw", + "description": "Draw" + }, { "id": "coin_gasha_button-1-001", "name": "Draw 1", diff --git a/local-files/masterTrans/Costume.json b/local-files/masterTrans/Costume.json index 6dd4bf84..c5a5f48f 100644 --- a/local-files/masterTrans/Costume.json +++ b/local-files/masterTrans/Costume.json @@ -110,6 +110,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Mao Arimura's Idol Road" }, + { + "id": "amao-cstm-0118", + "name": "Howling over the World", + "description": "【Fluorite】Get Howling over the World '25 Mao Arimura" + }, { "id": "amao-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -250,6 +255,11 @@ "name": "Ameagari no Iris ", "description": "【Ameagari no Iris】Obtained at the 4th stage of Kotone Fujita's talent bloom" }, + { + "id": "fktn-cstm-0118", + "name": "Howling over the World", + "description": "【Sekaiichi Kawaii Watashi】Get Howling over the World '25 Kotone Fujita" + }, { "id": "fktn-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -420,6 +430,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Rinami Himesaki's Idol Road" }, + { + "id": "hrnm-cstm-0118", + "name": "Howling over the World", + "description": "【Howling over the World】Get Rinami Himesaki" + }, { "id": "hrnm-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -575,6 +590,11 @@ "name": "Ameagari no Iris ", "description": "【Ameagari no Iris】Obtained at the 4th stage of Saki Hanami's talent bloom" }, + { + "id": "hski-cstm-0118", + "name": "Howling over the World", + "description": "【Fighting my way】Get Howling over the World '25 Saki Hanami" + }, { "id": "hski-othr-0002", "name": "Hot Springs Swimwear", @@ -670,6 +690,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Ume Hanami's Idol Road" }, + { + "id": "hume-cstm-0118", + "name": "Howling over the World", + "description": "【Tame-Lie-One-Step】Get Howling over the World '25 Sumika Shiun" + }, { "id": "hume-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -780,6 +805,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Sena Juo's Idol Road" }, + { + "id": "jsna-cstm-0118", + "name": "Howling over the World", + "description": "【Chiisana Yabou】Get Howling over the World '25 Sena Juo" + }, { "id": "jsna-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -910,6 +940,16 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of China Kuramoto's Idol Road" }, + { + "id": "kcna-cstm-0116", + "name": "Howling over the World", + "description": "【Howling over the World】Get China Kuramoto" + }, + { + "id": "kcna-cstm-0117", + "name": "Howling over the World", + "description": "【Howling over the World】Obtained at the 4th stage of China Kuramoto's talent bloom" + }, { "id": "kcna-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -1190,6 +1230,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Hiro Shinosawa's Idol Road" }, + { + "id": "shro-cstm-0118", + "name": "Howling over the World", + "description": "【Koukei】Get Howling over the World '25 Hiro Shinosawa" + }, { "id": "shro-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -1315,6 +1360,11 @@ "name": "Jet-black brilliance", "description": "Clear Stage 25 of Sumika Shiun's Idol Road" }, + { + "id": "ssmk-cstm-0118", + "name": "Howling over the World", + "description": "【Tame-Lie-One-Step】Get Howling over the World '25 Sumika Shiun" + }, { "id": "ssmk-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", @@ -1455,6 +1505,11 @@ "name": "Ameagari no Iris ", "description": "【Ameagari no Iris】Obtained at the 4th stage of Temari Tsukimura's talent bloom" }, + { + "id": "ttmr-cstm-0118", + "name": "Howling over the World", + "description": "【Luna say maybe】Get Howling over the World '25 Temari Tsukimura" + }, { "id": "ttmr-cstm-0119", "name": "Kokon Touzai Chochoi no Choi", diff --git a/local-files/masterTrans/CostumeHead.json b/local-files/masterTrans/CostumeHead.json index c786d420..7f837885 100644 --- a/local-files/masterTrans/CostumeHead.json +++ b/local-files/masterTrans/CostumeHead.json @@ -68,7 +68,7 @@ { "id": "costume_head_amao-hair-0001", "name": "Hydrangea Hair Ornament", - "description": "Earned through Premium Mission Pass June 2024" + "description": "Obtain via Premium Mission Pass June 2024" }, { "id": "costume_head_amao-hair-0002", @@ -235,6 +235,11 @@ "name": "Hatsumi ☆ Accessories", "description": "Purchase Hatsumi☆Accessory (Misuzu Hataya)" }, + { + "id": "costume_head_hmsz-hair-0007", + "name": "Teardrop Glass", + "description": "Earned through Premium Mission Pass June 2025" + }, { "id": "costume_head_hmsz-schl-0000", "name": "Casual Hairstyle", @@ -545,6 +550,11 @@ "name": "Hatsumi ☆ Accessories", "description": "Earned through Premium Mission Pass March 2025" }, + { + "id": "costume_head_hume-hair-0007", + "name": "Teardrop Glass", + "description": "Earned through Premium Mission Pass June 2025" + }, { "id": "costume_head_hume-schl-0000", "name": "Casual Hairstyle", @@ -670,6 +680,16 @@ "name": "Kasou Kyousoukyoku", "description": "【Kasou Kyousoukyoku】Get China Kuramoto" }, + { + "id": "costume_head_kcna-cstm-0116", + "name": "Howling over the World", + "description": "【Howling over the World】Get China Kuramoto" + }, + { + "id": "costume_head_kcna-cstm-0117", + "name": "Howling over the World", + "description": "【Howling over the World】Obtained at the 4th stage of China Kuramoto's talent bloom" + }, { "id": "costume_head_kcna-hair-0001", "name": "Hydrangea Hair Ornament", @@ -695,6 +715,11 @@ "name": "Hatsumi ☆ Accessories", "description": "Earned through Premium Mission Pass March 2025" }, + { + "id": "costume_head_kcna-hair-0007", + "name": "Teardrop Glass", + "description": "Earned through Premium Mission Pass June 2025" + }, { "id": "costume_head_kllj-cstm-0007", "name": "Hakusen", @@ -828,7 +853,7 @@ { "id": "costume_head_shro-hair-0001", "name": "Hydrangea Hair Ornament", - "description": "Earned through Premium Mission Pass June 2024" + "description": "Obtain via Premium Mission Pass June 2024" }, { "id": "costume_head_shro-hair-0002", @@ -850,6 +875,11 @@ "name": "Hatsumi ☆ Accessories", "description": "Earned through Premium Mission Pass March 2025" }, + { + "id": "costume_head_shro-hair-0007", + "name": "Teardrop Glass", + "description": "Earned through Premium Mission Pass June 2025" + }, { "id": "costume_head_ssmk-cstm-0009", "name": "Tame-Lie-One-Step", @@ -898,7 +928,7 @@ { "id": "costume_head_ssmk-hair-0001", "name": "Hydrangea Hair Ornament", - "description": "Earned through Premium Mission Pass June 2024" + "description": "Obtain via Premium Mission Pass June 2024" }, { "id": "costume_head_ssmk-hair-0002", diff --git a/local-files/masterTrans/EventLabel.json b/local-files/masterTrans/EventLabel.json index 18d59124..11a3db3d 100644 --- a/local-files/masterTrans/EventLabel.json +++ b/local-files/masterTrans/EventLabel.json @@ -31,7 +31,7 @@ }, { "eventType": "EventType_StoryEventBoxGasha", - "name": "Season" + "name": "Live Tour" }, { "eventType": "EventType_StoryEventGuildMission", diff --git a/local-files/masterTrans/GashaButton.json b/local-files/masterTrans/GashaButton.json index 9989bf2f..68656c48 100644 --- a/local-files/masterTrans/GashaButton.json +++ b/local-files/masterTrans/GashaButton.json @@ -96,6 +96,12 @@ "name": "10-Time Gacha", "description": "10-Time Gacha" }, + { + "id": "gasha_button-pickup-001-10-HowlingovertheWorld", + "order": 1, + "name": "10-Time Gacha", + "description": "10-Time Gacha" + }, { "id": "gasha_button-select-pickup-01", "order": 1, diff --git a/local-files/masterTrans/HelpCategory.json b/local-files/masterTrans/HelpCategory.json index e877304b..253bdaf7 100644 --- a/local-files/masterTrans/HelpCategory.json +++ b/local-files/masterTrans/HelpCategory.json @@ -14,19 +14,22 @@ " Achievements can be obtained by meeting various conditions. Collect achievements actively to earn rewards such as experience points for increasing your Producer Level. ", " When the number of stars earned through achievements reaches a certain amount, you can obtain Master Achievements. Master Achievements rank up based on the number of stars collected and grant rewards. ", " True End Achievements can be obtained by reaching the True End. Acquiring True End Achievements increases an idol's parameters." - ] + ], + "hiddenHelpList": false }, { "id": "help-box-gasha-event", "order": 20, - "name": "Seasonal Events", - "texts": [] + "name": "Live Tour Event", + "texts": [], + "hiddenHelpList": true }, { "id": "help-circle-battle-event", "order": 22, "name": "Regional Tour Events", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-contest", @@ -37,25 +40,29 @@ " Performance battles are conducted on each stage, and victories are determined by the scores obtained. The producer with the most stage victories wins. ", " Contests have grades. Ranking high allows you to be promoted to a higher grade. Higher grades grant more luxurious rewards. ", " Collect contest medals to exchange them for lavish rewards at the item exchange." - ] + ], + "hiddenHelpList": false }, { "id": "help-event_mission", "order": 21, "name": "Event Missions", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-event-mission", "order": 18, "name": "Special Missions", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-gasha", "order": 10, "name": "Gacha", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-guild", @@ -64,73 +71,85 @@ "texts": [ " In Circles, you can team up and interact with producers nationwide. ", " In Circles, you can request training items from Circle members and receive donated items. Donating items also earns you Friend Coins." - ] + ], + "hiddenHelpList": false }, { "id": "help-highscore", "order": 20, - "name": "Kunio Juo's Idol Enhancement Month", - "texts": [] + "name": "Idol Enhancement Month", + "texts": [], + "hiddenHelpList": true }, { "id": "help-highscorerush", "order": 20, - "name": "Kunio Juo's Idol Enhancement Month - Revised", - "texts": [] + "name": "Idol Enhancement Month - Revised", + "texts": [], + "hiddenHelpList": true }, { "id": "help-home", "order": 1, "name": "Home", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-idol", "order": 2, "name": "Idols", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-lesson", "order": 6, "name": "Lessons/Exams", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-main-story-event", "order": 19, "name": "Hatsuboshi Commu Event", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-memory", "order": 4, "name": "Memories", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-menu", "order": 15, "name": "Menu", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-mission", "order": 11, "name": "Missions", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-panel-mission", "order": 17, "name": "Panel Mission Events", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-photography-prepare-top", "order": 19, "name": "Idol Photo Shoots", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-produce", @@ -140,43 +159,50 @@ " Aim to pass exams and participate in live performances. To participate in lives, you need to pass the midterm and final exams. ", " Idol parameters are crucial for passing exams. Train your parameters to prepare for exams. ", " Each exam has evaluation criteria. Training parameters to match the evaluation criteria makes it easier to pass." - ] + ], + "hiddenHelpList": false }, { "id": "help-shop", "order": 14, "name": "Shop", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-story", "order": 7, "name": "Commu", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-story-event", "order": 16, "name": "Story Events", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-story-event-guild-mission", "order": 21, "name": "Linked Missions", - "texts": [] + "texts": [], + "hiddenHelpList": true }, { "id": "help-support", "order": 3, "name": "Support Cards", - "texts": [] + "texts": [], + "hiddenHelpList": false }, { "id": "help-tower", "order": 9, "name": "Idol Road", - "texts": [] + "texts": [], + "hiddenHelpList": false } ] } \ No newline at end of file diff --git a/local-files/masterTrans/HelpContent.json b/local-files/masterTrans/HelpContent.json index 40f76c73..c2099ea5 100644 --- a/local-files/masterTrans/HelpContent.json +++ b/local-files/masterTrans/HelpContent.json @@ -39,8 +39,8 @@ "helpCategoryId": "help-box-gasha-event", "id": "box-gasha-event", "order": 1, - "name": "Seasonal Events", - "detailUrl": "https://toastybuns3939.github.io/CampusHelp/Pages/help-box-gasha-event_box-gasha-event_1_Seasonal_Events.html" + "name": "Live Tour Event", + "detailUrl": "https://toastybuns3939.github.io/CampusHelp/Pages/help-box-gasha-event_box-gasha-event_1_Live_Tour_Event.html" }, { "helpCategoryId": "help-box-gasha-event", diff --git a/local-files/masterTrans/IdolCard.json b/local-files/masterTrans/IdolCard.json index f42f10b1..7b9dc137 100644 --- a/local-files/masterTrans/IdolCard.json +++ b/local-files/masterTrans/IdolCard.json @@ -121,6 +121,10 @@ "id": "i_card-hrnm-3-008", "name": "Happy Millefeuille" }, + { + "id": "i_card-hrnm-3-012", + "name": "Howling over the World" + }, { "id": "i_card-hski-1-000", "name": "School Life" @@ -241,6 +245,10 @@ "id": "i_card-kcna-3-009", "name": "Yukidoke ni" }, + { + "id": "i_card-kcna-3-012", + "name": "Howling over the World" + }, { "id": "i_card-kllj-1-000", "name": "School Life" diff --git a/local-files/masterTrans/Item.json b/local-files/masterTrans/Item.json index aa196bcb..449031a2 100644 --- a/local-files/masterTrans/Item.json +++ b/local-files/masterTrans/Item.json @@ -47,6 +47,12 @@ "description": "Item used for Event Gacha", "acquisitionRouteDescription": "Produce, etc." }, + { + "id": "item-coin-box-gasha-event-015", + "name": "Hiroshima Tour Medal", + "description": "Item used for Event Gacha", + "acquisitionRouteDescription": "Produce, etc." + }, { "id": "item-coin-highscorerush-event-001", "name": "Starlight", @@ -563,6 +569,12 @@ "description": "Item used for awakening and unlocking Produce Idols", "acquisitionRouteDescription": "Gacha, etc." }, + { + "id": "item-piece-idol_hrnm-3-012", + "name": "[Howling over the World] Rinami Himesaki's Piece", + "description": "Item used for awakening and unlocking Produce Idols", + "acquisitionRouteDescription": "Event Gacha, etc." + }, { "id": "item-piece-idol_hski-1-000", "name": "[Campus Life] Saki Hanami's Piece", @@ -743,6 +755,12 @@ "description": "Item used for awakening and unlocking Produce Idols", "acquisitionRouteDescription": "Gacha, etc." }, + { + "id": "item-piece-idol_kcna-3-012", + "name": "[Howling over the World] China Kuramoto's Piece", + "description": "Item used for awakening and unlocking Produce Idols", + "acquisitionRouteDescription": "Gacha, etc." + }, { "id": "item-piece-idol_kllj-1-000", "name": "[Campus Life] Lilja Katsuragi's Piece", diff --git a/local-files/masterTrans/Localization.json b/local-files/masterTrans/Localization.json index 4b55dabf..30915fc6 100644 --- a/local-files/masterTrans/Localization.json +++ b/local-files/masterTrans/Localization.json @@ -423,7 +423,7 @@ }, { "id": "profile.report.share.text", - "description": "#祝学マス1周年 #初星学園通知表" + "description": "#学マス #初星学園通知表" }, { "id": "pvp.rate.reward.rate.description", diff --git a/local-files/masterTrans/MeishiBaseAsset.json b/local-files/masterTrans/MeishiBaseAsset.json index 84d78a94..dad19610 100644 --- a/local-files/masterTrans/MeishiBaseAsset.json +++ b/local-files/masterTrans/MeishiBaseAsset.json @@ -101,6 +101,10 @@ "id": "first-live-05", "name": "The 1st Period Spotlight Star" }, + { + "id": "first-live-06", + "name": "The 1st Period Harmony Star" + }, { "id": "first-live-07", "name": "The 1st Period" diff --git a/local-files/masterTrans/MeishiIllustrationAsset.json b/local-files/masterTrans/MeishiIllustrationAsset.json index 11266b2a..7471163f 100644 --- a/local-files/masterTrans/MeishiIllustrationAsset.json +++ b/local-files/masterTrans/MeishiIllustrationAsset.json @@ -353,6 +353,10 @@ "id": "music-logo-first-live-05", "name": "Business Card Part \"The 1st Period live\"" }, + { + "id": "music-logo-first-live-06", + "name": "Business Card Part \"The 1st Period live\"" + }, { "id": "music-logo-fktn-003", "name": "" diff --git a/local-files/masterTrans/Mission.json b/local-files/masterTrans/Mission.json index 1ebcbcb2..e633b861 100644 --- a/local-files/masterTrans/Mission.json +++ b/local-files/masterTrans/Mission.json @@ -581,6 +581,26 @@ "id": "mission-box-gasha-event-007-mission_5", "name": "Clear SP Lessons {threshold} time(s)" }, + { + "id": "mission-box-gasha-event-015-mission_1", + "name": "Let's log in for {threshold} days!" + }, + { + "id": "mission-box-gasha-event-015-mission_2", + "name": "Pass the final exam {threshold} time(s)" + }, + { + "id": "mission-box-gasha-event-015-mission_3", + "name": "Draw Event Box Gacha {threshold} time(s)" + }, + { + "id": "mission-box-gasha-event-015-mission_4", + "name": "Achieve a total production score of {threshold}" + }, + { + "id": "mission-box-gasha-event-015-mission_5", + "name": "Clear SP Lessons {threshold} time(s)" + }, { "id": "mission-circle-battle-event-001-mission_1", "name": "Let's log in for {threshold} days!" @@ -2483,23 +2503,23 @@ }, { "id": "mission-normal-absoluteidolcardcount-1", - "name": "Recruit {threshold} produced idols" + "name": "Recruit {threshold} produce idols" }, { "id": "mission-normal-absoluteidolcardpotentialrankcount-1", - "name": "Unlock the first talent level for {threshold} produced idols" + "name": "Unlock the first talent level for {threshold} produce idols" }, { "id": "mission-normal-absoluteidolcardpotentialrankcount-2", - "name": "Unlock the second talent level for {threshold} produced idols" + "name": "Unlock the second talent level for {threshold} produce idols" }, { "id": "mission-normal-absoluteidolcardpotentialrankcount-3", - "name": "Unlock the third talent level for {threshold} produced idols" + "name": "Unlock the third talent level for {threshold} produce idols" }, { "id": "mission-normal-absoluteidolcardpotentialrankcount-4", - "name": "Unlock the fourth talent level for {threshold} produced idols" + "name": "Unlock the fourth talent level for {threshold} produce idols" }, { "id": "mission-normal-absolutepvprategrade-2", @@ -2551,11 +2571,11 @@ }, { "id": "mission-normal-incrementidolcardlevellimitrankupdatecount-1", - "name": "Train produced idols {threshold} time(s)" + "name": "Train produce idols {threshold} time(s)" }, { "id": "mission-normal-incrementIdolcardpotentialrankupdatecount-1", - "name": "Unlock talents for produced idols {threshold} time(s)" + "name": "Unlock talents for produce idols {threshold} time(s)" }, { "id": "mission-normal-incrementmeishiexchangecount-1", @@ -3713,6 +3733,18 @@ "id": "achieve-i_card-hrnm-3-008-03", "name": "【Happy Millefeuille】Get rating of A+ or higher in Rinami Himesaki's production {threshold} time(s)" }, + { + "id": "achieve-i_card-hrnm-3-012-01", + "name": "【Howling over the World】Pass the Final Exam with Rinami Himesaki's Produce" + }, + { + "id": "achieve-i_card-hrnm-3-012-02", + "name": "【Howling over the World】Raise Rinami Himesaki’s Training Stage to {threshold}" + }, + { + "id": "achieve-i_card-hrnm-3-012-03", + "name": "【Howling over the World】Earn A+ or higher {threshold} times with Rinami Himesaki's Produce" + }, { "id": "achieve-i_card-hski-3-001-01", "name": "【Boom Boom Pow】Pass the final exam in Saki Hanami's production" @@ -3953,6 +3985,18 @@ "id": "achieve-i_card-kcna-3-009-03", "name": "【Yukidoke ni】Get rating of A+ or higher in China Kuramoto's production {threshold} time(s)" }, + { + "id": "achieve-i_card-kcna-3-012-01", + "name": "【Howling over the World】Pass the Final Exam with China Kuramoto's Produce" + }, + { + "id": "achieve-i_card-kcna-3-012-02", + "name": "【Howling over the World】Raise China Kuramoto’s Training Stage to {threshold}" + }, + { + "id": "achieve-i_card-kcna-3-012-03", + "name": "【Howling over the World】Earn A+ or higher {threshold} times with China Kuramoto's Produce" + }, { "id": "achieve-i_card-kllj-3-001-01", "name": "【Kamurogiku】Pass the final exam in Lilja Katsuragi's production" @@ -5787,7 +5831,7 @@ }, { "id": "main_task_group-01-01#10", - "name": "Train a produced idol" + "name": "Train a produce idol" }, { "id": "main_task_group-01-01#11", @@ -5907,7 +5951,7 @@ }, { "id": "main_task_group-01-01#40", - "name": "Unlock the second training level for {threshold} produced idols" + "name": "Unlock the second training level for {threshold} produce idols" }, { "id": "main_task_group-01-01#41", @@ -5971,7 +6015,7 @@ }, { "id": "main_task_group-01-01#56", - "name": "Unlock the third training level for {threshold} produced idols" + "name": "Unlock the third training level for {threshold} produce idols" }, { "id": "main_task_group-01-01#57", @@ -6011,7 +6055,7 @@ }, { "id": "main_task_group-02-01#6", - "name": "Unlock the third training level for {threshold} produced idols" + "name": "Unlock the third training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#7", @@ -6051,7 +6095,7 @@ }, { "id": "main_task_group-02-01#16", - "name": "Unlock the third training level for {threshold} produced idols" + "name": "Unlock the third training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#17", @@ -6087,7 +6131,7 @@ }, { "id": "main_task_group-02-01#25", - "name": "Unlock the fourth training level for {threshold} produced idols" + "name": "Unlock the fourth training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#26", @@ -6159,7 +6203,7 @@ }, { "id": "main_task_group-02-01#43", - "name": "Unlock the fourth training level for {threshold} produced idols" + "name": "Unlock the fourth training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#44", @@ -6199,7 +6243,7 @@ }, { "id": "main_task_group-02-01#53", - "name": "Unlock the fourth training level for {threshold} produced idols" + "name": "Unlock the fourth training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#54", @@ -6323,7 +6367,7 @@ }, { "id": "main_task_group-02-01#84", - "name": "Unlock the fifth training level for {threshold} produced idols" + "name": "Unlock the fifth training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#85", @@ -6371,7 +6415,7 @@ }, { "id": "main_task_group-02-01#96", - "name": "Unlock the sixth training level for {threshold} produced idols" + "name": "Unlock the sixth training level for {threshold} produce idols" }, { "id": "main_task_group-02-01#97", @@ -6399,7 +6443,7 @@ }, { "id": "main_task_group-03-01#3", - "name": "Plan: Pass the final exam with the produced idol from Anomaly {threshold} time(s)" + "name": "Plan: Pass the final exam with the produce idol from Anomaly {threshold} time(s)" }, { "id": "main_task_group-03-01#4", @@ -6411,7 +6455,7 @@ }, { "id": "main_task_group-03-01#6", - "name": "Unlock the fourth training level for {threshold} produced idols" + "name": "Unlock the fourth training level for {threshold} produce idols" }, { "id": "main_task_group-03-01#7", @@ -6459,11 +6503,11 @@ }, { "id": "main_task_group-03-01#18", - "name": "Plan: Achieve A rank or higher {threshold} time(s) with the produced idol from Anomaly passing the final exam" + "name": "Plan: Achieve A rank or higher {threshold} time(s) with the produce idol from Anomaly passing the final exam" }, { "id": "main_task_group-03-01#19", - "name": "Unlock the sixth training level for {threshold} produced idols" + "name": "Unlock the sixth training level for {threshold} produce idols" }, { "id": "main_task_group-03-01#20", @@ -6519,7 +6563,7 @@ }, { "id": "main_task_group-03-01#33", - "name": "Unlock the sixth training level for {threshold} produced idols" + "name": "Unlock the sixth training level for {threshold} produce idols" }, { "id": "main_task_group-03-01#34", @@ -6599,7 +6643,7 @@ }, { "id": "main_task_group-03-01#53", - "name": "Unlock the sixth training level for {threshold} produced idols" + "name": "Unlock the sixth training level for {threshold} produce idols" }, { "id": "main_task_group-03-01#54", @@ -6651,7 +6695,7 @@ }, { "id": "main_task_group-03-01#66", - "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Requirement】Produce Idol from the Sense Plan" + "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Condition】Produce Idol from the Sense Plan" }, { "id": "main_task_group-03-01#67", @@ -6699,7 +6743,7 @@ }, { "id": "main_task_group-03-01#78", - "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Requirement】Produce Idol from the Logic Plan" + "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Condition】Produce Idol from the Logic Plan" }, { "id": "main_task_group-03-01#79", @@ -6711,7 +6755,7 @@ }, { "id": "main_task_group-03-01#81", - "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Requirement】Produce Idol from the Anomaly Plan" + "name": "Pass the Final Audition in N.I.A with rating S or higher\n【Condition】Produce Idol from the Anomaly Plan" }, { "id": "main_task_group-03-01#82", diff --git a/local-files/masterTrans/MissionGroup.json b/local-files/masterTrans/MissionGroup.json index 9305940b..3b249aac 100644 --- a/local-files/masterTrans/MissionGroup.json +++ b/local-files/masterTrans/MissionGroup.json @@ -69,6 +69,10 @@ "id": "mission-group-box-gasha-event-007", "name": "Fluttering Sakura on the Starting Line" }, + { + "id": "mission-group-box-gasha-event-015", + "name": "Box Story Event Mission 008" + }, { "id": "mission-group-circle-battle-event-001", "name": "#Animate Support Squad" diff --git a/local-files/masterTrans/MissionPass.json b/local-files/masterTrans/MissionPass.json index 621178c6..c3628d47 100644 --- a/local-files/masterTrans/MissionPass.json +++ b/local-files/masterTrans/MissionPass.json @@ -69,6 +69,11 @@ "id": "mission_pass-2025-05", "name": "Mission Pass", "description": "\"Mission Pass May 2025\" will release premium rewards that can be earned through the Mission Pass May 2025 achievement rewards.\nMission Pass May 2025 can be purchased at any time during the event period, and premium rewards for Mission Pass Pt that have\nalready been achieved can be earned immediately.\n\nPeriod of the event\n2025/05/01 05:00:00 〜 2025/06/01 04:59:59\n\nNotes\n・Even if you have purchased Premium Mission Pass May 2025, you will not be able to receive Premium Rewards for unfulfilled\n Mission Pass Pt.\n・The effect of Premium Mission Pass May 2025 will be inherited even if you change your device to another OS.\n・The Premium Mission Pass May 2025 will be inherited even if you play a multi-session with other devices.\n・The Jewels earned as Premium Rewards are free Jewels.You cannot use free Jewels to pay for Jewel services.\n・The effect of Premium Mission Pass May 2025 will not be available until the payment is completed after the purchase.\n・Premium Mission Pass May 2025 cannot be returned or exchanged at any time.\n・\"Mission Pass Pt\" earned during the period cannot be carried over to other mission passes.\"" + }, + { + "id": "mission_pass-2025-06", + "name": "Mission Pass", + "description": "\"Mission Pass June 2025\" will release premium rewards that can be earned through the Mission Pass June 2025 achievement rewards.\nMission Pass June 2025 can be purchased at any time during the event period, and premium rewards for Mission Pass Pt that have\nalready been achieved can be earned immediately.\n\nPeriod of the event\n2025/06/01 05:00:00 〜 2025/07/01 04:59:59\n\nNotes\n・Even if you have purchased Premium Mission Pass June 2025, you will not be able to receive Premium Rewards for unfulfilled\n Mission Pass Pt.\n・The effect of Premium Mission Pass June 2025 will be inherited even if you change your device to another OS.\n・The Premium Mission Pass June 2025 will be inherited even if you play a multi-session with other devices.\n・The Jewels earned as Premium Rewards are free Jewels.You cannot use free Jewels to pay for Jewel services.\n・The effect of Premium Mission Pass June 2025 will not be available until the payment is completed after the purchase.\n・Premium Mission Pass June 2025 cannot be returned or exchanged at any time.\n・\"Mission Pass Pt\" earned during the period cannot be carried over to other mission passes.\"" } ] } \ No newline at end of file diff --git a/local-files/masterTrans/Music.json b/local-files/masterTrans/Music.json index 7f84b09e..cedf7862 100644 --- a/local-files/masterTrans/Music.json +++ b/local-files/masterTrans/Music.json @@ -85,6 +85,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-011-inst", + "title": "Howling over the World [Instrumental]", + "displayTitle": "Howling over the World [Instrumental]", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-amao-001", "title": "Hajime", @@ -165,6 +173,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-amao-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-fktn-001", "title": "Hajime", @@ -245,6 +261,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-fktn-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-hmsz-001", "title": "Hajime", @@ -333,6 +357,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-hrnm-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-hski-001", "title": "Hajime", @@ -413,6 +445,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-hski-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-hume-001", "title": "Hajime", @@ -469,6 +509,14 @@ "composer": "Mei Osawa (Bandai Namco Studios Inc.)", "arranger": "Mei Osawa (Bandai Namco Studios Inc.)" }, + { + "id": "music-all-hume-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-jsna-001", "title": "Hajime", @@ -517,6 +565,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-jsna-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-kcna-001", "title": "Hajime", @@ -597,6 +653,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-kcna-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-kllj-001", "title": "Hajime", @@ -765,6 +829,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-shro-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-ssmk-001", "title": "Hajime", @@ -845,6 +917,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-ssmk-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-all-ttmr-001", "title": "Hajime", @@ -925,6 +1005,14 @@ "composer": "Hitoshi Harukawa (sixth floor)", "arranger": "Hitoshi Harukawa (sixth floor)" }, + { + "id": "music-all-ttmr-011", + "title": "Howling over the World", + "displayTitle": "Howling over the World", + "lyrics": "Karasuyasabou", + "composer": "Karasuyasabou", + "arranger": "Karasuyasabou" + }, { "id": "music-bgm-01_001", "title": "A Moment in the Classroom", diff --git a/local-files/masterTrans/ProduceCard.json b/local-files/masterTrans/ProduceCard.json index 878a89a9..aa2e4bd2 100644 --- a/local-files/masterTrans/ProduceCard.json +++ b/local-files/masterTrans/ProduceCard.json @@ -68112,6 +68112,834 @@ ], "name": "Until hope arrives+++" }, + { + "id": "p_card-01-ido-3_133", + "upgradeCount": 0, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "7" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "multiplied by 2x)" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPlayableValueAdd", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPlayableValueAdd_Produce", + "text": "Additional skill card usage " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "In any world" + }, + { + "id": "p_card-01-ido-3_133", + "upgradeCount": 1, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "17" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "multiplied by 2x)" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPlayableValueAdd", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPlayableValueAdd_Produce", + "text": "Additional skill card usage " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "In any world+" + }, + { + "id": "p_card-01-ido-3_133", + "upgradeCount": 2, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "22" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "multiplied by 2x)" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPlayableValueAdd", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPlayableValueAdd_Produce", + "text": "Additional skill card usage " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "In any world++" + }, + { + "id": "p_card-01-ido-3_133", + "upgradeCount": 3, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "22" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "multiplied by 2x)" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPlayableValueAdd", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPlayableValueAdd_Produce", + "text": "Additional skill card usage " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "In any world+++" + }, { "id": "p_card-01-men-0_007", "upgradeCount": 0, @@ -205908,6 +206736,874 @@ ], "name": "New light+++" }, + { + "id": "p_card-03-ido-3_131", + "upgradeCount": 0, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeCostValue", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "6" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "During lesson, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "enter hand at start " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "changes to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy increases " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+8" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "Next time, for sure" + }, + { + "id": "p_card-03-ido-3_131", + "upgradeCount": 1, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeCostValue", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "6" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "During lesson, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "enter hand at start " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "changes to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy increases " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+11" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "Next time, for sure+" + }, + { + "id": "p_card-03-ido-3_131", + "upgradeCount": 2, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeCostValue", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "6" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "During lesson, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "enter hand at start " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "changes to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy increases " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+13" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "Next time, for sure++" + }, + { + "id": "p_card-03-ido-3_131", + "upgradeCount": 3, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeCostValue", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "5" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "During lesson, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "enter hand at start " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeInitialAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_ProduceCardIsInitial", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "changes to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy increases " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+13" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_NoDeckDuplication", + "text": "Cannot be duplicated " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Lost", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardMovePositionType_Lost", + "text": "Once during lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizePlayMovePositionLost", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "Next time, for sure+++" + }, { "id": "p_card-03-men-0_013", "upgradeCount": 0, diff --git a/local-files/masterTrans/ProduceCardSearch.json b/local-files/masterTrans/ProduceCardSearch.json index 36719611..c3eefd92 100644 --- a/local-files/masterTrans/ProduceCardSearch.json +++ b/local-files/masterTrans/ProduceCardSearch.json @@ -1187,6 +1187,31 @@ } ] }, + { + "id": "p_card_search-playing-effect_group-visible-exam_lesson_buff-000", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Skill Card with Effects" + } + ] + }, { "id": "p_card_search-playing-effect_group-visible-exam_parameter_buff_multiple_per_turn-000", "produceDescriptions": [ diff --git a/local-files/masterTrans/ProduceExamEffect.json b/local-files/masterTrans/ProduceExamEffect.json index 58bb6622..f3bc69fc 100644 --- a/local-files/masterTrans/ProduceExamEffect.json +++ b/local-files/masterTrans/ProduceExamEffect.json @@ -4697,6 +4697,96 @@ } ] }, + { + "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-11", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy value increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+11" + } + ] + }, + { + "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-13", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy value increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+13" + } + ] + }, { "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-3", "produceDescriptions": [ @@ -4852,6 +4942,51 @@ } ] }, + { + "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-5", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy value increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+5" + } + ] + }, { "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-5-g_effect-cost_add-1", "produceDescriptions": [ @@ -4982,6 +5117,51 @@ } ] }, + { + "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-7", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy value increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+7" + } + ] + }, { "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-7-g_effect-cost_add-1", "produceDescriptions": [ @@ -5047,6 +5227,51 @@ } ] }, + { + "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-8", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy value increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+8" + } + ] + }, { "id": "e_effect-exam_add_grow_effect-p_card_search-mental_skill-deck_all-all-0_0-g_effect-block_add-8-g_effect-cost_add-1", "produceDescriptions": [ @@ -12007,6 +12232,61 @@ } ] }, + { + "id": "e_effect-exam_card_create_id-p_card-01-men-2_035-1-hand-1_1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-01-men-2_035", + "text": "Quiet Will+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + } + ] + }, { "id": "e_effect-exam_card_create_id-p_card-02-act-2_049-0-deck_first-1_1", "produceDescriptions": [ @@ -12117,6 +12397,116 @@ } ] }, + { + "id": "e_effect-exam_card_create_id-p_card-02-men-2_054-1-hand-1_1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-02-men-2_054", + "text": "The Night Before the Show+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + } + ] + }, + { + "id": "e_effect-exam_card_create_id-p_card-03-men-2_066-1-hand-1_1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-03-men-2_066", + "text": "Pride+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "To " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + } + ] + }, { "id": "e_effect-exam_card_create_search-0001-p_card_search-random-random_pool-p_random_pool-all-upgrade_1-1-hand-random-1_1", "produceDescriptions": [ @@ -20597,6 +20987,71 @@ } ] }, + { + "id": "e_effect-exam_enthusiastic_additive-0005-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamEnthusiasticAdditive", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamEnthusiasticAdditive", + "text": "Add Enthusiasm " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "5" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Turn) " + } + ] + }, { "id": "e_effect-exam_enthusiastic_additive-0005-inf", "produceDescriptions": [ @@ -31772,6 +32227,196 @@ } ] }, + { + "id": "e_effect-exam_lesson_depend_block-4400-1000-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, before decreasing " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "440" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% portion " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameter " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + } + ] + }, + { + "id": "e_effect-exam_lesson_depend_block-5000-1000-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, before decreasing " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "500" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% portion " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameter " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + } + ] + }, { "id": "e_effect-exam_lesson_depend_exam_card_play_aggressive-0500-01", "produceDescriptions": [ diff --git a/local-files/masterTrans/ProduceExamGimmickEffectGroup.json b/local-files/masterTrans/ProduceExamGimmickEffectGroup.json index d92c3c5b..d0e57377 100644 --- a/local-files/masterTrans/ProduceExamGimmickEffectGroup.json +++ b/local-files/masterTrans/ProduceExamGimmickEffectGroup.json @@ -80701,6 +80701,52 @@ } ] }, + { + "id": "p_exam_gimmick-contest-season_025-stage2", + "priority": 9, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamReview", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamReview_Produce", + "text": "Good impression " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1.5" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_EffectTimes", + "text": "x " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "p_exam_gimmick-gvg-season1-stage1-grade2", "priority": 5, diff --git a/local-files/masterTrans/ProduceExamStatusEnchant.json b/local-files/masterTrans/ProduceExamStatusEnchant.json index 6efbe028..6e01e0b1 100644 --- a/local-files/masterTrans/ProduceExamStatusEnchant.json +++ b/local-files/masterTrans/ProduceExamStatusEnchant.json @@ -14393,7 +14393,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -16613,7 +16613,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -19233,7 +19233,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -19388,7 +19388,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -19543,7 +19543,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -19698,7 +19698,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -23307,6 +23307,111 @@ } ] }, + { + "id": "enchant-pitem_01-0-001-0-008-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "at the end of a turn within the next 3 turns, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "4" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "(" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "x) " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_01-0-005-0-000-enc01", "produceDescriptions": [ @@ -27028,7 +27133,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -29248,7 +29353,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -35782,6 +35887,111 @@ } ] }, + { + "id": "enchant-pitem_01-3-127-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "of the next " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-01-men-2_035", + "text": "Quiet Resolve+ " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "On hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_01-3-131-0-enc01", "produceDescriptions": [ @@ -36322,6 +36532,196 @@ } ] }, + { + "id": "enchant-pitem_01-3-157-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when using a skill card with an effect, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaConsumptionDown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaConsumptionDown", + "text": "Reduced stamina consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Turn " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, + { + "id": "enchant-pitem_01-3-157-1-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when using a skill card with an effect, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaConsumptionDown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaConsumptionDown", + "text": "Reduced stamina consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Turn " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_01-3-176-0-enc01", "produceDescriptions": [ @@ -37712,6 +38112,91 @@ } ] }, + { + "id": "enchant-pitem_02-0-002-0-008-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When using an idol-exclusive skill card, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamReview", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamReview_Produce", + "text": "Good Impression " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "8" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_02-0-006-0-000-enc01", "produceDescriptions": [ @@ -40143,7 +40628,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -41578,7 +42063,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -43738,7 +44223,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -44088,7 +44573,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -44253,7 +44738,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -44988,7 +45473,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -45213,7 +45698,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -45438,7 +45923,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -45543,7 +46028,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -47018,7 +47503,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -47183,7 +47668,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -47693,7 +48178,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -50338,7 +50823,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -50443,7 +50928,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -51228,7 +51713,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -51433,7 +51918,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 6 or higher, " + "text": "if 6 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -51752,6 +52237,111 @@ } ] }, + { + "id": "enchant-pitem_02-3-128-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "of the next " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-02-men-2_054", + "text": "The Night Before the Performance+ " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "On hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_02-3-130-0-enc01", "produceDescriptions": [ @@ -53107,6 +53697,151 @@ } ] }, + { + "id": "enchant-pitem_03-0-003-0-003-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when changing, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental skill card " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Energy increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+8" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_03-0-007-0-000-enc01", "produceDescriptions": [ @@ -57638,7 +58373,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -57813,7 +58548,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -62188,7 +62923,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -62313,7 +63048,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "if it is 5 or higher, " + "text": "if 5 or higher, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", @@ -62387,6 +63122,111 @@ } ] }, + { + "id": "enchant-pitem_03-3-129-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "of the next " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-03-men-2_066", + "text": "Pride+ " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "On hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_03-3-132-0-enc01", "produceDescriptions": [ @@ -63067,6 +63907,121 @@ } ] }, + { + "id": "enchant-pitem_03-3-134-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_StepLessonType_DanceLesson", + "text": "【Dance Lesson/Dance Turn only】" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start of a turn, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If 3 times or more, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamEnthusiasticAdditive", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamEnthusiasticAdditive", + "text": "Add Enthusiasm " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "10" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_03-3-152-challenge-enc01", "produceDescriptions": [ @@ -63217,6 +64172,386 @@ } ] }, + { + "id": "enchant-pitem_03-3-155-0-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when changing, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "is 50 or more, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, prior to reduction " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "440" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, + { + "id": "enchant-pitem_03-3-155-1-enc01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when changing, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "is 50 or more, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, prior to reduction " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "500" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "parameters " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_ExamCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ] + }, { "id": "enchant-pitem_03-3-180-0-enc01", "produceDescriptions": [ @@ -67238,7 +68573,7 @@ "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceStepType": "ProduceStepType_Unknown", "targetId": "", - "text": "becomes 4 or more times, " + "text": "If 4 times or more, " }, { "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", diff --git a/local-files/masterTrans/ProduceExamTrigger.json b/local-files/masterTrans/ProduceExamTrigger.json index 09eea76f..6f62e07e 100644 --- a/local-files/masterTrans/ProduceExamTrigger.json +++ b/local-files/masterTrans/ProduceExamTrigger.json @@ -2307,6 +2307,31 @@ } ] }, + { + "id": "e_trigger-exam_card_play-p_card_search-playing-effect_group-visible-exam_lesson_buff-000-0_1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When using an effective skill card, " + } + ] + }, { "id": "e_trigger-exam_card_play-p_card_search-playing-effect_group-visible-exam_preservation-000-0_1", "produceDescriptions": [ @@ -5377,6 +5402,51 @@ } ] }, + { + "id": "e_trigger-exam_stance_change_concentration-block_up-50", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When becoming, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If it is 50 or higher, " + } + ] + }, { "id": "e_trigger-exam_stance_change_concentration-full_power_point_get_sum_up-5", "produceDescriptions": [ @@ -6321,6 +6391,51 @@ } ] }, + { + "id": "e_trigger-exam_start_turn-concentration_change_count_up-3-lesson_dance", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_StepLessonType_DanceLesson", + "text": "【Dance Lesson/Dance Turn Only】" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start of the turn, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If the number of occurrences reaches 3 or more, " + } + ] + }, { "id": "e_trigger-exam_start_turn-concentration_change_count_up-4", "produceDescriptions": [ diff --git a/local-files/masterTrans/ProduceItem.json b/local-files/masterTrans/ProduceItem.json index c67b0664..d6fed181 100644 --- a/local-files/masterTrans/ProduceItem.json +++ b/local-files/masterTrans/ProduceItem.json @@ -21840,6 +21840,122 @@ ], "name": "Hatsuboshi Object (Silver)" }, + { + "id": "pitem_01-0-001-0-008", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the end of turn within 3 turns remaining, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameter " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "4" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectCount", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "x) " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "3 Times Out of the Total) " + } + ], + "name": "Hatsuboshi Object (Silver)" + }, { "id": "pitem_01-0-005-0-000", "produceDescriptions": [ @@ -36116,6 +36232,122 @@ ], "name": "Starting Line to a Dream" }, + { + "id": "pitem_01-3-127-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the Start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-01-men-2_035", + "text": "Quiet Determination+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1 Time Out of the Total) " + } + ], + "name": "Victory in Your Hands" + }, { "id": "pitem_01-3-131-0", "produceDescriptions": [ @@ -36760,6 +36992,218 @@ ], "name": "N.I.A Bag (Purple) " }, + { + "id": "pitem_01-3-157-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When using the effect skill card, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaConsumptionDown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaConsumptionDown", + "text": "Decreased Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Turn(s) " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2 Times Out of the Total) " + } + ], + "name": "The Mic That Saved the World" + }, + { + "id": "pitem_01-3-157-1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLessonBuff", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLessonBuff_Produce", + "text": "Focus " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When using the effect skill card, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaConsumptionDown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaConsumptionDown", + "text": "Decreased Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeTurn", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Turn(s) " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "3 Times Out of the Total) " + } + ], + "name": "The Mic That Saved the World+" + }, { "id": "pitem_01-3-176-0", "produceDescriptions": [ @@ -38170,6 +38614,72 @@ ], "name": "Hatsuboshi Light (Orange)" }, + { + "id": "pitem_02-0-002-0-008", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When using idol-specific skill cards, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamReview", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamReview_Produce", + "text": "Good Impression " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "8" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + } + ], + "name": "Hatsuboshi Light (Orange)" + }, { "id": "pitem_02-0-006-0-000", "produceDescriptions": [ @@ -55182,6 +55692,122 @@ ], "name": "Childhood Friend's Determination" }, + { + "id": "pitem_02-3-128-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the Start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-02-men-2_054", + "text": "The Night Before the Show+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1 Time Out of the Total) " + } + ], + "name": "Lost Child Announcement" + }, { "id": "pitem_02-3-130-0", "produceDescriptions": [ @@ -56666,6 +57292,162 @@ ], "name": "Hatsuboshi Flag (Blue)" }, + { + "id": "pitem_03-0-003-0-003", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamPreservation", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamPreservation_Produce", + "text": "Preservation " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when it becomes, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardCategory", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_MentalSkill", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_MentalSkillCard", + "text": "Mental Skill Card" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCardGrowEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_BlockAdd", + "text": "Increases energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+8" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2 Times Out of the Total) " + } + ], + "name": "Hatsuboshi Flag (Blue)" + }, { "id": "pitem_03-0-007-0-000", "produceDescriptions": [ @@ -61700,6 +62482,42 @@ ], "name": "Hair Ornament Swaying in the Breeze+" }, + { + "id": "pitem_03-2-091-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "skill card effect obtained, Dance increase +" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "6" + } + ], + "name": "Free-Spirited Band" + }, { "id": "pitem_03-2-107-challenge", "produceDescriptions": [ @@ -68044,6 +68862,122 @@ ], "name": "Firm Memory, Extra Love " }, + { + "id": "pitem_03-3-129-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the Start, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceCard", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "p_card-03-men-2_066", + "text": "Pride+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "to " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardPositionType_Hand", + "text": "Hand " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamCardCreateId", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamCardCreateId", + "text": "Generate " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1 Time Out of the Total) " + } + ], + "name": "Perfect for Mao" + }, { "id": "pitem_03-3-132-0", "produceDescriptions": [ @@ -68708,6 +69642,132 @@ ], "name": "Everyday Essentials+" }, + { + "id": "pitem_03-3-134-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_StepLessonType_DanceLesson", + "text": "【Dance lesson/Dance turn only】" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "At the start of the turn, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If triggered 3 or more times, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamEnthusiasticAdditive", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamEnthusiasticAdditive", + "text": "Enthusiasm Boost " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "10" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "1 Time Out of the Total) " + } + ], + "name": "Detention in the Student Council Room" + }, { "id": "pitem_03-3-152-challenge", "produceDescriptions": [ @@ -68940,6 +70000,408 @@ ], "name": "N.I.A Bag (Black) " }, + { + "id": "pitem_03-3-155-0", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when it becomes, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If it reaches 50 or more, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, and before the decrease, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "440" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameter " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamStaminaReduceFix", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamStaminaReduceFix", + "text": "Stamina Consumption " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValue1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2 Times Out of the Total) " + } + ], + "name": "Legendary Idol Gear" + }, + { + "id": "pitem_03-3-155-1", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamConcentration", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamConcentration_Produce", + "text": "Confident " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "when it becomes, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "If it reaches 50 or more, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Set to 0, and before the decrease, " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamBlock", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamBlock", + "text": "Energy " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "of " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeEffectValuePercent1", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "500" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "% " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_ExamLesson", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ExamLesson", + "text": "Parameter " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Increase " + }, + { + "produceDescriptionType": "ProduceDescriptionType_Exam", + "examDescriptionType": "ExamDescriptionType_CustomizeLessonCountAdd", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Description_LessonCountAdd_CountSection", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": " (" + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Convert_002", + "text": "Lesson " + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "2 Times Out of the Total) " + } + ], + "name": "Legendary Idol Gear+" + }, { "id": "pitem_03-3-180-0", "produceDescriptions": [ diff --git a/local-files/masterTrans/ProduceSkill.json b/local-files/masterTrans/ProduceSkill.json index 8d075be1..a8a9c869 100644 --- a/local-files/masterTrans/ProduceSkill.json +++ b/local-files/masterTrans/ProduceSkill.json @@ -28713,6 +28713,84 @@ } ] }, + { + "id": "p_support_skill-common-p_trigger-get_produce_drink-dance_addition-03-001", + "level": 1, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When you get a P drink, dance increase +" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "3" + } + ] + }, + { + "id": "p_support_skill-common-p_trigger-get_produce_drink-dance_addition-03-001", + "level": 2, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When you get a P drink, dance increase +" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "4" + } + ] + }, + { + "id": "p_support_skill-common-p_trigger-get_produce_drink-dance_addition-03-001", + "level": 3, + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "When you get a P drink, dance increase +" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "5" + } + ] + }, { "id": "p_support_skill-common-p_trigger-produce_start-initial-dance_addition-01-001", "level": 1, diff --git a/local-files/masterTrans/ProduceStepEventDetail.json b/local-files/masterTrans/ProduceStepEventDetail.json index a0c642b6..28944977 100644 --- a/local-files/masterTrans/ProduceStepEventDetail.json +++ b/local-files/masterTrans/ProduceStepEventDetail.json @@ -109873,6 +109873,18 @@ "id": "event-detail-p_story-i_card-hrnm-3-008-03", "produceDescriptions": [] }, + { + "id": "event-detail-p_story-i_card-hrnm-3-012-01", + "produceDescriptions": [] + }, + { + "id": "event-detail-p_story-i_card-hrnm-3-012-02", + "produceDescriptions": [] + }, + { + "id": "event-detail-p_story-i_card-hrnm-3-012-03", + "produceDescriptions": [] + }, { "id": "event-detail-p_story-i_card-hski-3-000-01", "produceDescriptions": [] @@ -110101,6 +110113,18 @@ "id": "event-detail-p_story-i_card-kcna-3-009-03", "produceDescriptions": [] }, + { + "id": "event-detail-p_story-i_card-kcna-3-012-01", + "produceDescriptions": [] + }, + { + "id": "event-detail-p_story-i_card-kcna-3-012-02", + "produceDescriptions": [] + }, + { + "id": "event-detail-p_story-i_card-kcna-3-012-03", + "produceDescriptions": [] + }, { "id": "event-detail-p_story-i_card-kllj-3-001-01", "produceDescriptions": [] @@ -113267,6 +113291,56 @@ } ] }, + { + "id": "event-detail-s_card-2-0052-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceItem", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "pitem_03-2-091-0", + "text": "Easygoing Band" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Acquire " + } + ] + }, + { + "id": "event-detail-s_card-2-0052-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Dance Increase+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "15" + } + ] + }, { "id": "event-detail-s_card-3-0000-01", "produceDescriptions": [ @@ -117562,6 +117636,306 @@ } ] }, + { + "id": "event-detail-s_card-3-0059-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceItem", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "pitem_01-3-127-0", + "text": "Victory in Your Hands" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Acquire " + } + ] + }, + { + "id": "event-detail-s_card-3-0059-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Dance Increase+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "20" + } + ] + }, + { + "id": "event-detail-s_card-3-0059-03", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Obtain a random Skill Card and " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardUpgrade", + "text": "upgrade " + } + ] + }, + { + "id": "event-detail-s_card-3-0060-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceItem", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "pitem_02-3-128-0", + "text": "Lost Child Paging" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Acquire " + } + ] + }, + { + "id": "event-detail-s_card-3-0060-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Visual Increase+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "20" + } + ] + }, + { + "id": "event-detail-s_card-3-0060-03", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Obtain a random Skill Card and " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardUpgrade", + "text": "upgrade " + } + ] + }, + { + "id": "event-detail-s_card-3-0061-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceItem", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "pitem_03-3-129-0", + "text": "Perfect for Mao" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Acquire " + } + ] + }, + { + "id": "event-detail-s_card-3-0061-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Vocal Increase+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "20" + } + ] + }, + { + "id": "event-detail-s_card-3-0061-03", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Obtain a random Skill Card and " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardUpgrade", + "text": "upgrade " + } + ] + }, + { + "id": "event-detail-s_card-3-0062-01", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_ProduceItem", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "pitem_03-3-134-0", + "text": "Detention in the Student Council Room" + }, + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Acquire " + } + ] + }, + { + "id": "event-detail-s_card-3-0062-02", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Dance Increase+" + }, + { + "produceDescriptionType": "ProduceDescriptionType_DiffText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "20" + } + ] + }, + { + "id": "event-detail-s_card-3-0062-03", + "produceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "", + "text": "Obtain a random Skill Card and " + }, + { + "produceDescriptionType": "ProduceDescriptionType_ProduceDescription", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "targetId": "Label_ProduceCardUpgrade", + "text": "upgrade " + } + ] + }, { "id": "event-detail-s_card-3-0067-01", "produceDescriptions": [ diff --git a/local-files/masterTrans/ProduceStory.json b/local-files/masterTrans/ProduceStory.json index fb996624..91d90917 100644 --- a/local-files/masterTrans/ProduceStory.json +++ b/local-files/masterTrans/ProduceStory.json @@ -1378,11 +1378,10 @@ "id": "p_story-001-hmsz-ending-true-01", "title": "True End", "produceEventHintProduceConditionDescriptions": [ - "Pass the Final Exam in 1st Place ", - "Undefined Pattern (Type: LatestAuditionRank, ResourceID1: , ResourceID2: , MinMaxType: MIN_MAX, Min: 1, Max: 1) ", - "Achievement “Up at the Top” unlocked ", - "Achievement “As Expected of You, Producer” unlocked ", - "Achievement “Cloudy Skies Today” unlocked" + "最終試験を1位で合格する", + "アチーブメント「高いところで」を獲得する", + "アチーブメント「さすがです、プロデューサー」を獲得する", + "アチーブメント「今日は曇り空」を獲得する" ] }, { @@ -9736,6 +9735,21 @@ "title": "Happy millefeuille Ep.3", "produceEventHintProduceConditionDescriptions": [] }, + { + "id": "p_story-i_card-hrnm-3-012-01", + "title": "Howling over the World Ep. 1", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-i_card-hrnm-3-012-02", + "title": "Howling over the World Ep. 2", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-i_card-hrnm-3-012-03", + "title": "Howling over the World Ep. 3", + "produceEventHintProduceConditionDescriptions": [] + }, { "id": "p_story-i_card-hski-3-000-01", "title": "Fighting My Way Ep.1", @@ -10036,6 +10050,21 @@ "title": "Yukidoke ni Ep.3", "produceEventHintProduceConditionDescriptions": [] }, + { + "id": "p_story-i_card-kcna-3-012-01", + "title": "Howling over the World Ep. 1", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-i_card-kcna-3-012-02", + "title": "Howling over the World Ep. 2", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-i_card-kcna-3-012-03", + "title": "Howling over the World Ep. 3", + "produceEventHintProduceConditionDescriptions": [] + }, { "id": "p_story-i_card-kllj-3-000-01", "title": "Hakusen Ep.1", @@ -10956,6 +10985,16 @@ "title": "The Reason for Her Calmness", "produceEventHintProduceConditionDescriptions": [] }, + { + "id": "p_story-s_card-2-0052-01", + "title": "I truly respect you!", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-2-0052-02", + "title": "Aspirational Ballet", + "produceEventHintProduceConditionDescriptions": [] + }, { "id": "p_story-s_card-3-0000-01", "title": "Friend lunch", @@ -11811,6 +11850,66 @@ "title": "Ramen to Make Up", "produceEventHintProduceConditionDescriptions": [] }, + { + "id": "p_story-s_card-3-0059-01", + "title": "Close Classmates", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0059-02", + "title": "Have a Cookie!", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0059-03", + "title": "Tell Me More", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0060-01", + "title": "Broadcast Club Duties", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0060-02", + "title": "Not Just Cute", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0060-03", + "title": "Endless Break Time", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0061-01", + "title": "I Can’t Be Stopped Now!", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0061-02", + "title": "Tone Down the Scolding", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0061-03", + "title": "Flour Prince", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0062-01", + "title": "Endless Potential", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0062-02", + "title": "At Least They’ve Got Guts", + "produceEventHintProduceConditionDescriptions": [] + }, + { + "id": "p_story-s_card-3-0062-03", + "title": "Like a Master and Disciple", + "produceEventHintProduceConditionDescriptions": [] + }, { "id": "p_story-s_card-3-0067-01", "title": "When Giving It Your All", diff --git a/local-files/masterTrans/PvpRateConfig.json b/local-files/masterTrans/PvpRateConfig.json index 24139fb8..c6d87cb8 100644 --- a/local-files/masterTrans/PvpRateConfig.json +++ b/local-files/masterTrans/PvpRateConfig.json @@ -73,6 +73,10 @@ "id": "pvp_rate_config-24", "description": "S24" }, + { + "id": "pvp_rate_config-25", + "description": "S25" + }, { "id": "pvp_rate_config-3", "description": "S3" diff --git a/local-files/masterTrans/ShopItem.json b/local-files/masterTrans/ShopItem.json index c2d6491f..ab314f49 100644 --- a/local-files/masterTrans/ShopItem.json +++ b/local-files/masterTrans/ShopItem.json @@ -13,6 +13,10 @@ "id": "shop_costume_amao-trng-0002", "name": "Hatsuboshi Academy Gym Uniform (Mao Arimura)" }, + { + "id": "shop_costume_costume_head_amao-hair-0001", + "name": "Hydrangea hair accessory (Mao Arimura)" + }, { "id": "shop_costume_costume_head_fktn-hair-0001", "name": "Hydrangea Hair Ornament (Kotone Fujita)" @@ -49,6 +53,14 @@ "id": "shop_costume_costume_head_jsna-hair-0003", "name": "Round Glasses (Sena Juo)" }, + { + "id": "shop_costume_costume_head_shro-hair-0001", + "name": "Hydrangea hair accessory (Hiro Shinosawa)" + }, + { + "id": "shop_costume_costume_head_ssmk-hair-0001", + "name": "Hydrangea hair accessory (Sumika Shiun)" + }, { "id": "shop_costume_costume_head_ttmr-hair-0001", "name": "Hydrangea Hair Ornament (Temari Tsukimura)" @@ -313,6 +325,10 @@ "id": "shop_pack_item-100dl", "name": "【1 Million DL Commemoration】Training Pack (until 6/28)" }, + { + "id": "shop_pack_item-1stPeriodHarmonyStar-selection-ticket", + "name": "The 1st Period Harmony Star Commemorative Pack" + }, { "id": "shop_pack_item-1stPeriodSpotlightStar-selection-ticket", "name": "The 1st Period Spotlight Star Commemorative Pack" @@ -456,6 +472,10 @@ { "id": "shop_pass_item-0013", "name": "Premium Mission Pass May 2025" + }, + { + "id": "shop_pass_item-0014", + "name": "Premium Mission Pass June 2025" } ] } \ No newline at end of file diff --git a/local-files/masterTrans/Story.json b/local-files/masterTrans/Story.json index f9a5f238..b0e08587 100644 --- a/local-files/masterTrans/Story.json +++ b/local-files/masterTrans/Story.json @@ -329,6 +329,26 @@ "id": "story-box-gasha-event-012-05", "title": "Fluttering Sakura on the Starting Line Ep.5" }, + { + "id": "story-box-gasha-event-015-01", + "title": "Live Tour Event - Hiroshima Edition Ep.1" + }, + { + "id": "story-box-gasha-event-015-02", + "title": "Live Tour Event - Hiroshima Edition Ep. 2" + }, + { + "id": "story-box-gasha-event-015-03", + "title": "Live Tour Event - Hiroshima Edition Ep.3" + }, + { + "id": "story-box-gasha-event-015-04", + "title": "Live Tour Event - Hiroshima Edition Ep.4" + }, + { + "id": "story-box-gasha-event-015-05", + "title": "Live Tour Event - Hiroshima Edition Ep.5" + }, { "id": "story-circle-battle-event-001-01", "title": "#Animate Support Squad Ep.1" diff --git a/local-files/masterTrans/StoryEvent.json b/local-files/masterTrans/StoryEvent.json index c9574768..b1602fd7 100644 --- a/local-files/masterTrans/StoryEvent.json +++ b/local-files/masterTrans/StoryEvent.json @@ -33,6 +33,10 @@ "id": "box-gasha-event-007", "title": "Fluttering Sakura on the Starting Line" }, + { + "id": "box-gasha-event-015", + "title": "Live Tour Event - Hiroshima Edition" + }, { "id": "main-story-event-001", "title": "Hatsuboshi Commu Ch2: Idols living together vol.1" diff --git a/local-files/masterTrans/StoryGroup.json b/local-files/masterTrans/StoryGroup.json index a5cd4dc3..269bc572 100644 --- a/local-files/masterTrans/StoryGroup.json +++ b/local-files/masterTrans/StoryGroup.json @@ -33,6 +33,10 @@ "id": "box_gasha_event-12-01", "title": "Fluttering Sakura on the Starting Line" }, + { + "id": "box_gasha_event-15-01", + "title": "Live Tour Event - Hiroshima Edition" + }, { "id": "main_story_group-01-01", "title": "" diff --git a/local-files/masterTrans/SupportCard.json b/local-files/masterTrans/SupportCard.json index 770a1fd2..2c7b3ca1 100644 --- a/local-files/masterTrans/SupportCard.json +++ b/local-files/masterTrans/SupportCard.json @@ -956,6 +956,22 @@ ], "name": "Sweets, thin tea, astringency" }, + { + "id": "s_card-2-0052", + "upgradeProduceCardProduceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardGrowEffectType": "ProduceCardGrowEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "text": "/ Medium" + } + ], + "name": "Un, deux, trois!" + }, { "id": "s_card-3-0000", "upgradeProduceCardProduceDescriptions": [ @@ -1868,6 +1884,70 @@ ], "name": "Just talking to myself" }, + { + "id": "s_card-3-0059", + "upgradeProduceCardProduceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardGrowEffectType": "ProduceCardGrowEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "text": "/ High" + } + ], + "name": "You two seem totally close now♪" + }, + { + "id": "s_card-3-0060", + "upgradeProduceCardProduceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardGrowEffectType": "ProduceCardGrowEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "text": "/ High" + } + ], + "name": "A lost child announcement" + }, + { + "id": "s_card-3-0061", + "upgradeProduceCardProduceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardGrowEffectType": "ProduceCardGrowEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "text": "/ High" + } + ], + "name": "Let’s hear everyone’s opinions♪" + }, + { + "id": "s_card-3-0062", + "upgradeProduceCardProduceDescriptions": [ + { + "produceDescriptionType": "ProduceDescriptionType_PlainText", + "examDescriptionType": "ExamDescriptionType_Unknown", + "examEffectType": "ProduceExamEffectType_Unknown", + "produceCardGrowEffectType": "ProduceCardGrowEffectType_Unknown", + "produceCardCategory": "ProduceCardCategory_Unknown", + "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", + "produceStepType": "ProduceStepType_Unknown", + "text": "/ High" + } + ], + "name": "Well done, Kuramoto" + }, { "id": "s_card-3-0067", "upgradeProduceCardProduceDescriptions": [ diff --git a/local-files/masterTrans/SupportCardFlavor.json b/local-files/masterTrans/SupportCardFlavor.json index 6b18c1c5..5199b946 100644 --- a/local-files/masterTrans/SupportCardFlavor.json +++ b/local-files/masterTrans/SupportCardFlavor.json @@ -696,6 +696,21 @@ "number": 3, "text": "I hope that one day, I can be like\nHataya-san too—!" }, + { + "supportCardId": "s_card-2-0052", + "number": 1, + "text": "This... this is how it's done!" + }, + { + "supportCardId": "s_card-2-0052", + "number": 2, + "text": "Fufu. Pretty good, right?" + }, + { + "supportCardId": "s_card-2-0052", + "number": 3, + "text": "D-Don’t let go of me just yet...\nI’m trembling here..." + }, { "supportCardId": "s_card-3-0000", "number": 1, @@ -1544,7 +1559,7 @@ { "supportCardId": "s_card-3-0058", "number": 1, - "text": "We’re in a fight right now…\ncan you not talk to me?" + "text": "We’re in a fight right now...\ncan you not talk to me?" }, { "supportCardId": "s_card-3-0058", @@ -1556,6 +1571,66 @@ "number": 3, "text": "I suddenly remembered the time the\nthree of us ate together, and it made me crave it." }, + { + "supportCardId": "s_card-3-0059", + "number": 1, + "text": "Aren’t you taking this game a little too\nseriously?" + }, + { + "supportCardId": "s_card-3-0059", + "number": 2, + "text": "This is normal, isn’t it?\nBetween us, anyway." + }, + { + "supportCardId": "s_card-3-0059", + "number": 3, + "text": "Temari-chan, come at me with everything\nyou’ve got too!" + }, + { + "supportCardId": "s_card-3-0060", + "number": 1, + "text": "Read this, please." + }, + { + "supportCardId": "s_card-3-0060", + "number": 2, + "text": "Umm... Misuzu Hataya-san, is someone\nlooking for you?" + }, + { + "supportCardId": "s_card-3-0060", + "number": 3, + "text": "...Sigh." + }, + { + "supportCardId": "s_card-3-0061", + "number": 1, + "text": "A hairpin that suits Arimura?" + }, + { + "supportCardId": "s_card-3-0061", + "number": 2, + "text": "Interesting topic.\nLet me pitch my idea too." + }, + { + "supportCardId": "s_card-3-0061", + "number": 3, + "text": "I think a cat hairpin would be cute♪" + }, + { + "supportCardId": "s_card-3-0062", + "number": 1, + "text": "Uuugh~! No matter how many times I try,\nthe numbers just don’t add up...!" + }, + { + "supportCardId": "s_card-3-0062", + "number": 2, + "text": "Calm down. Your rows are misaligned." + }, + { + "supportCardId": "s_card-3-0062", + "number": 3, + "text": "Waaahhh~~!\nI don’t get it at all~~!?" + }, { "supportCardId": "s_card-3-0067", "number": 1, @@ -1564,7 +1639,7 @@ { "supportCardId": "s_card-3-0067", "number": 2, - "text": "Yes… Fufu… Shinozawa-san, I guess I\ncan’t hide anything from you." + "text": "Yes... Fufu... Shinozawa-san, I guess I\ncan’t hide anything from you." }, { "supportCardId": "s_card-3-0067", diff --git a/local-files/masterTrans/VoiceGroup.json b/local-files/masterTrans/VoiceGroup.json index aa2b75a3..88ed31b3 100644 --- a/local-files/masterTrans/VoiceGroup.json +++ b/local-files/masterTrans/VoiceGroup.json @@ -176,6 +176,16 @@ "voiceAssetId": "sud_vo_system_amao-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-amao-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_amao-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-amao-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_amao-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-amao-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_amao-cstm-0119_01", @@ -786,6 +796,46 @@ "voiceAssetId": "sud_vo_system_cidol-amao-3-011_home_cmmn-03", "title": "Home ③" }, + { + "id": "voice_group-cidol-amao-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-amao-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-amao-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-amao-3-012-detail", + "voiceAssetId": "sud_vo_system_amao-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-amao-3-012-detail", + "voiceAssetId": "sud_vo_system_amao-cstm-0118_02", + "title": "Change ②" + }, + { + "id": "voice_group-cidol-amao-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-amao-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-amao-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-amao-3-012_home_cmmn-03", + "title": "Home ③" + }, { "id": "voice_group-cidol-fktn-1-000-detail", "voiceAssetId": "sud_vo_system_fktn-casl-0000_01", @@ -1416,6 +1466,46 @@ "voiceAssetId": "sud_vo_system_fktn-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-fktn-3-014_home", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-fktn-3-014_home", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-fktn-3-014_home", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-fktn-3-014-detail", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-fktn-3-014-detail", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-fktn-3-014-detail", + "voiceAssetId": "sud_vo_system_cidol-fktn-3-014_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-fktn-3-014-detail", + "voiceAssetId": "sud_vo_system_fktn-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-fktn-3-014-detail", + "voiceAssetId": "sud_vo_system_fktn-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-hmsz-1-000-detail", "voiceAssetId": "sud_vo_system_hmsz-schl-0000_01", @@ -2126,6 +2216,66 @@ "voiceAssetId": "sud_vo_system_hrnm-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-hrnm-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hrnm-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hrnm-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hrnm-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hrnm-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hrnm-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hrnm-3-012-detail", + "voiceAssetId": "sud_vo_system_hrnm-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-hrnm-3-012-detail", + "voiceAssetId": "sud_vo_system_hrnm-cstm-0118_02", + "title": "Change ②" + }, + { + "id": "voice_group-cidol-hrnm-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_produce_schedule-01", + "title": "Produce ①" + }, + { + "id": "voice_group-cidol-hrnm-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_produce_schedule-02", + "title": "Produce ②" + }, + { + "id": "voice_group-cidol-hrnm-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_produce_schedule-03", + "title": "Produce ③" + }, + { + "id": "voice_group-cidol-hrnm-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-hrnm-3-012_produce_schedule-04", + "title": "Produce ④" + }, { "id": "voice_group-cidol-hski-1-000-detail", "voiceAssetId": "sud_vo_system_hski-schl-0000_01", @@ -2776,6 +2926,46 @@ "voiceAssetId": "sud_vo_system_cidol-hski-3-012_produce_schedule-04", "title": "Produce ④" }, + { + "id": "voice_group-cidol-hski-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hski-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hski-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hski-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hski-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hski-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hski-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hski-3-013-detail", + "voiceAssetId": "sud_vo_system_hski-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-hski-3-013-detail", + "voiceAssetId": "sud_vo_system_hski-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-hume-1-000-detail", "voiceAssetId": "sud_vo_system_hume-schl-0000_01", @@ -3136,6 +3326,46 @@ "voiceAssetId": "sud_vo_system_hume-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-hume-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hume-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hume-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hume-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-hume-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-hume-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-hume-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-hume-3-013-detail", + "voiceAssetId": "sud_vo_system_hume-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-hume-3-013-detail", + "voiceAssetId": "sud_vo_system_hume-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-jsna-1-000-detail", "voiceAssetId": "sud_vo_system_jsna-schl-0000_01", @@ -3516,6 +3746,46 @@ "voiceAssetId": "sud_vo_system_jsna-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-jsna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-jsna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-jsna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-jsna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-jsna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-jsna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-jsna-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-jsna-3-012-detail", + "voiceAssetId": "sud_vo_system_jsna-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-jsna-3-012-detail", + "voiceAssetId": "sud_vo_system_jsna-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-kcna-1-000-detail", "voiceAssetId": "sud_vo_system_kcna-casl-0000_01", @@ -4146,6 +4416,66 @@ "voiceAssetId": "sud_vo_system_kcna-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-kcna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-kcna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-kcna-3-012_home", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-kcna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-kcna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-kcna-3-012-detail", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-kcna-3-012-detail", + "voiceAssetId": "sud_vo_system_kcna-cstm-0116_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-kcna-3-012-detail", + "voiceAssetId": "sud_vo_system_kcna-cstm-0116_02", + "title": "Change ②" + }, + { + "id": "voice_group-cidol-kcna-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_produce_schedule-01", + "title": "Produce ①" + }, + { + "id": "voice_group-cidol-kcna-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_produce_schedule-02", + "title": "Produce ②" + }, + { + "id": "voice_group-cidol-kcna-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_produce_schedule-03", + "title": "Produce ③" + }, + { + "id": "voice_group-cidol-kcna-3-012-produce_schedule", + "voiceAssetId": "sud_vo_system_cidol-kcna-3-012_produce_schedule-04", + "title": "Produce ④" + }, { "id": "voice_group-cidol-kllj-1-000-detail", "voiceAssetId": "sud_vo_system_kllj-schl-0000_01", @@ -5306,6 +5636,46 @@ "voiceAssetId": "sud_vo_system_shro-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-shro-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-shro-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-shro-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-shro-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-shro-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-shro-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-shro-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-shro-3-013-detail", + "voiceAssetId": "sud_vo_system_shro-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-shro-3-013-detail", + "voiceAssetId": "sud_vo_system_shro-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-ssmk-1-000-detail", "voiceAssetId": "sud_vo_system_ssmk-schl-0000_01", @@ -5876,6 +6246,46 @@ "voiceAssetId": "sud_vo_system_ssmk-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-ssmk-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-ssmk-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-ssmk-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-ssmk-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-ssmk-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-ssmk-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ssmk-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-ssmk-3-013-detail", + "voiceAssetId": "sud_vo_system_ssmk-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-ssmk-3-013-detail", + "voiceAssetId": "sud_vo_system_ssmk-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-cidol-ttmr-1-000-detail", "voiceAssetId": "sud_vo_system_ttmr-casl-0000_01", @@ -6506,6 +6916,46 @@ "voiceAssetId": "sud_vo_system_ttmr-cstm-0119_02", "title": "Change ②" }, + { + "id": "voice_group-cidol-ttmr-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-ttmr-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-ttmr-3-013_home", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-ttmr-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-01", + "title": "Home ①" + }, + { + "id": "voice_group-cidol-ttmr-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-02", + "title": "Home ②" + }, + { + "id": "voice_group-cidol-ttmr-3-013-detail", + "voiceAssetId": "sud_vo_system_cidol-ttmr-3-013_home_cmmn-03", + "title": "Home ③" + }, + { + "id": "voice_group-cidol-ttmr-3-013-detail", + "voiceAssetId": "sud_vo_system_ttmr-cstm-0118_01", + "title": "Change ①" + }, + { + "id": "voice_group-cidol-ttmr-3-013-detail", + "voiceAssetId": "sud_vo_system_ttmr-cstm-0118_02", + "title": "Change ②" + }, { "id": "voice_group-fktn-casl-0000-cmmn", "voiceAssetId": "sud_vo_system_fktn-casl-0000_01", @@ -6676,6 +7126,16 @@ "voiceAssetId": "sud_vo_system_fktn-cstm-0112_02", "title": "Ameagari no Iris" }, + { + "id": "voice_group-fktn-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_fktn-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-fktn-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_fktn-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-fktn-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_fktn-cstm-0119_01", @@ -6936,6 +7396,16 @@ "voiceAssetId": "sud_vo_system_hrnm-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-hrnm-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hrnm-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-hrnm-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hrnm-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-hrnm-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_hrnm-cstm-0119_01", @@ -7156,6 +7626,16 @@ "voiceAssetId": "sud_vo_system_hski-cstm-0112_02", "title": "Ameagari no Iris" }, + { + "id": "voice_group-hski-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hski-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-hski-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hski-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-hski-othr-0002-cmmn", "voiceAssetId": "sud_vo_system_hski-othr-0002_01", @@ -7306,6 +7786,16 @@ "voiceAssetId": "sud_vo_system_hume-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-hume-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hume-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-hume-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_hume-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-hume-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_hume-cstm-0119_01", @@ -7466,6 +7956,16 @@ "voiceAssetId": "sud_vo_system_jsna-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-jsna-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_jsna-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-jsna-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_jsna-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-jsna-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_jsna-cstm-0119_01", @@ -7676,6 +8176,16 @@ "voiceAssetId": "sud_vo_system_kcna-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-kcna-cstm-0116-cmmn", + "voiceAssetId": "sud_vo_system_kcna-cstm-0116_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-kcna-cstm-0116-cmmn", + "voiceAssetId": "sud_vo_system_kcna-cstm-0116_02", + "title": "Howling over the World" + }, { "id": "voice_group-kcna-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_kcna-cstm-0119_01", @@ -8116,6 +8626,16 @@ "voiceAssetId": "sud_vo_system_shro-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-shro-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_shro-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-shro-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_shro-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-shro-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_shro-cstm-0119_01", @@ -8311,6 +8831,16 @@ "voiceAssetId": "sud_vo_system_ssmk-cstm-0110_02", "title": "Jet-black brilliance" }, + { + "id": "voice_group-ssmk-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_ssmk-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-ssmk-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_ssmk-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-ssmk-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_ssmk-cstm-0119_01", @@ -8531,6 +9061,16 @@ "voiceAssetId": "sud_vo_system_ttmr-cstm-0112_02", "title": "Ameagari no Iris" }, + { + "id": "voice_group-ttmr-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_ttmr-cstm-0118_01", + "title": "Howling over the World" + }, + { + "id": "voice_group-ttmr-cstm-0118-cmmn", + "voiceAssetId": "sud_vo_system_ttmr-cstm-0118_02", + "title": "Howling over the World" + }, { "id": "voice_group-ttmr-cstm-0119-cmmn", "voiceAssetId": "sud_vo_system_ttmr-cstm-0119_01", diff --git a/local-files/masterTrans/VoiceRoster.json b/local-files/masterTrans/VoiceRoster.json index 51a291db..dd1812a8 100644 --- a/local-files/masterTrans/VoiceRoster.json +++ b/local-files/masterTrans/VoiceRoster.json @@ -1241,6 +1241,21 @@ "assetId": "sud_vo_system_hmsz_home_transition-16", "title": "Home (Spring) ③" }, + { + "characterId": "hmsz", + "assetId": "sud_vo_system_hmsz_home_transition-17", + "title": "Home (Summer) ①" + }, + { + "characterId": "hmsz", + "assetId": "sud_vo_system_hmsz_home_transition-18", + "title": "Home (Summer) ②" + }, + { + "characterId": "hmsz", + "assetId": "sud_vo_system_hmsz_home_transition-19", + "title": "Home (Summer) ③" + }, { "characterId": "hmsz", "assetId": "sud_vo_system_hmsz_idol_potential-01",