This commit is contained in:
Mocca
2025-01-23 01:31:31 +07:00
parent 4c7a97bbe3
commit fc1795587c
33 changed files with 5985 additions and 691 deletions

View File

@@ -1963,7 +1963,7 @@
{ {
"id": "achieve-p_idol-kllj-013", "id": "achieve-p_idol-kllj-013",
"name": "The Courage to Take a Step Forward", "name": "The Courage to Take a Step Forward",
"description": "Enhance skill cards {threshold} times while producing Lilja Katsuragi" "description": "Upgrade skill cards {threshold} times while producing Lilja Katsuragi"
}, },
{ {
"id": "achieve-p_idol-kllj-014", "id": "achieve-p_idol-kllj-014",
@@ -2273,7 +2273,7 @@
{ {
"id": "achieve-p_idol-ttmr-012", "id": "achieve-p_idol-ttmr-012",
"name": "Body and Soul", "name": "Body and Soul",
"description": "Enhance skill cards {threshold} times while producing Temari Tsukimura" "description": "Upgrade skill cards {threshold} times while producing Temari Tsukimura"
}, },
{ {
"id": "achieve-p_idol-ttmr-013", "id": "achieve-p_idol-ttmr-013",

View File

@@ -0,0 +1,104 @@
{
"rules": {
"primaryKeys": [
"characterId"
]
},
"data": [
{
"characterId": "amao",
"name": "Mao Arimura",
"regexp": "Mao"
},
{
"characterId": "atbm",
"name": "Tsubame Amaya",
"regexp": "Tsubame"
},
{
"characterId": "fktn",
"name": "Kotone Fujita",
"regexp": "Kotone"
},
{
"characterId": "gkgt",
"name": "Gokugetsu Academy",
"regexp": "Gokugetsu Academy"
},
{
"characterId": "hmsz",
"name": "Misuzu Hataya",
"regexp": "Misuzu"
},
{
"characterId": "hrnm",
"name": "Rinami Himesaki",
"regexp": "Rinami"
},
{
"characterId": "hski",
"name": "Saki Hanami",
"regexp": "Saki"
},
{
"characterId": "hume",
"name": "Ume Hanami",
"regexp": "Ume"
},
{
"characterId": "jkno",
"name": "Kunio Juo",
"regexp": "Kunio"
},
{
"characterId": "jsna",
"name": "Sena Juo",
"regexp": "Sena"
},
{
"characterId": "kcna",
"name": "China Kuramoto",
"regexp": "China"
},
{
"characterId": "kllj",
"name": "Lilja Katsuragi",
"regexp": "Lilja"
},
{
"characterId": "nasr",
"name": "Asari Neo",
"regexp": "Asari-Sensei"
},
{
"characterId": "shro",
"name": "Hiro Shinosawa",
"regexp": "Hiro"
},
{
"characterId": "ssmk",
"name": "Sumika Shiun",
"regexp": "Sumika"
},
{
"characterId": "trda",
"name": "Dance Trainer",
"regexp": "Dance Trainer"
},
{
"characterId": "trvi",
"name": "Vocal Trainer",
"regexp": "Vocal Trainer"
},
{
"characterId": "trvo",
"name": "Visual Trainer",
"regexp": "Visual Trainer"
},
{
"characterId": "ttmr",
"name": "Temari Tsukimura",
"regexp": "Temari"
}
]
}

View File

@@ -71,7 +71,7 @@
}, },
{ {
"id": "effect_group-visible-exam_card_upgrade-000", "id": "effect_group-visible-exam_card_upgrade-000",
"name": "Enhanced During Lessons" "name": "Upgraded During Lessons"
}, },
{ {
"id": "effect_group-visible-exam_concentration-000", "id": "effect_group-visible-exam_concentration-000",
@@ -183,7 +183,7 @@
}, },
{ {
"id": "effect_group-visible-produce_card_upgrade-000", "id": "effect_group-visible-produce_card_upgrade-000",
"name": "Enhance" "name": "Upgrade"
}, },
{ {
"id": "effect_group-visible-produce_point_addition-000", "id": "effect_group-visible-produce_point_addition-000",
@@ -219,11 +219,11 @@
}, },
{ {
"id": "effect_group-visible-shop_produce_card_upgrade_price_discount_multiple-000", "id": "effect_group-visible-shop_produce_card_upgrade_price_discount_multiple-000",
"name": "Discount on Skill Card Enhancement in Consultation" "name": "Discount on Skill Card Upgrade in Consultation"
}, },
{ {
"id": "effect_group-visible-shop_produce_card_upgrade_price_up_multiple-000", "id": "effect_group-visible-shop_produce_card_upgrade_price_up_multiple-000",
"name": "Increase on Skill Card Enhancement in Consultation" "name": "Increase on Skill Card Upgrade in Consultation"
}, },
{ {
"id": "effect_group-visible-shop_produce_drink_price_discount_multiple-000", "id": "effect_group-visible-shop_produce_drink_price_discount_multiple-000",

View File

@@ -37,8 +37,8 @@
}, },
{ {
"tutorialType": "TutorialType_SupportCardLevelUpdate", "tutorialType": "TutorialType_SupportCardLevelUpdate",
"name": "Support Card Enhancement", "name": "Support Card Upgrade",
"description": "Support Card Enhancement feature unlocked", "description": "Support Card Upgrade feature unlocked",
"routeDescription": "Check from \"Support Cards\" under Idol" "routeDescription": "Check from \"Support Cards\" under Idol"
}, },
{ {

View File

@@ -473,7 +473,7 @@
"helpCategoryId": "help-lesson", "helpCategoryId": "help-lesson",
"id": "lesson-produce-card-powerup", "id": "lesson-produce-card-powerup",
"order": 6, "order": 6,
"name": "Skill Card Enhancement" "name": "Skill Card Upgrade"
}, },
{ {
"helpCategoryId": "help-lesson", "helpCategoryId": "help-lesson",
@@ -1139,7 +1139,7 @@
"helpCategoryId": "help-support", "helpCategoryId": "help-support",
"id": "support-produce-upgrade-select", "id": "support-produce-upgrade-select",
"order": 5, "order": 5,
"name": "Level Enhancement" "name": "Level Upgrade"
}, },
{ {
"helpCategoryId": "help-support", "helpCategoryId": "help-support",

View File

@@ -781,8 +781,8 @@
}, },
{ {
"id": "item-produceboostreward_support_card_enhance_point-1", "id": "item-produceboostreward_support_card_enhance_point-1",
"name": "Support Enhancement Pt Gain Boost", "name": "Support Upgrade Pt Gain Boost",
"description": "Item that increases Support Enhancement Pt gain by 200% when used at Produce start", "description": "Item that increases Support Upgrade Pt gain by 200% when used at Produce start",
"acquisitionRouteDescription": "AP Exchange Shop, etc." "acquisitionRouteDescription": "AP Exchange Shop, etc."
}, },
{ {
@@ -805,8 +805,8 @@
}, },
{ {
"id": "item-support_card_enhance_point", "id": "item-support_card_enhance_point",
"name": "Support Enhancement Pt", "name": "Support Upgrade Pt",
"description": "Points used to enhance Support Cards", "description": "Points used to Upgrade Support Cards",
"acquisitionRouteDescription": "Produce, Jobs, Tasks, Achievements, etc." "acquisitionRouteDescription": "Produce, Jobs, Tasks, Achievements, etc."
}, },
{ {

View File

@@ -75,7 +75,7 @@
}, },
{ {
"id": "card.upgrade_status_list.produce_card", "id": "card.upgrade_status_list.produce_card",
"description": "Unique Skill Card Enhancement" "description": "Unique Skill Card Upgrade"
}, },
{ {
"id": "common.live_battle_stage.mid.name", "id": "common.live_battle_stage.mid.name",
@@ -207,7 +207,7 @@
}, },
{ {
"id": "produce.change_upgrade.message.result", "id": "produce.change_upgrade.message.result",
"description": "{0} was changed to {1} and enhanced." "description": "{0} was changed to {1} and Upgraded."
}, },
{ {
"id": "produce.change.message.result", "id": "produce.change.message.result",
@@ -323,7 +323,7 @@
}, },
{ {
"id": "produce.schedule.step_customize_description", "id": "produce.schedule.step_customize_description",
"description": "Spend P-Points to customize enhanced skill cards." "description": "Spend P-Points to customize Upgraded skill cards."
}, },
{ {
"id": "produce.schedule.step_fan_present_description", "id": "produce.schedule.step_fan_present_description",

View File

@@ -24,8 +24,8 @@
"mainTaskGroupId": "main_task_group-01-01", "mainTaskGroupId": "main_task_group-01-01",
"number": 3, "number": 3,
"title": "Hatsuboshi Task 3", "title": "Hatsuboshi Task 3",
"description": "Enhance Support Cards", "description": "Upgrade Support Cards",
"homeDescription": "Enhance Support Cards" "homeDescription": "Upgrade Support Cards"
}, },
{ {
"mainTaskGroupId": "main_task_group-01-01", "mainTaskGroupId": "main_task_group-01-01",
@@ -913,8 +913,8 @@
"mainTaskGroupId": "main_task_group-02-01", "mainTaskGroupId": "main_task_group-02-01",
"number": 70, "number": 70,
"title": "P-Task 70", "title": "P-Task 70",
"description": "Enhance Skill Cards {threshold} times in Produce Mode", "description": "Upgrade Skill Cards {threshold} times in Produce Mode",
"homeDescription": "Enhance Skill Cards {threshold} times in Produce Mode" "homeDescription": "Upgrade Skill Cards {threshold} times in Produce Mode"
}, },
{ {
"mainTaskGroupId": "main_task_group-02-01", "mainTaskGroupId": "main_task_group-02-01",

View File

@@ -151,135 +151,135 @@
}, },
{ {
"id": "highscore-amao-01", "id": "highscore-amao-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-amao-02", "id": "highscore-amao-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-amao-03", "id": "highscore-amao-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-fktn-01", "id": "highscore-fktn-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-fktn-02", "id": "highscore-fktn-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-fktn-03", "id": "highscore-fktn-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-hrnm-01", "id": "highscore-hrnm-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-hrnm-02", "id": "highscore-hrnm-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-hrnm-03", "id": "highscore-hrnm-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-hski-01", "id": "highscore-hski-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-hski-02", "id": "highscore-hski-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-hski-03", "id": "highscore-hski-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-hume-01", "id": "highscore-hume-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-hume-02", "id": "highscore-hume-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-hume-03", "id": "highscore-hume-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-jsna-01", "id": "highscore-jsna-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-jsna-02", "id": "highscore-jsna-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-jsna-03", "id": "highscore-jsna-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-kcna-01", "id": "highscore-kcna-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-kcna-02", "id": "highscore-kcna-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-kcna-03", "id": "highscore-kcna-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-kllj-01", "id": "highscore-kllj-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-kllj-02", "id": "highscore-kllj-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-kllj-03", "id": "highscore-kllj-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-shro-01", "id": "highscore-shro-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-shro-02", "id": "highscore-shro-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-shro-03", "id": "highscore-shro-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-ssmk-01", "id": "highscore-ssmk-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-ssmk-02", "id": "highscore-ssmk-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-ssmk-03", "id": "highscore-ssmk-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "highscore-ttmr-01", "id": "highscore-ttmr-01",
"name": "Enhancement Month [Gold]" "name": "Upgrade Month [Gold]"
}, },
{ {
"id": "highscore-ttmr-02", "id": "highscore-ttmr-02",
"name": "Enhancement Month [Silver]" "name": "Upgrade Month [Silver]"
}, },
{ {
"id": "highscore-ttmr-03", "id": "highscore-ttmr-03",
"name": "Enhancement Month [Bronze]" "name": "Upgrade Month [Bronze]"
}, },
{ {
"id": "idol-amao-01", "id": "idol-amao-01",

View File

@@ -503,7 +503,7 @@
}, },
{ {
"id": "mission-circle-battle-event-001-mission_3", "id": "mission-circle-battle-event-001-mission_3",
"name": "Pass the final exam {threshold} times in Saki Hanami's production (do it now)" "name": "Pass the final exam {threshold} times in Saki Hanami's production!"
}, },
{ {
"id": "mission-circle-battle-event-001-mission_4", "id": "mission-circle-battle-event-001-mission_4",
@@ -511,7 +511,7 @@
}, },
{ {
"id": "mission-circle-battle-event-001-mission_5", "id": "mission-circle-battle-event-001-mission_5",
"name": "Pass the final exam {threshold} times in Kotone Fujita's production (do it now)" "name": "Pass the final exam {threshold} times in Kotone Fujita's production!"
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_11", "id": "mission-comeback_daily_release_mission_001-mission_11",
@@ -543,7 +543,7 @@
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_22", "id": "mission-comeback_daily_release_mission_001-mission_22",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_23", "id": "mission-comeback_daily_release_mission_001-mission_23",
@@ -595,7 +595,7 @@
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_43", "id": "mission-comeback_daily_release_mission_001-mission_43",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_44", "id": "mission-comeback_daily_release_mission_001-mission_44",
@@ -643,7 +643,7 @@
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_63", "id": "mission-comeback_daily_release_mission_001-mission_63",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "mission-comeback_daily_release_mission_001-mission_64", "id": "mission-comeback_daily_release_mission_001-mission_64",
@@ -707,7 +707,7 @@
}, },
{ {
"id": "mission-daily-incrementsupportcardenhancecount-1", "id": "mission-daily-incrementsupportcardenhancecount-1",
"name": "Enhance support cards {threshold} times" "name": "Upgrade support cards {threshold} times"
}, },
{ {
"id": "mission-daily-incrementworkcount-1", "id": "mission-daily-incrementworkcount-1",
@@ -811,7 +811,7 @@
}, },
{ {
"id": "mission-highscore-event-002-mission_16", "id": "mission-highscore-event-002-mission_16",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-highscore-event-002-mission_16_1", "id": "mission-highscore-event-002-mission_16_1",
@@ -839,7 +839,7 @@
}, },
{ {
"id": "mission-highscore-event-003-mission_14", "id": "mission-highscore-event-003-mission_14",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-highscore-event-003-mission_15", "id": "mission-highscore-event-003-mission_15",
@@ -863,7 +863,7 @@
}, },
{ {
"id": "mission-highscore-event-003-mission_24", "id": "mission-highscore-event-003-mission_24",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-highscore-event-003-mission_25", "id": "mission-highscore-event-003-mission_25",
@@ -887,7 +887,7 @@
}, },
{ {
"id": "mission-highscore-event-003-mission_34", "id": "mission-highscore-event-003-mission_34",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-highscore-event-003-mission_35", "id": "mission-highscore-event-003-mission_35",
@@ -911,7 +911,7 @@
}, },
{ {
"id": "mission-highscore-event-003-mission_44", "id": "mission-highscore-event-003-mission_44",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-highscore-event-003-mission_45", "id": "mission-highscore-event-003-mission_45",
@@ -935,7 +935,7 @@
}, },
{ {
"id": "mission-highscore-event-003-mission_54", "id": "mission-highscore-event-003-mission_54",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-highscore-event-003-mission_55", "id": "mission-highscore-event-003-mission_55",
@@ -1071,15 +1071,15 @@
}, },
{ {
"id": "mission-main-story-event-001-mission_12", "id": "mission-main-story-event-001-mission_12",
"name": "Gain {threshold} fans for Kotone Fujita (do it now)" "name": "Gain {threshold} fans for Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_13", "id": "mission-main-story-event-001-mission_13",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_14", "id": "mission-main-story-event-001-mission_14",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_15", "id": "mission-main-story-event-001-mission_15",
@@ -1095,15 +1095,15 @@
}, },
{ {
"id": "mission-main-story-event-001-mission_22", "id": "mission-main-story-event-001-mission_22",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_23", "id": "mission-main-story-event-001-mission_23",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_24", "id": "mission-main-story-event-001-mission_24",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_25", "id": "mission-main-story-event-001-mission_25",
@@ -1123,11 +1123,11 @@
}, },
{ {
"id": "mission-main-story-event-001-mission_33", "id": "mission-main-story-event-001-mission_33",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_34", "id": "mission-main-story-event-001-mission_34",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_35", "id": "mission-main-story-event-001-mission_35",
@@ -1147,11 +1147,11 @@
}, },
{ {
"id": "mission-main-story-event-001-mission_43", "id": "mission-main-story-event-001-mission_43",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_44", "id": "mission-main-story-event-001-mission_44",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_45", "id": "mission-main-story-event-001-mission_45",
@@ -1171,11 +1171,11 @@
}, },
{ {
"id": "mission-main-story-event-001-mission_53", "id": "mission-main-story-event-001-mission_53",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-001-mission_54", "id": "mission-main-story-event-001-mission_54",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-001-mission_55", "id": "mission-main-story-event-001-mission_55",
@@ -1215,7 +1215,7 @@
}, },
{ {
"id": "mission-main-story-event-002-mission_22", "id": "mission-main-story-event-002-mission_22",
"name": "Gain {threshold} fans for Lilja Katsuragi (do it now)" "name": "Gain {threshold} fans for Lilja Katsuragi!"
}, },
{ {
"id": "mission-main-story-event-002-mission_23", "id": "mission-main-story-event-002-mission_23",
@@ -1239,7 +1239,7 @@
}, },
{ {
"id": "mission-main-story-event-002-mission_32", "id": "mission-main-story-event-002-mission_32",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-002-mission_33", "id": "mission-main-story-event-002-mission_33",
@@ -1335,7 +1335,7 @@
}, },
{ {
"id": "mission-main-story-event-003-mission_22", "id": "mission-main-story-event-003-mission_22",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-003-mission_23", "id": "mission-main-story-event-003-mission_23",
@@ -1431,15 +1431,15 @@
}, },
{ {
"id": "mission-main-story-event-004-mission_12", "id": "mission-main-story-event-004-mission_12",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_13", "id": "mission-main-story-event-004-mission_13",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_14", "id": "mission-main-story-event-004-mission_14",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_15", "id": "mission-main-story-event-004-mission_15",
@@ -1455,15 +1455,15 @@
}, },
{ {
"id": "mission-main-story-event-004-mission_22", "id": "mission-main-story-event-004-mission_22",
"name": "Gain {threshold} fans for Kotone Fujita (do it now)" "name": "Gain {threshold} fans for Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_23", "id": "mission-main-story-event-004-mission_23",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_24", "id": "mission-main-story-event-004-mission_24",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_25", "id": "mission-main-story-event-004-mission_25",
@@ -1483,11 +1483,11 @@
}, },
{ {
"id": "mission-main-story-event-004-mission_33", "id": "mission-main-story-event-004-mission_33",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_34", "id": "mission-main-story-event-004-mission_34",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_35", "id": "mission-main-story-event-004-mission_35",
@@ -1507,11 +1507,11 @@
}, },
{ {
"id": "mission-main-story-event-004-mission_43", "id": "mission-main-story-event-004-mission_43",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_44", "id": "mission-main-story-event-004-mission_44",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_45", "id": "mission-main-story-event-004-mission_45",
@@ -1531,11 +1531,11 @@
}, },
{ {
"id": "mission-main-story-event-004-mission_53", "id": "mission-main-story-event-004-mission_53",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-004-mission_54", "id": "mission-main-story-event-004-mission_54",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-004-mission_55", "id": "mission-main-story-event-004-mission_55",
@@ -1575,7 +1575,7 @@
}, },
{ {
"id": "mission-main-story-event-005-mission_22", "id": "mission-main-story-event-005-mission_22",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-005-mission_23", "id": "mission-main-story-event-005-mission_23",
@@ -1671,11 +1671,11 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_12", "id": "mission-main-story-event-006-mission_12",
"name": "Gain {threshold} fans for Saki Hanami (do it now)" "name": "Gain {threshold} fans for Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_13", "id": "mission-main-story-event-006-mission_13",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_14", "id": "mission-main-story-event-006-mission_14",
@@ -1683,7 +1683,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_15", "id": "mission-main-story-event-006-mission_15",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_16", "id": "mission-main-story-event-006-mission_16",
@@ -1699,7 +1699,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_23", "id": "mission-main-story-event-006-mission_23",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_24", "id": "mission-main-story-event-006-mission_24",
@@ -1707,7 +1707,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_25", "id": "mission-main-story-event-006-mission_25",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_26", "id": "mission-main-story-event-006-mission_26",
@@ -1719,11 +1719,11 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_32", "id": "mission-main-story-event-006-mission_32",
"name": "Gain {threshold} fans for Kotone Fujita (do it now)" "name": "Gain {threshold} fans for Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_33", "id": "mission-main-story-event-006-mission_33",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_34", "id": "mission-main-story-event-006-mission_34",
@@ -1731,7 +1731,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_35", "id": "mission-main-story-event-006-mission_35",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_36", "id": "mission-main-story-event-006-mission_36",
@@ -1747,7 +1747,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_43", "id": "mission-main-story-event-006-mission_43",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_44", "id": "mission-main-story-event-006-mission_44",
@@ -1755,7 +1755,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_45", "id": "mission-main-story-event-006-mission_45",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_46", "id": "mission-main-story-event-006-mission_46",
@@ -1771,7 +1771,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_53", "id": "mission-main-story-event-006-mission_53",
"name": "Achieve a total of {threshold} production ratings with Saki Hanami (do it now)" "name": "Achieve a total of {threshold} production ratings with Saki Hanami!"
}, },
{ {
"id": "mission-main-story-event-006-mission_54", "id": "mission-main-story-event-006-mission_54",
@@ -1779,7 +1779,7 @@
}, },
{ {
"id": "mission-main-story-event-006-mission_55", "id": "mission-main-story-event-006-mission_55",
"name": "Achieve a total of {threshold} production ratings with Kotone Fujita (do it now)" "name": "Achieve a total of {threshold} production ratings with Kotone Fujita!"
}, },
{ {
"id": "mission-main-story-event-006-mission_56", "id": "mission-main-story-event-006-mission_56",
@@ -1895,7 +1895,7 @@
}, },
{ {
"id": "mission-normal-incrementmissionclear-1", "id": "mission-normal-incrementmissionclear-1",
"name": "Clear {threshold} tasks (do it now)" "name": "Clear {threshold} tasks!"
}, },
{ {
"id": "mission-normal-incrementmoneyexchangecount-1", "id": "mission-normal-incrementmoneyexchangecount-1",
@@ -1927,7 +1927,7 @@
}, },
{ {
"id": "mission-normal-incrementsupportcardenhancecount-1", "id": "mission-normal-incrementsupportcardenhancecount-1",
"name": "Enhance support cards {threshold} times" "name": "Upgrade support cards {threshold} times"
}, },
{ {
"id": "mission-normal-incrementsupportcardlevellimitrankupdatecount-1", "id": "mission-normal-incrementsupportcardlevellimitrankupdatecount-1",
@@ -2159,7 +2159,7 @@
}, },
{ {
"id": "mission-panel-mission-2-4", "id": "mission-panel-mission-2-4",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "mission-panel-mission-2-5", "id": "mission-panel-mission-2-5",
@@ -2271,7 +2271,7 @@
}, },
{ {
"id": "mission-release_mission-4-3", "id": "mission-release_mission-4-3",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "mission-release_mission-4-4", "id": "mission-release_mission-4-4",
@@ -2471,7 +2471,7 @@
}, },
{ {
"id": "mission-weekly-incrementsupportcardenhancecount-1", "id": "mission-weekly-incrementsupportcardenhancecount-1",
"name": "Enhance support cards {threshold} times" "name": "Upgrade support cards {threshold} times"
}, },
{ {
"id": "mission-weekly-incrementworktimecount-1", "id": "mission-weekly-incrementworktimecount-1",
@@ -2495,7 +2495,7 @@
}, },
{ {
"id": "panel_mission-event-002-mission_14", "id": "panel_mission-event-002-mission_14",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "panel_mission-event-002-mission_15", "id": "panel_mission-event-002-mission_15",
@@ -2579,7 +2579,7 @@
}, },
{ {
"id": "panel_mission-event-003-mission_8", "id": "panel_mission-event-003-mission_8",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "panel_mission-event-003-mission_9", "id": "panel_mission-event-003-mission_9",
@@ -2603,7 +2603,7 @@
}, },
{ {
"id": "panel_mission-event-004-mission_14", "id": "panel_mission-event-004-mission_14",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "panel_mission-event-004-mission_15", "id": "panel_mission-event-004-mission_15",
@@ -2675,7 +2675,7 @@
}, },
{ {
"id": "panel_mission-event-006-mission_14", "id": "panel_mission-event-006-mission_14",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "panel_mission-event-006-mission_15", "id": "panel_mission-event-006-mission_15",
@@ -3419,7 +3419,7 @@
}, },
{ {
"id": "achieve-p_common-014", "id": "achieve-p_common-014",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "achieve-p_common-015", "id": "achieve-p_common-015",
@@ -3995,7 +3995,7 @@
}, },
{ {
"id": "achieve-p_idol-hski-013", "id": "achieve-p_idol-hski-013",
"name": "Enhance skill cards {threshold} times in Saki Hanami's production" "name": "Upgrade skill cards {threshold} times in Saki Hanami's production"
}, },
{ {
"id": "achieve-p_idol-hski-014", "id": "achieve-p_idol-hski-014",
@@ -4331,7 +4331,7 @@
}, },
{ {
"id": "achieve-p_idol-kllj-013", "id": "achieve-p_idol-kllj-013",
"name": "Enhance skill cards {threshold} times in Lilja Katsuragi's production" "name": "Upgrade skill cards {threshold} times in Lilja Katsuragi's production"
}, },
{ {
"id": "achieve-p_idol-kllj-014", "id": "achieve-p_idol-kllj-014",
@@ -4619,7 +4619,7 @@
}, },
{ {
"id": "main_task_group-01-01#3", "id": "main_task_group-01-01#3",
"name": "Enhance a support card" "name": "Upgrade a support card"
}, },
{ {
"id": "main_task_group-01-01#4", "id": "main_task_group-01-01#4",
@@ -5127,7 +5127,7 @@
}, },
{ {
"id": "main_task_group-02-01#70", "id": "main_task_group-02-01#70",
"name": "Enhance skill cards {threshold} times in production" "name": "Upgrade skill cards {threshold} times in production"
}, },
{ {
"id": "main_task_group-02-01#71", "id": "main_task_group-02-01#71",
@@ -5175,7 +5175,7 @@
}, },
{ {
"id": "main_task_group-02-01#82", "id": "main_task_group-02-01#82",
"name": "Pass the final exam with an A or higher rating {threshold} times with Lilja Katsuragi (do it now)" "name": "Pass the final exam with an A or higher rating {threshold} times with Lilja Katsuragi!"
}, },
{ {
"id": "main_task_group-02-01#83", "id": "main_task_group-02-01#83",
@@ -5219,7 +5219,7 @@
}, },
{ {
"id": "main_task_group-02-01#93", "id": "main_task_group-02-01#93",
"name": "Pass the final exam with an A or higher rating {threshold} times with Kotone Fujita (do it now)" "name": "Pass the final exam with an A or higher rating {threshold} times with Kotone Fujita!"
}, },
{ {
"id": "main_task_group-02-01#94", "id": "main_task_group-02-01#94",
@@ -5235,7 +5235,7 @@
}, },
{ {
"id": "main_task_group-02-01#97", "id": "main_task_group-02-01#97",
"name": "Pass the final exam with an A or higher rating {threshold} times with Saki Hanami (do it now)" "name": "Pass the final exam with an A or higher rating {threshold} times with Saki Hanami!"
}, },
{ {
"id": "main_task_group-02-01#98", "id": "main_task_group-02-01#98",
@@ -5435,7 +5435,7 @@
}, },
{ {
"id": "main_task_group-03-01#47", "id": "main_task_group-03-01#47",
"name": "Raise Saki Hanami's affection level to {threshold} (do it now)" "name": "Raise Saki Hanami's affection level to {threshold}!"
}, },
{ {
"id": "main_task_group-03-01#48", "id": "main_task_group-03-01#48",

View File

@@ -91,59 +91,59 @@
}, },
{ {
"id": "mission-group-highscore-event-001", "id": "mission-group-highscore-event-001",
"name": "Kunio Juo's Idol Enhancement Month" "name": "Kunio Juo's Idol Upgrade Month"
}, },
{ {
"id": "mission-group-highscore-event-001_1", "id": "mission-group-highscore-event-001_1",
"name": "Kunio Juo's Idol Enhancement Month" "name": "Kunio Juo's Idol Upgrade Month"
}, },
{ {
"id": "mission-group-highscore-event-002", "id": "mission-group-highscore-event-002",
"name": "Kunio Juo's Idol Enhancement Month" "name": "Kunio Juo's Idol Upgrade Month"
}, },
{ {
"id": "mission-group-highscore-event-002_1", "id": "mission-group-highscore-event-002_1",
"name": "Kunio Juo's Idol Enhancement Month" "name": "Kunio Juo's Idol Upgrade Month"
}, },
{ {
"id": "mission-group-highscore-event-003_1", "id": "mission-group-highscore-event-003_1",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-003_2", "id": "mission-group-highscore-event-003_2",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-003_3", "id": "mission-group-highscore-event-003_3",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-003_4", "id": "mission-group-highscore-event-003_4",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-003_5", "id": "mission-group-highscore-event-003_5",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-004_1", "id": "mission-group-highscore-event-004_1",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-004_2", "id": "mission-group-highscore-event-004_2",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-004_3", "id": "mission-group-highscore-event-004_3",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-004_4", "id": "mission-group-highscore-event-004_4",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-highscore-event-004_5", "id": "mission-group-highscore-event-004_5",
"name": "Idol Enhancement Month Event Mission" "name": "Idol Upgrade Month Event Mission"
}, },
{ {
"id": "mission-group-main-story-event-001_1", "id": "mission-group-main-story-event-001_1",

View File

@@ -11,11 +11,11 @@
}, },
{ {
"id": "highscore-event-001_point", "id": "highscore-event-001_point",
"name": "Idol Enhancement Month Event Points" "name": "Idol Upgrade Month Event Points"
}, },
{ {
"id": "highscore-event-002_point", "id": "highscore-event-002_point",
"name": "Idol Enhancement Month Event Points" "name": "Idol Upgrade Month Event Points"
}, },
{ {
"id": "highscore-event-003_point", "id": "highscore-event-003_point",

View File

@@ -9,11 +9,7 @@
"produceDescriptions.produceCardCategory", "produceDescriptions.produceCardCategory",
"produceDescriptions.produceCardMovePositionType", "produceDescriptions.produceCardMovePositionType",
"produceDescriptions.produceStepType", "produceDescriptions.produceStepType",
"produceDescriptions.targetId", "produceDescriptions.targetId"
"descriptions.type",
"descriptions.targetId",
"descriptions.examEffectType",
"descriptions.produceCardCategory"
] ]
}, },
"data": [ "data": [
@@ -13190,7 +13186,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Random enhanced skill card," "text": "Random Upgraded skill card,"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName",
@@ -13397,7 +13393,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Random enhanced skill card," "text": "Random Upgraded skill card,"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName",
@@ -13604,7 +13600,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Random enhanced skill card," "text": "Random Upgraded skill card,"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName",
@@ -13851,7 +13847,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Random enhanced skill card," "text": "Random Upgraded skill card,"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName",

View File

@@ -589,7 +589,7 @@
{ {
"id": "p_card_custom-070-g_effect-effect_add-e_effect-exam_card_upgrade-p_card_search-hand-all-0_0", "id": "p_card_custom-070-g_effect-effect_add-e_effect-exam_card_upgrade-p_card_search-hand-all-0_0",
"customizeCount": 1, "customizeCount": 1,
"description": "Enhance Skill Card" "description": "Upgrade Skill Card"
}, },
{ {
"id": "p_card_custom-070-g_effect-effect_add-e_effect-exam_concentration-0001", "id": "p_card_custom-070-g_effect-effect_add-e_effect-exam_concentration-0001",

View File

@@ -2,10 +2,6 @@
"rules": { "rules": {
"primaryKeys": [ "primaryKeys": [
"id", "id",
"descriptions.type",
"descriptions.targetId",
"descriptions.examEffectType",
"descriptions.produceCardCategory",
"produceDescriptions.produceDescriptionType", "produceDescriptions.produceDescriptionType",
"produceDescriptions.examDescriptionType", "produceDescriptions.examDescriptionType",
"produceDescriptions.examEffectType", "produceDescriptions.examEffectType",
@@ -1327,7 +1323,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Enhanced Skill Card" "text": "Upgraded Skill Card"
} }
] ]
}, },
@@ -1342,7 +1338,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Enhanced Skill Card (SSR)" "text": "Upgraded Skill Card (SSR)"
} }
] ]
}, },

View File

@@ -39,7 +39,7 @@
}, },
{ {
"type": "ProduceExamEffectType_ExamCardUpgrade", "type": "ProduceExamEffectType_ExamCardUpgrade",
"name": "Enhanced During Lesson" "name": "Upgraded During Lesson"
}, },
{ {
"type": "ProduceExamEffectType_ExamPlayableValueAdd", "type": "ProduceExamEffectType_ExamPlayableValueAdd",
@@ -187,7 +187,7 @@
}, },
{ {
"type": "ProduceExamEffectType_ExamGetCardUpgrade", "type": "ProduceExamEffectType_ExamGetCardUpgrade",
"name": "Enhanced Generation" "name": "Upgraded Generation"
}, },
{ {
"type": "ProduceExamEffectType_ExamStaminaConsumptionDownFix", "type": "ProduceExamEffectType_ExamStaminaConsumptionDownFix",

File diff suppressed because it is too large Load Diff

View File

@@ -39,11 +39,11 @@
}, },
{ {
"type": "ProduceCardGrowEffectType_CostBuffReduce", "type": "ProduceCardGrowEffectType_CostBuffReduce",
"name": "Enhanced State Cost Value Decrease" "name": "Upgraded State Cost Value Decrease"
}, },
{ {
"type": "ProduceCardGrowEffectType_CostBuffAdd", "type": "ProduceCardGrowEffectType_CostBuffAdd",
"name": "Enhanced State Cost Value Increase" "name": "Upgraded State Cost Value Increase"
}, },
{ {
"type": "ProduceCardGrowEffectType_CostReduce", "type": "ProduceCardGrowEffectType_CostReduce",

View File

@@ -129,12 +129,12 @@
{ {
"id": "Swap_Label_ExamCardUpgrade", "id": "Swap_Label_ExamCardUpgrade",
"swapType": "ProduceDescriptionSwapType_Lesson", "swapType": "ProduceDescriptionSwapType_Lesson",
"text": "Enhancement during Lesson" "text": "Upgrade during Lesson "
}, },
{ {
"id": "Swap_Label_ExamCardUpgrade", "id": "Swap_Label_ExamCardUpgrade",
"swapType": "ProduceDescriptionSwapType_Audition", "swapType": "ProduceDescriptionSwapType_Audition",
"text": "Enhancement during Exam/Stage" "text": "Upgrade during Exam/Stage "
}, },
{ {
"id": "Swap_Label_ExamLesson", "id": "Swap_Label_ExamLesson",

View File

@@ -237,7 +237,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Swap all the cards in hand" "text": "All cards in hand "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType",
@@ -247,7 +247,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhancement during Lesson" "text": "Upgrade during Lesson "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -611,7 +611,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Random enhanced skill card (SSR)," "text": "Random Upgraded skill card (SSR), "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName", "produceDescriptionType": "ProduceDescriptionType_ProduceDescriptionName",
@@ -905,7 +905,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t" "text": ""
} }
], ],
"name": "Select Hatsuboshi Macchiato" "name": "Select Hatsuboshi Macchiato"
@@ -971,7 +971,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Swap all the cards in hand" "text": "All cards in hand "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType", "produceDescriptionType": "ProduceDescriptionType_ProduceExamEffectType",
@@ -981,7 +981,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhancement during Lesson" "text": "Upgrade during Lesson "
} }
], ],
"name": "Hatsuboshi Boost Energy" "name": "Hatsuboshi Boost Energy"
@@ -1275,7 +1275,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t" "text": ""
} }
], ],
"name": "Select Hatsuboshi Tea" "name": "Select Hatsuboshi Tea"
@@ -1351,7 +1351,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t" "text": ""
} }
], ],
"name": "Select Hatsuboshi Blend" "name": "Select Hatsuboshi Blend"
@@ -1593,7 +1593,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamFullPowerPoint", "targetId": "Label_ExamFullPowerPoint",
"text": "Full power value" "text": "Full power point "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -1669,7 +1669,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamFullPowerPoint", "targetId": "Label_ExamFullPowerPoint",
"text": "Full power value" "text": "Full power point "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -1775,7 +1775,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Change to the next step" "text": "step change "
} }
], ],
"name": "Hot green tea" "name": "Hot green tea"
@@ -1811,7 +1811,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamFullPowerPoint", "targetId": "Label_ExamFullPowerPoint",
"text": "Full power value" "text": "Full power point "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -1851,7 +1851,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t" "text": ""
} }
], ],
"name": "Select Hatsuboshi Chai" "name": "Select Hatsuboshi Chai"
@@ -1887,7 +1887,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "Change to the next step" "text": "step change "
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",

View File

@@ -11223,7 +11223,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11248,7 +11248,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11293,7 +11293,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11338,7 +11338,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11363,7 +11363,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11388,7 +11388,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11413,7 +11413,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11438,7 +11438,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11463,7 +11463,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11488,7 +11488,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11513,7 +11513,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11538,7 +11538,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -11573,7 +11573,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -12228,7 +12228,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },
@@ -14328,7 +14328,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Lesson Enhancement" "text": "Lesson Upgrade"
} }
] ]
}, },

View File

@@ -9,14 +9,7 @@
"produceDescriptions.produceCardCategory", "produceDescriptions.produceCardCategory",
"produceDescriptions.produceCardMovePositionType", "produceDescriptions.produceCardMovePositionType",
"produceDescriptions.produceStepType", "produceDescriptions.produceStepType",
"produceDescriptions.targetId", "produceDescriptions.targetId"
"effectDescriptions.type",
"effectDescriptions.examEffectType",
"effectDescriptions.produceCardCategory",
"descriptions.type",
"descriptions.targetId",
"descriptions.examEffectType",
"descriptions.produceCardCategory"
] ]
}, },
"data": [ "data": [

View File

@@ -198,7 +198,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -303,7 +303,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -388,7 +388,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -483,7 +483,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -578,7 +578,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -693,7 +693,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -808,7 +808,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -923,7 +923,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1018,7 +1018,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1113,7 +1113,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1218,7 +1218,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1333,7 +1333,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1448,7 +1448,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1613,7 +1613,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1698,7 +1698,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1783,7 +1783,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -1878,7 +1878,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2003,7 +2003,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2128,7 +2128,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2243,7 +2243,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2358,7 +2358,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2473,7 +2473,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2588,7 +2588,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2703,7 +2703,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2818,7 +2818,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -2933,7 +2933,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3048,7 +3048,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3163,7 +3163,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3278,7 +3278,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3443,7 +3443,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3608,7 +3608,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3703,7 +3703,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3798,7 +3798,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3903,7 +3903,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -3988,7 +3988,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -4073,7 +4073,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -4168,7 +4168,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -8923,7 +8923,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -9008,7 +9008,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -9093,7 +9093,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -9178,7 +9178,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "", "targetId": "",
"text": "\t " "text": ""
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_Exam", "produceDescriptionType": "ProduceDescriptionType_Exam",
@@ -21643,7 +21643,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhanced during lessons" "text": "Upgraded during lessons"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -21808,7 +21808,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhanced during lessons" "text": "Upgraded during lessons"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -24988,7 +24988,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhanced during lessons" "text": "Upgraded during lessons"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -25153,7 +25153,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ExamCardUpgrade", "targetId": "Label_ExamCardUpgrade",
"text": "Enhanced during lessons" "text": "Upgraded during lessons"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",

View File

@@ -8,11 +8,7 @@
"produceDescriptions.produceCardCategory", "produceDescriptions.produceCardCategory",
"produceDescriptions.produceCardMovePositionType", "produceDescriptions.produceCardMovePositionType",
"produceDescriptions.produceStepType", "produceDescriptions.produceStepType",
"produceDescriptions.targetId", "produceDescriptions.targetId"
"descriptions.type",
"descriptions.targetId",
"descriptions.examEffectType",
"descriptions.produceCardCategory"
] ]
}, },
"data": [ "data": [

View File

@@ -3994,7 +3994,7 @@
"text": "5%" "text": "5%"
} }
], ],
"name": "Enhancement Gripper" "name": "Upgrade Gripper"
}, },
{ {
"id": "pitem_00-1-026-challenge", "id": "pitem_00-1-026-challenge",
@@ -4080,7 +4080,7 @@
"text": "10%" "text": "10%"
} }
], ],
"name": "Enhancement Heel" "name": "Upgrade Heel"
}, },
{ {
"id": "pitem_00-1-027-challenge", "id": "pitem_00-1-027-challenge",
@@ -4176,7 +4176,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Band" "name": "Upgrade Band"
}, },
{ {
"id": "pitem_00-1-028-challenge", "id": "pitem_00-1-028-challenge",
@@ -4272,7 +4272,7 @@
"text": "(During production 1 time)" "text": "(During production 1 time)"
} }
], ],
"name": "Enhancement Vest" "name": "Upgrade Vest"
}, },
{ {
"id": "pitem_00-2-001-0", "id": "pitem_00-2-001-0",
@@ -4295,7 +4295,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
], ],
"name": "Gift from Misuzu" "name": "Gift from Misuzu"
@@ -6803,7 +6803,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
], ],
"name": "Petal of Vow" "name": "Petal of Vow"
@@ -6902,7 +6902,7 @@
"text": "(During production 1 time)" "text": "(During production 1 time)"
} }
], ],
"name": "Enhancement Bar" "name": "Upgrade Bar"
}, },
{ {
"id": "pitem_00-2-040-challenge", "id": "pitem_00-2-040-challenge",
@@ -6988,7 +6988,7 @@
"text": "15%" "text": "15%"
} }
], ],
"name": "Enhancement Roller" "name": "Upgrade Roller"
}, },
{ {
"id": "pitem_00-2-041-challenge", "id": "pitem_00-2-041-challenge",
@@ -7074,7 +7074,7 @@
"text": "15%" "text": "15%"
} }
], ],
"name": "Enhancement Ball" "name": "Upgrade Ball"
}, },
{ {
"id": "pitem_00-2-042-challenge", "id": "pitem_00-2-042-challenge",
@@ -7170,7 +7170,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Dumbbell" "name": "Upgrade Dumbbell"
}, },
{ {
"id": "pitem_00-2-043-challenge", "id": "pitem_00-2-043-challenge",
@@ -7256,7 +7256,7 @@
"text": "20%" "text": "20%"
} }
], ],
"name": "Enhancement Stepper" "name": "Upgrade Stepper"
}, },
{ {
"id": "pitem_00-2-080-0", "id": "pitem_00-2-080-0",
@@ -7363,7 +7363,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
], ],
"name": "Hatsuboshi Bracelet" "name": "Hatsuboshi Bracelet"
@@ -15220,7 +15220,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Purple)" "name": "Upgrade Gripper (Purple)"
}, },
{ {
"id": "pitem_01-1-030-challenge", "id": "pitem_01-1-030-challenge",
@@ -15466,7 +15466,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Green)" "name": "Upgrade Gripper (Green)"
}, },
{ {
"id": "pitem_01-2-021-0", "id": "pitem_01-2-021-0",
@@ -16092,7 +16092,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Purple)" "name": "Upgrade Heel (Purple)"
}, },
{ {
"id": "pitem_01-2-045-challenge", "id": "pitem_01-2-045-challenge",
@@ -16258,7 +16258,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Purple)" "name": "Upgrade Band (Purple)"
}, },
{ {
"id": "pitem_01-2-046-challenge", "id": "pitem_01-2-046-challenge",
@@ -16434,7 +16434,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Purple)" "name": "Upgrade Vest (Purple)"
}, },
{ {
"id": "pitem_01-2-047-challenge", "id": "pitem_01-2-047-challenge",
@@ -16600,7 +16600,7 @@
"text": "Turn</nobr>" "text": "Turn</nobr>"
} }
], ],
"name": "Enhancement Bar (Purple)" "name": "Upgrade Bar (Purple)"
}, },
{ {
"id": "pitem_01-2-048-challenge", "id": "pitem_01-2-048-challenge",
@@ -16876,7 +16876,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Purple)" "name": "Upgrade Roller (Purple)"
}, },
{ {
"id": "pitem_01-2-049-challenge", "id": "pitem_01-2-049-challenge",
@@ -17122,7 +17122,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Purple)" "name": "Upgrade Ball (Purple)"
}, },
{ {
"id": "pitem_01-2-050-challenge", "id": "pitem_01-2-050-challenge",
@@ -17298,7 +17298,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Green)" "name": "Upgrade Heel (Green)"
}, },
{ {
"id": "pitem_01-2-051-challenge", "id": "pitem_01-2-051-challenge",
@@ -17464,7 +17464,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Green)" "name": "Upgrade Band (Green)"
}, },
{ {
"id": "pitem_01-2-052-challenge", "id": "pitem_01-2-052-challenge",
@@ -17640,7 +17640,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Green)" "name": "Upgrade Vest (Green)"
}, },
{ {
"id": "pitem_01-2-053-challenge", "id": "pitem_01-2-053-challenge",
@@ -17806,7 +17806,7 @@
"text": "</nobr>" "text": "</nobr>"
} }
], ],
"name": "Enhancement Bar (Green)" "name": "Upgrade Bar (Green)"
}, },
{ {
"id": "pitem_01-2-054-challenge", "id": "pitem_01-2-054-challenge",
@@ -18082,7 +18082,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Green)" "name": "Upgrade Roller (Green)"
}, },
{ {
"id": "pitem_01-2-055-challenge", "id": "pitem_01-2-055-challenge",
@@ -18328,7 +18328,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Green)" "name": "Upgrade Ball (Green)"
}, },
{ {
"id": "pitem_01-3-003-0", "id": "pitem_01-3-003-0",
@@ -22015,7 +22015,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -24124,7 +24124,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Purple)" "name": "Upgrade Dumbbell (Purple)"
}, },
{ {
"id": "pitem_01-3-081-challenge", "id": "pitem_01-3-081-challenge",
@@ -24320,7 +24320,7 @@
"text": "%</nobr>" "text": "%</nobr>"
} }
], ],
"name": "Enhancement Stepper (Purple)" "name": "Upgrade Stepper (Purple)"
}, },
{ {
"id": "pitem_01-3-082-challenge", "id": "pitem_01-3-082-challenge",
@@ -24476,7 +24476,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Green)" "name": "Upgrade Dumbbell (Green)"
}, },
{ {
"id": "pitem_01-3-083-challenge", "id": "pitem_01-3-083-challenge",
@@ -24672,7 +24672,7 @@
"text": "%</nobr>" "text": "%</nobr>"
} }
], ],
"name": "Enhancement Stepper (Green)" "name": "Upgrade Stepper (Green)"
}, },
{ {
"id": "pitem_01-3-100-0", "id": "pitem_01-3-100-0",
@@ -29206,7 +29206,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Yellow)" "name": "Upgrade Gripper (Yellow)"
}, },
{ {
"id": "pitem_02-1-032-challenge", "id": "pitem_02-1-032-challenge",
@@ -29452,7 +29452,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Red)" "name": "Upgrade Gripper (Red)"
}, },
{ {
"id": "pitem_02-2-018-0", "id": "pitem_02-2-018-0",
@@ -29815,7 +29815,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -30282,7 +30282,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Yellow)" "name": "Upgrade Heel (Yellow)"
}, },
{ {
"id": "pitem_02-2-057-challenge", "id": "pitem_02-2-057-challenge",
@@ -30448,7 +30448,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Yellow)" "name": "Upgrade Band (Yellow)"
}, },
{ {
"id": "pitem_02-2-058-challenge", "id": "pitem_02-2-058-challenge",
@@ -30624,7 +30624,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Yellow)" "name": "Upgrade Vest (Yellow)"
}, },
{ {
"id": "pitem_02-2-059-challenge", "id": "pitem_02-2-059-challenge",
@@ -30790,7 +30790,7 @@
"text": "</nobr>" "text": "</nobr>"
} }
], ],
"name": "Enhancement Bar (Yellow)" "name": "Upgrade Bar (Yellow)"
}, },
{ {
"id": "pitem_02-2-060-challenge", "id": "pitem_02-2-060-challenge",
@@ -31066,7 +31066,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Yellow)" "name": "Upgrade Roller (Yellow)"
}, },
{ {
"id": "pitem_02-2-061-challenge", "id": "pitem_02-2-061-challenge",
@@ -31312,7 +31312,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Yellow)" "name": "Upgrade Ball (Yellow)"
}, },
{ {
"id": "pitem_02-2-062-challenge", "id": "pitem_02-2-062-challenge",
@@ -31488,7 +31488,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Red)" "name": "Upgrade Heel (Red)"
}, },
{ {
"id": "pitem_02-2-063-challenge", "id": "pitem_02-2-063-challenge",
@@ -31654,7 +31654,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Red)" "name": "Upgrade Band (Red)"
}, },
{ {
"id": "pitem_02-2-064-challenge", "id": "pitem_02-2-064-challenge",
@@ -31830,7 +31830,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Red)" "name": "Upgrade Vest (Red)"
}, },
{ {
"id": "pitem_02-2-065-challenge", "id": "pitem_02-2-065-challenge",
@@ -31996,7 +31996,7 @@
"text": "</nobr>" "text": "</nobr>"
} }
], ],
"name": "Enhancement Bar (Red)" "name": "Upgrade Bar (Red)"
}, },
{ {
"id": "pitem_02-2-066-challenge", "id": "pitem_02-2-066-challenge",
@@ -32252,7 +32252,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Red)" "name": "Upgrade Roller (Red)"
}, },
{ {
"id": "pitem_02-2-067-challenge", "id": "pitem_02-2-067-challenge",
@@ -32448,7 +32448,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Red)" "name": "Upgrade Ball (Red)"
}, },
{ {
"id": "pitem_02-3-005-0", "id": "pitem_02-3-005-0",
@@ -38451,7 +38451,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "p_card-02-men-1_031", "targetId": "p_card-02-men-1_031",
"text": "Eeeii-Ohhh" "text": "Ei Ei Oh!"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -38657,7 +38657,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "p_card-02-men-1_031", "targetId": "p_card-02-men-1_031",
"text": "Eeeii-Ohhh" "text": "Ei Ei Oh!"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -39006,7 +39006,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Yellow)" "name": "Upgrade Dumbbell (Yellow)"
}, },
{ {
"id": "pitem_02-3-085-challenge", "id": "pitem_02-3-085-challenge",
@@ -39202,7 +39202,7 @@
"text": "%</nobr>" "text": "%</nobr>"
} }
], ],
"name": "Enhancement Stepper (Yellow)" "name": "Upgrade Stepper (Yellow)"
}, },
{ {
"id": "pitem_02-3-086-challenge", "id": "pitem_02-3-086-challenge",
@@ -39358,7 +39358,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Red)" "name": "Upgrade Dumbbell (Red)"
}, },
{ {
"id": "pitem_02-3-087-challenge", "id": "pitem_02-3-087-challenge",
@@ -39554,7 +39554,7 @@
"text": "%</nobr>" "text": "%</nobr>"
} }
], ],
"name": "Enhancement Stepper (Red)" "name": "Upgrade Stepper (Red)"
}, },
{ {
"id": "pitem_02-3-094-0", "id": "pitem_02-3-094-0",
@@ -40526,7 +40526,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Pink)" "name": "Upgrade Gripper (Pink)"
}, },
{ {
"id": "pitem_03-1-034-challenge", "id": "pitem_03-1-034-challenge",
@@ -40802,7 +40802,7 @@
"text": "(During production 2 times)" "text": "(During production 2 times)"
} }
], ],
"name": "Enhancement Gripper (Blue)" "name": "Upgrade Gripper (Blue)"
}, },
{ {
"id": "pitem_03-2-020-0", "id": "pitem_03-2-020-0",
@@ -41177,7 +41177,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",
@@ -41386,7 +41386,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Pink)" "name": "Upgrade Heel (Pink)"
}, },
{ {
"id": "pitem_03-2-069-challenge", "id": "pitem_03-2-069-challenge",
@@ -41572,7 +41572,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Pink)" "name": "Upgrade Band (Pink)"
}, },
{ {
"id": "pitem_03-2-070-challenge", "id": "pitem_03-2-070-challenge",
@@ -41738,7 +41738,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Pink)" "name": "Upgrade Vest (Pink)"
}, },
{ {
"id": "pitem_03-2-071-challenge", "id": "pitem_03-2-071-challenge",
@@ -41874,7 +41874,7 @@
"text": "+5" "text": "+5"
} }
], ],
"name": "Enhancement Bar (Pink)" "name": "Upgrade Bar (Pink)"
}, },
{ {
"id": "pitem_03-2-072-challenge", "id": "pitem_03-2-072-challenge",
@@ -42140,7 +42140,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Pink)" "name": "Upgrade Roller (Pink)"
}, },
{ {
"id": "pitem_03-2-073-challenge", "id": "pitem_03-2-073-challenge",
@@ -42376,7 +42376,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Pink)" "name": "Upgrade Ball (Pink)"
}, },
{ {
"id": "pitem_03-2-074-challenge", "id": "pitem_03-2-074-challenge",
@@ -42552,7 +42552,7 @@
"text": "(During production 5 times)" "text": "(During production 5 times)"
} }
], ],
"name": "Enhancement Heel (Blue)" "name": "Upgrade Heel (Blue)"
}, },
{ {
"id": "pitem_03-2-075-challenge", "id": "pitem_03-2-075-challenge",
@@ -42718,7 +42718,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Band (Blue)" "name": "Upgrade Band (Blue)"
}, },
{ {
"id": "pitem_03-2-076-challenge", "id": "pitem_03-2-076-challenge",
@@ -42924,7 +42924,7 @@
"text": "(During production 3 times)" "text": "(During production 3 times)"
} }
], ],
"name": "Enhancement Vest (Blue)" "name": "Upgrade Vest (Blue)"
}, },
{ {
"id": "pitem_03-2-077-challenge", "id": "pitem_03-2-077-challenge",
@@ -43070,7 +43070,7 @@
"text": "</nobr>" "text": "</nobr>"
} }
], ],
"name": "Enhancement Bar (Blue)" "name": "Upgrade Bar (Blue)"
}, },
{ {
"id": "pitem_03-2-078-challenge", "id": "pitem_03-2-078-challenge",
@@ -43256,7 +43256,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Roller (Blue)" "name": "Upgrade Roller (Blue)"
}, },
{ {
"id": "pitem_03-2-079-challenge", "id": "pitem_03-2-079-challenge",
@@ -43532,7 +43532,7 @@
"text": "1 Time Out of the Total)" "text": "1 Time Out of the Total)"
} }
], ],
"name": "Enhancement Ball (Blue)" "name": "Upgrade Ball (Blue)"
}, },
{ {
"id": "pitem_03-3-007-0", "id": "pitem_03-3-007-0",
@@ -46432,7 +46432,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Pink)" "name": "Upgrade Dumbbell (Pink)"
}, },
{ {
"id": "pitem_03-3-089-challenge", "id": "pitem_03-3-089-challenge",
@@ -46598,7 +46598,7 @@
"text": "+3" "text": "+3"
} }
], ],
"name": "Enhancement Stepper (Pink)" "name": "Upgrade Stepper (Pink)"
}, },
{ {
"id": "pitem_03-3-090-challenge", "id": "pitem_03-3-090-challenge",
@@ -46724,7 +46724,7 @@
"text": "Draw Skill Card" "text": "Draw Skill Card"
} }
], ],
"name": "Enhancement Dumbbell (Blue)" "name": "Upgrade Dumbbell (Blue)"
}, },
{ {
"id": "pitem_03-3-091-challenge", "id": "pitem_03-3-091-challenge",
@@ -46900,7 +46900,7 @@
"text": "%</nobr>" "text": "%</nobr>"
} }
], ],
"name": "Enhancement Stepper (Blue)" "name": "Upgrade Stepper (Blue)"
}, },
{ {
"id": "pitem_03-3-092-0", "id": "pitem_03-3-092-0",
@@ -46933,7 +46933,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
}, },
{ {
"produceDescriptionType": "ProduceDescriptionType_PlainText", "produceDescriptionType": "ProduceDescriptionType_PlainText",

View File

@@ -2,10 +2,6 @@
"rules": { "rules": {
"primaryKeys": [ "primaryKeys": [
"id", "id",
"descriptions.type",
"descriptions.targetId",
"descriptions.examEffectType",
"descriptions.produceCardCategory",
"produceDescriptions.produceDescriptionType", "produceDescriptions.produceDescriptionType",
"produceDescriptions.examDescriptionType", "produceDescriptions.examDescriptionType",
"produceDescriptions.examEffectType", "produceDescriptions.examEffectType",
@@ -16,10 +12,6 @@
] ]
}, },
"data": [ "data": [
{
"id": "event-detail-001-p_story-001-amao-after-audition-final-failure-01",
"produceDescriptions": []
},
{ {
"id": "event-detail-001-p_story-001-amao-after-audition-final-normal-01", "id": "event-detail-001-p_story-001-amao-after-audition-final-normal-01",
"produceDescriptions": [ "produceDescriptions": [
@@ -85,6 +77,10 @@
} }
] ]
}, },
{
"id": "event-detail-001-p_story-001-amao-after-audition-final-failure-01",
"produceDescriptions": []
},
{ {
"id": "event-detail-001-p_story-001-amao-after-audition-final-normal-02", "id": "event-detail-001-p_story-001-amao-after-audition-final-normal-02",
"produceDescriptions": [ "produceDescriptions": [
@@ -821,7 +817,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -1680,7 +1676,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -2539,7 +2535,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -3398,7 +3394,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -4257,7 +4253,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -5116,7 +5112,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -5975,7 +5971,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -6834,7 +6830,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -7693,7 +7689,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -8552,7 +8548,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -9411,7 +9407,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66300,7 +66296,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66375,7 +66371,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66525,7 +66521,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66600,7 +66596,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66675,7 +66671,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66750,7 +66746,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66825,7 +66821,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -66900,7 +66896,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67050,7 +67046,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67125,7 +67121,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67200,7 +67196,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67370,7 +67366,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67520,7 +67516,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67595,7 +67591,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67745,7 +67741,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67820,7 +67816,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67895,7 +67891,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -67970,7 +67966,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68045,7 +68041,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68120,7 +68116,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68195,7 +68191,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68345,7 +68341,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68420,7 +68416,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68495,7 +68491,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68570,7 +68566,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68645,7 +68641,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68720,7 +68716,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68795,7 +68791,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68870,7 +68866,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -68945,7 +68941,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69020,7 +69016,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69095,7 +69091,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69170,7 +69166,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69245,7 +69241,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69320,7 +69316,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69395,7 +69391,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69470,7 +69466,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },
@@ -69545,7 +69541,7 @@
"produceCardMovePositionType": "ProduceCardMovePositionType_Unknown", "produceCardMovePositionType": "ProduceCardMovePositionType_Unknown",
"produceStepType": "ProduceStepType_Unknown", "produceStepType": "ProduceStepType_Unknown",
"targetId": "Label_ProduceCardUpgrade", "targetId": "Label_ProduceCardUpgrade",
"text": "Enhancement" "text": "Upgrade"
} }
] ]
}, },

File diff suppressed because it is too large Load Diff

View File

@@ -2,9 +2,6 @@
"rules": { "rules": {
"primaryKeys": [ "primaryKeys": [
"id", "id",
"upgradeProduceCardDescriptions.type",
"upgradeProduceCardDescriptions.examEffectType",
"upgradeProduceCardDescriptions.produceCardCategory",
"upgradeProduceCardProduceDescriptions.produceDescriptionType", "upgradeProduceCardProduceDescriptions.produceDescriptionType",
"upgradeProduceCardProduceDescriptions.examDescriptionType", "upgradeProduceCardProduceDescriptions.examDescriptionType",
"upgradeProduceCardProduceDescriptions.examEffectType", "upgradeProduceCardProduceDescriptions.examEffectType",

View File

@@ -439,7 +439,7 @@
{ {
"supportCardId": "s_card-2-0032", "supportCardId": "s_card-2-0032",
"number": 3, "number": 3,
"text": "This also prevents a smoky smell and\nenhances the aroma!" "text": "This also prevents a smoky smell and\nUpgrades the aroma!"
}, },
{ {
"supportCardId": "s_card-2-0033", "supportCardId": "s_card-2-0033",

View File

@@ -28,7 +28,7 @@
{ {
"id": "tips-out-help-0005", "id": "tips-out-help-0005",
"title": "AP Exchange", "title": "AP Exchange",
"description": "Use AP to trade for items that enhance production rewards." "description": "Use AP to trade for items that Upgrade production rewards."
}, },
{ {
"id": "tips-out-world-0001", "id": "tips-out-world-0001",

View File

@@ -983,7 +983,7 @@
"step": 1, "step": 1,
"subStep": 1, "subStep": 1,
"texts": [ "texts": [
"When you awaken the talents of produced idols, initial P-items and lesson bonuses are enhanced." "When you awaken the talents of produced idols, initial P-items and lesson bonuses are Upgraded."
] ]
}, },
{ {
@@ -1120,7 +1120,7 @@
"step": 1, "step": 1,
"subStep": 1, "subStep": 1,
"texts": [ "texts": [
"Leveling up support cards unlocks support abilities and support events. Support abilities are also enhanced with higher levels. ", "Leveling up support cards unlocks support abilities and support events. Support abilities are also Upgraded with higher levels. ",
"When a support card is limit-broken, its maximum level increases." "When a support card is limit-broken, its maximum level increases."
] ]
}, },
@@ -1304,7 +1304,7 @@
"step": 1, "step": 1,
"subStep": 1, "subStep": 1,
"texts": [ "texts": [
"Skill cards can be strengthened using P points. Strengthening enhances the effects of skill cards. Only one card can be strengthened per consultation, and the required P points increase with each strengthening." "Skill cards can be strengthened using P points. Strengthening Upgrades the effects of skill cards. Only one card can be strengthened per consultation, and the required P points increase with each strengthening."
] ]
}, },
{ {