hoshimi-venus 0.11.29 → 0.11.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/database/Card.json +161 -0
- package/out/database/Character.json +281 -0
- package/out/database/LiveAbility.json +725 -28
- package/out/database/LiveBonus.json +18 -0
- package/out/database/LiveBonusGroup.json +18 -0
- package/out/database/Music.json +3737 -2171
- package/out/database/MusicChartPattern.json +1956 -0
- package/out/database/Quest.json +3131 -248
- package/out/database/Skill.json +3176 -0
- package/out/database/SkillEfficacy.json +1390 -0
- package/out/database/SkillTrigger.json +5 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Quest.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
"difficultyLevel": 15,
|
8
8
|
"name": "ハイスコアライブ1",
|
9
9
|
"description": "ハイスコアライブ1",
|
10
|
-
"order":
|
10
|
+
"order": 11,
|
11
11
|
"musicChartPatternId": "chart-hsm-006-001",
|
12
12
|
"position1AttributeType": 2,
|
13
13
|
"position2AttributeType": 1,
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"difficultyLevel": 30,
|
85
85
|
"name": "ハイスコアライブ2",
|
86
86
|
"description": "ハイスコアライブ2",
|
87
|
-
"order":
|
87
|
+
"order": 12,
|
88
88
|
"musicChartPatternId": "chart-sun-001-001",
|
89
89
|
"position1AttributeType": 1,
|
90
90
|
"position2AttributeType": 1,
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"difficultyLevel": 53,
|
162
162
|
"name": "ハイスコアライブ3",
|
163
163
|
"description": "ハイスコアライブ3",
|
164
|
-
"order":
|
164
|
+
"order": 13,
|
165
165
|
"musicChartPatternId": "chart-tri-001-001",
|
166
166
|
"position1AttributeType": 3,
|
167
167
|
"position2AttributeType": 2,
|
@@ -238,7 +238,7 @@
|
|
238
238
|
"difficultyLevel": 63,
|
239
239
|
"name": "ハイスコアライブ4",
|
240
240
|
"description": "ハイスコアライブ4",
|
241
|
-
"order":
|
241
|
+
"order": 14,
|
242
242
|
"musicChartPatternId": "chart-moon-001-001",
|
243
243
|
"position1AttributeType": 2,
|
244
244
|
"position2AttributeType": 2,
|
@@ -315,7 +315,7 @@
|
|
315
315
|
"difficultyLevel": 75,
|
316
316
|
"name": "ハイスコアライブ5",
|
317
317
|
"description": "ハイスコアライブ5",
|
318
|
-
"order":
|
318
|
+
"order": 15,
|
319
319
|
"musicChartPatternId": "chart-liz-001-001",
|
320
320
|
"position1AttributeType": 1,
|
321
321
|
"position2AttributeType": 3,
|
@@ -392,7 +392,7 @@
|
|
392
392
|
"difficultyLevel": 87,
|
393
393
|
"name": "ハイスコアライブ6",
|
394
394
|
"description": "ハイスコアライブ6",
|
395
|
-
"order":
|
395
|
+
"order": 16,
|
396
396
|
"musicChartPatternId": "chart-hsm-002-001",
|
397
397
|
"position1AttributeType": 3,
|
398
398
|
"position2AttributeType": 3,
|
@@ -468,7 +468,7 @@
|
|
468
468
|
"musicId": "music-hsm-005",
|
469
469
|
"difficultyLevel": 107,
|
470
470
|
"name": "ハイスコアライブ7",
|
471
|
-
"order":
|
471
|
+
"order": 17,
|
472
472
|
"musicChartPatternId": "chart-hsm-005-001",
|
473
473
|
"position1AttributeType": 2,
|
474
474
|
"position2AttributeType": 1,
|
@@ -545,7 +545,7 @@
|
|
545
545
|
"musicId": "music-sun-003",
|
546
546
|
"difficultyLevel": 127,
|
547
547
|
"name": "ハイスコアライブ8",
|
548
|
-
"order":
|
548
|
+
"order": 18,
|
549
549
|
"musicChartPatternId": "chart-sun-003-001",
|
550
550
|
"position1AttributeType": 1,
|
551
551
|
"position2AttributeType": 1,
|
@@ -622,7 +622,7 @@
|
|
622
622
|
"musicId": "music-moon-004",
|
623
623
|
"difficultyLevel": 147,
|
624
624
|
"name": "ハイスコアライブ9",
|
625
|
-
"order":
|
625
|
+
"order": 19,
|
626
626
|
"musicChartPatternId": "chart-moon-004-001",
|
627
627
|
"position1AttributeType": 3,
|
628
628
|
"position2AttributeType": 2,
|
@@ -699,7 +699,7 @@
|
|
699
699
|
"musicId": "music-tri-003",
|
700
700
|
"difficultyLevel": 167,
|
701
701
|
"name": "ハイスコアライブ10",
|
702
|
-
"order":
|
702
|
+
"order": 20,
|
703
703
|
"musicChartPatternId": "chart-tri-003-001",
|
704
704
|
"position1AttributeType": 2,
|
705
705
|
"position2AttributeType": 2,
|
@@ -776,7 +776,7 @@
|
|
776
776
|
"musicId": "music-liz-005",
|
777
777
|
"difficultyLevel": 187,
|
778
778
|
"name": "ハイスコアライブ11",
|
779
|
-
"order":
|
779
|
+
"order": 21,
|
780
780
|
"musicChartPatternId": "chart-liz-005-001",
|
781
781
|
"position1AttributeType": 1,
|
782
782
|
"position2AttributeType": 3,
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"musicId": "music-thrx-001",
|
854
854
|
"difficultyLevel": 207,
|
855
855
|
"name": "ハイスコアライブ12",
|
856
|
-
"order":
|
856
|
+
"order": 22,
|
857
857
|
"musicChartPatternId": "chart-thrx-001-001",
|
858
858
|
"position1AttributeType": 3,
|
859
859
|
"position2AttributeType": 3,
|
@@ -930,7 +930,7 @@
|
|
930
930
|
"musicId": "music-mna-001",
|
931
931
|
"difficultyLevel": 227,
|
932
932
|
"name": "ハイスコアライブ13",
|
933
|
-
"order":
|
933
|
+
"order": 23,
|
934
934
|
"musicChartPatternId": "chart-mna-001-001",
|
935
935
|
"position1AttributeType": 2,
|
936
936
|
"position2AttributeType": 1,
|
@@ -1007,7 +1007,7 @@
|
|
1007
1007
|
"musicId": "music-sun-006",
|
1008
1008
|
"difficultyLevel": 247,
|
1009
1009
|
"name": "ハイスコアライブ14",
|
1010
|
-
"order":
|
1010
|
+
"order": 24,
|
1011
1011
|
"musicChartPatternId": "chart-sun-006-001",
|
1012
1012
|
"position1AttributeType": 1,
|
1013
1013
|
"position2AttributeType": 1,
|
@@ -1077,6 +1077,83 @@
|
|
1077
1077
|
"rankDRewardId": "",
|
1078
1078
|
"dailyLimitCount": 0
|
1079
1079
|
},
|
1080
|
+
{
|
1081
|
+
"id": "qt-area-1-clb-kion",
|
1082
|
+
"areaId": "area-contest-001",
|
1083
|
+
"stageId": "stage-live-hall-00-00",
|
1084
|
+
"musicId": "music-clb-004",
|
1085
|
+
"difficultyLevel": 40,
|
1086
|
+
"name": "けいおん!コラボハイスコアライブ",
|
1087
|
+
"order": 1,
|
1088
|
+
"musicChartPatternId": "chart-clb-004-001",
|
1089
|
+
"position1AttributeType": 1,
|
1090
|
+
"position2AttributeType": 3,
|
1091
|
+
"position3AttributeType": 1,
|
1092
|
+
"position4AttributeType": 3,
|
1093
|
+
"position5AttributeType": 1,
|
1094
|
+
"activeSkillWeightPermil": 1000,
|
1095
|
+
"specialSkillWeightPermil": 1000,
|
1096
|
+
"skillStaminaWeightPermil": 1000,
|
1097
|
+
"staminaRecoveryWeightPermil": 1000,
|
1098
|
+
"beatDanceWeightPermil": 600,
|
1099
|
+
"beatVocalWeightPermil": 150,
|
1100
|
+
"beatVisualWeightPermil": 250,
|
1101
|
+
"maxCapacity": 1000,
|
1102
|
+
"mentalThreshold": 65,
|
1103
|
+
"questPressureId": "quest_pressure-1",
|
1104
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
1105
|
+
"clearScore": "571000",
|
1106
|
+
"clearRewardId": "rd-qt-area-1-kion",
|
1107
|
+
"rankSRewardId": "rd-qt-area-1-kion_S",
|
1108
|
+
"rankARewardId": "rd-qt-area-1-kion_A",
|
1109
|
+
"rankBRewardId": "rd-qt-area-1-kion_B",
|
1110
|
+
"viewConditionId": "cd-qt-area-1-clb-kion-view",
|
1111
|
+
"unlockConditionId": "cd-qt-area-1-clb-kion-unlock",
|
1112
|
+
"ticketAmount": 1,
|
1113
|
+
"achievedRankRewards": [
|
1114
|
+
{
|
1115
|
+
"highRank": 1,
|
1116
|
+
"lowRank": 1,
|
1117
|
+
"rewardId": "rd-qt-area-1-kion-rank-1"
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
"highRank": 2,
|
1121
|
+
"lowRank": 100,
|
1122
|
+
"rewardId": "rd-qt-area-1-kion-rank-100"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"highRank": 101,
|
1126
|
+
"lowRank": 200,
|
1127
|
+
"rewardId": "rd_auto;item;item-act_promotion_shorten;1"
|
1128
|
+
},
|
1129
|
+
{
|
1130
|
+
"highRank": 201,
|
1131
|
+
"lowRank": 300,
|
1132
|
+
"rewardId": "rd_auto;item;item-act_promotion_shorten;1"
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"highRank": 301,
|
1136
|
+
"lowRank": 500,
|
1137
|
+
"rewardId": "rd_auto;item;item-act_promotion_shorten;1"
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"highRank": 501,
|
1141
|
+
"lowRank": 1000,
|
1142
|
+
"rewardId": "rd_auto;item;item-act_promotion_shorten;1"
|
1143
|
+
}
|
1144
|
+
],
|
1145
|
+
"liveSkipType": 2,
|
1146
|
+
"description": "",
|
1147
|
+
"questCharacterAdvantageId": "",
|
1148
|
+
"moodType": 0,
|
1149
|
+
"rewardManagerExp": 0,
|
1150
|
+
"rewardCardExp": 0,
|
1151
|
+
"rankAdditionalRewardId": "",
|
1152
|
+
"rankCRewardId": "",
|
1153
|
+
"rankDRewardId": "",
|
1154
|
+
"dailyLimitCount": 0,
|
1155
|
+
"liveBonusGroupId": ""
|
1156
|
+
},
|
1080
1157
|
{
|
1081
1158
|
"id": "qt-daily-001-01",
|
1082
1159
|
"areaId": "area-daily-001",
|
@@ -6782,359 +6859,865 @@
|
|
6782
6859
|
"liveBonusGroupId": ""
|
6783
6860
|
},
|
6784
6861
|
{
|
6785
|
-
"id": "qt-
|
6786
|
-
"areaId": "area-
|
6787
|
-
"stageId": "stage-live-
|
6788
|
-
"musicId": "music-
|
6789
|
-
"difficultyLevel":
|
6862
|
+
"id": "qt-daily-sp-23-0428-01",
|
6863
|
+
"areaId": "area-daily-sp-23-0428",
|
6864
|
+
"stageId": "stage-live-hall-00-00",
|
6865
|
+
"musicId": "music-clb-004",
|
6866
|
+
"difficultyLevel": 20,
|
6790
6867
|
"name": "STAGE1",
|
6791
6868
|
"description": "STAGE1",
|
6792
6869
|
"order": 1,
|
6793
|
-
"musicChartPatternId": "chart-
|
6794
|
-
"position1AttributeType":
|
6795
|
-
"position2AttributeType":
|
6796
|
-
"position3AttributeType":
|
6870
|
+
"musicChartPatternId": "chart-clb-004-001",
|
6871
|
+
"position1AttributeType": 1,
|
6872
|
+
"position2AttributeType": 2,
|
6873
|
+
"position3AttributeType": 1,
|
6797
6874
|
"position4AttributeType": 2,
|
6798
|
-
"position5AttributeType":
|
6799
|
-
"activeSkillWeightPermil":
|
6875
|
+
"position5AttributeType": 3,
|
6876
|
+
"activeSkillWeightPermil": 1500,
|
6800
6877
|
"specialSkillWeightPermil": 1000,
|
6801
|
-
"skillStaminaWeightPermil":
|
6802
|
-
"
|
6803
|
-
"
|
6804
|
-
"
|
6805
|
-
"
|
6806
|
-
"
|
6807
|
-
"mentalThreshold": 1971,
|
6878
|
+
"skillStaminaWeightPermil": 1000,
|
6879
|
+
"beatDanceWeightPermil": 400,
|
6880
|
+
"beatVocalWeightPermil": 400,
|
6881
|
+
"beatVisualWeightPermil": 200,
|
6882
|
+
"maxCapacity": 1000,
|
6883
|
+
"mentalThreshold": 52,
|
6808
6884
|
"questPressureId": "quest_pressure-1",
|
6809
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
6810
6885
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
6811
|
-
"clearScore": "
|
6812
|
-
"rewardManagerExp":
|
6813
|
-
"clearRewardId": "rd-
|
6886
|
+
"clearScore": "135000",
|
6887
|
+
"rewardManagerExp": 420,
|
6888
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-01",
|
6889
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;39",
|
6890
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;38",
|
6891
|
+
"rankARewardId": "rd_auto;item;item-card_skill;26",
|
6892
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;18",
|
6893
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;10",
|
6894
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
6895
|
+
"unlockConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
6896
|
+
"ticketAmount": 1,
|
6814
6897
|
"liveSkipType": 2,
|
6898
|
+
"staminaRecoveryWeightPermil": 0,
|
6899
|
+
"questCharacterAdvantageId": "",
|
6815
6900
|
"moodType": 0,
|
6816
6901
|
"rewardCardExp": 0,
|
6817
|
-
"rankAdditionalRewardId": "",
|
6818
|
-
"rankSRewardId": "",
|
6819
|
-
"rankARewardId": "",
|
6820
|
-
"rankBRewardId": "",
|
6821
|
-
"rankCRewardId": "",
|
6822
6902
|
"rankDRewardId": "",
|
6823
|
-
"viewConditionId": "",
|
6824
|
-
"unlockConditionId": "",
|
6825
6903
|
"dailyLimitCount": 0,
|
6826
|
-
"ticketAmount": 0,
|
6827
6904
|
"achievedRankRewards": [],
|
6828
6905
|
"liveBonusGroupId": ""
|
6829
6906
|
},
|
6830
6907
|
{
|
6831
|
-
"id": "qt-
|
6832
|
-
"areaId": "area-
|
6833
|
-
"stageId": "stage-live-
|
6834
|
-
"musicId": "music-
|
6835
|
-
"difficultyLevel":
|
6908
|
+
"id": "qt-daily-sp-23-0428-02",
|
6909
|
+
"areaId": "area-daily-sp-23-0428",
|
6910
|
+
"stageId": "stage-live-hall-00-00",
|
6911
|
+
"musicId": "music-clb-004",
|
6912
|
+
"difficultyLevel": 40,
|
6836
6913
|
"name": "STAGE2",
|
6837
6914
|
"description": "STAGE2",
|
6838
6915
|
"order": 2,
|
6839
|
-
"musicChartPatternId": "chart-
|
6840
|
-
"position1AttributeType":
|
6916
|
+
"musicChartPatternId": "chart-clb-004-001",
|
6917
|
+
"position1AttributeType": 1,
|
6841
6918
|
"position2AttributeType": 2,
|
6842
6919
|
"position3AttributeType": 1,
|
6843
6920
|
"position4AttributeType": 2,
|
6844
|
-
"position5AttributeType":
|
6845
|
-
"activeSkillWeightPermil":
|
6921
|
+
"position5AttributeType": 3,
|
6922
|
+
"activeSkillWeightPermil": 1500,
|
6846
6923
|
"specialSkillWeightPermil": 1000,
|
6847
|
-
"skillStaminaWeightPermil":
|
6848
|
-
"
|
6849
|
-
"
|
6850
|
-
"
|
6851
|
-
"
|
6852
|
-
"
|
6853
|
-
"mentalThreshold": 2092,
|
6924
|
+
"skillStaminaWeightPermil": 1000,
|
6925
|
+
"beatDanceWeightPermil": 400,
|
6926
|
+
"beatVocalWeightPermil": 400,
|
6927
|
+
"beatVisualWeightPermil": 200,
|
6928
|
+
"maxCapacity": 1000,
|
6929
|
+
"mentalThreshold": 65,
|
6854
6930
|
"questPressureId": "quest_pressure-1",
|
6855
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
6856
6931
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
6857
|
-
"clearScore": "
|
6858
|
-
"rewardManagerExp":
|
6859
|
-
"clearRewardId": "rd-
|
6932
|
+
"clearScore": "481000",
|
6933
|
+
"rewardManagerExp": 3050,
|
6934
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-02",
|
6935
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;71",
|
6936
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;71",
|
6937
|
+
"rankARewardId": "rd_auto;item;item-card_skill;62",
|
6938
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;56",
|
6939
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;10",
|
6940
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
6941
|
+
"unlockConditionId": "cd-manager_level_gte-20",
|
6942
|
+
"ticketAmount": 1,
|
6860
6943
|
"liveSkipType": 2,
|
6944
|
+
"staminaRecoveryWeightPermil": 0,
|
6945
|
+
"questCharacterAdvantageId": "",
|
6861
6946
|
"moodType": 0,
|
6862
6947
|
"rewardCardExp": 0,
|
6863
|
-
"rankAdditionalRewardId": "",
|
6864
|
-
"rankSRewardId": "",
|
6865
|
-
"rankARewardId": "",
|
6866
|
-
"rankBRewardId": "",
|
6867
|
-
"rankCRewardId": "",
|
6868
6948
|
"rankDRewardId": "",
|
6869
|
-
"viewConditionId": "",
|
6870
|
-
"unlockConditionId": "",
|
6871
6949
|
"dailyLimitCount": 0,
|
6872
|
-
"ticketAmount": 0,
|
6873
6950
|
"achievedRankRewards": [],
|
6874
6951
|
"liveBonusGroupId": ""
|
6875
6952
|
},
|
6876
6953
|
{
|
6877
|
-
"id": "qt-
|
6878
|
-
"areaId": "area-
|
6879
|
-
"stageId": "stage-live-
|
6880
|
-
"musicId": "music-
|
6881
|
-
"difficultyLevel":
|
6954
|
+
"id": "qt-daily-sp-23-0428-03",
|
6955
|
+
"areaId": "area-daily-sp-23-0428",
|
6956
|
+
"stageId": "stage-live-hall-00-03",
|
6957
|
+
"musicId": "music-clb-004",
|
6958
|
+
"difficultyLevel": 60,
|
6882
6959
|
"name": "STAGE3",
|
6883
6960
|
"description": "STAGE3",
|
6884
6961
|
"order": 3,
|
6885
|
-
"musicChartPatternId": "chart-
|
6886
|
-
"position1AttributeType":
|
6887
|
-
"position2AttributeType":
|
6888
|
-
"position3AttributeType":
|
6962
|
+
"musicChartPatternId": "chart-clb-004-001",
|
6963
|
+
"position1AttributeType": 1,
|
6964
|
+
"position2AttributeType": 2,
|
6965
|
+
"position3AttributeType": 1,
|
6889
6966
|
"position4AttributeType": 2,
|
6890
|
-
"position5AttributeType":
|
6891
|
-
"activeSkillWeightPermil":
|
6967
|
+
"position5AttributeType": 3,
|
6968
|
+
"activeSkillWeightPermil": 1500,
|
6892
6969
|
"specialSkillWeightPermil": 1000,
|
6893
|
-
"skillStaminaWeightPermil":
|
6894
|
-
"
|
6895
|
-
"
|
6896
|
-
"
|
6897
|
-
"
|
6898
|
-
"
|
6899
|
-
"mentalThreshold": 2098,
|
6970
|
+
"skillStaminaWeightPermil": 1000,
|
6971
|
+
"beatDanceWeightPermil": 400,
|
6972
|
+
"beatVocalWeightPermil": 400,
|
6973
|
+
"beatVisualWeightPermil": 200,
|
6974
|
+
"maxCapacity": 2600,
|
6975
|
+
"mentalThreshold": 174,
|
6900
6976
|
"questPressureId": "quest_pressure-1",
|
6901
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
6902
6977
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
6903
|
-
"clearScore": "
|
6904
|
-
"rewardManagerExp":
|
6905
|
-
"clearRewardId": "rd-
|
6978
|
+
"clearScore": "1450000",
|
6979
|
+
"rewardManagerExp": 5230,
|
6980
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-03",
|
6981
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;123",
|
6982
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;122",
|
6983
|
+
"rankARewardId": "rd_auto;item;item-card_skill;104",
|
6984
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;92",
|
6985
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;50",
|
6986
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
6987
|
+
"unlockConditionId": "cd-manager_level_gte-40",
|
6988
|
+
"ticketAmount": 1,
|
6906
6989
|
"liveSkipType": 2,
|
6990
|
+
"staminaRecoveryWeightPermil": 0,
|
6991
|
+
"questCharacterAdvantageId": "",
|
6907
6992
|
"moodType": 0,
|
6908
6993
|
"rewardCardExp": 0,
|
6909
|
-
"rankAdditionalRewardId": "",
|
6910
|
-
"rankSRewardId": "",
|
6911
|
-
"rankARewardId": "",
|
6912
|
-
"rankBRewardId": "",
|
6913
|
-
"rankCRewardId": "",
|
6914
6994
|
"rankDRewardId": "",
|
6915
|
-
"viewConditionId": "",
|
6916
|
-
"unlockConditionId": "",
|
6917
6995
|
"dailyLimitCount": 0,
|
6918
|
-
"ticketAmount": 0,
|
6919
6996
|
"achievedRankRewards": [],
|
6920
6997
|
"liveBonusGroupId": ""
|
6921
6998
|
},
|
6922
6999
|
{
|
6923
|
-
"id": "qt-
|
6924
|
-
"areaId": "area-
|
6925
|
-
"stageId": "stage-live-dome-
|
6926
|
-
"musicId": "music-
|
6927
|
-
"difficultyLevel":
|
7000
|
+
"id": "qt-daily-sp-23-0428-04",
|
7001
|
+
"areaId": "area-daily-sp-23-0428",
|
7002
|
+
"stageId": "stage-live-dome-00-00",
|
7003
|
+
"musicId": "music-clb-004",
|
7004
|
+
"difficultyLevel": 80,
|
6928
7005
|
"name": "STAGE4",
|
6929
7006
|
"description": "STAGE4",
|
6930
7007
|
"order": 4,
|
6931
|
-
"musicChartPatternId": "chart-
|
6932
|
-
"position1AttributeType":
|
7008
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7009
|
+
"position1AttributeType": 1,
|
6933
7010
|
"position2AttributeType": 2,
|
6934
7011
|
"position3AttributeType": 1,
|
6935
7012
|
"position4AttributeType": 2,
|
6936
|
-
"position5AttributeType":
|
6937
|
-
"activeSkillWeightPermil":
|
7013
|
+
"position5AttributeType": 3,
|
7014
|
+
"activeSkillWeightPermil": 1500,
|
6938
7015
|
"specialSkillWeightPermil": 1000,
|
6939
|
-
"skillStaminaWeightPermil":
|
6940
|
-
"
|
6941
|
-
"
|
6942
|
-
"
|
6943
|
-
"
|
6944
|
-
"
|
6945
|
-
"mentalThreshold": 2105,
|
7016
|
+
"skillStaminaWeightPermil": 1000,
|
7017
|
+
"beatDanceWeightPermil": 400,
|
7018
|
+
"beatVocalWeightPermil": 400,
|
7019
|
+
"beatVisualWeightPermil": 200,
|
7020
|
+
"maxCapacity": 10000,
|
7021
|
+
"mentalThreshold": 478,
|
6946
7022
|
"questPressureId": "quest_pressure-1",
|
6947
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
6948
7023
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
6949
|
-
"clearScore": "
|
6950
|
-
"rewardManagerExp":
|
6951
|
-
"clearRewardId": "rd-
|
7024
|
+
"clearScore": "4130000",
|
7025
|
+
"rewardManagerExp": 11880,
|
7026
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-04",
|
7027
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;254",
|
7028
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;252",
|
7029
|
+
"rankARewardId": "rd_auto;item;item-card_skill;204",
|
7030
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;172",
|
7031
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;80",
|
7032
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7033
|
+
"unlockConditionId": "cd-manager_level_gte-60",
|
7034
|
+
"ticketAmount": 1,
|
6952
7035
|
"liveSkipType": 2,
|
7036
|
+
"staminaRecoveryWeightPermil": 0,
|
7037
|
+
"questCharacterAdvantageId": "",
|
6953
7038
|
"moodType": 0,
|
6954
7039
|
"rewardCardExp": 0,
|
6955
|
-
"rankAdditionalRewardId": "",
|
6956
|
-
"rankSRewardId": "",
|
6957
|
-
"rankARewardId": "",
|
6958
|
-
"rankBRewardId": "",
|
6959
|
-
"rankCRewardId": "",
|
6960
7040
|
"rankDRewardId": "",
|
6961
|
-
"viewConditionId": "",
|
6962
|
-
"unlockConditionId": "",
|
6963
7041
|
"dailyLimitCount": 0,
|
6964
|
-
"ticketAmount": 0,
|
6965
7042
|
"achievedRankRewards": [],
|
6966
7043
|
"liveBonusGroupId": ""
|
6967
7044
|
},
|
6968
7045
|
{
|
6969
|
-
"id": "qt-
|
6970
|
-
"areaId": "area-
|
6971
|
-
"stageId": "stage-live-dome-
|
6972
|
-
"musicId": "music-
|
6973
|
-
"difficultyLevel":
|
7046
|
+
"id": "qt-daily-sp-23-0428-05",
|
7047
|
+
"areaId": "area-daily-sp-23-0428",
|
7048
|
+
"stageId": "stage-live-dome-04-00",
|
7049
|
+
"musicId": "music-clb-004",
|
7050
|
+
"difficultyLevel": 100,
|
6974
7051
|
"name": "STAGE5",
|
6975
7052
|
"description": "STAGE5",
|
6976
7053
|
"order": 5,
|
6977
|
-
"musicChartPatternId": "chart-
|
6978
|
-
"position1AttributeType":
|
6979
|
-
"position2AttributeType":
|
6980
|
-
"position3AttributeType":
|
7054
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7055
|
+
"position1AttributeType": 1,
|
7056
|
+
"position2AttributeType": 2,
|
7057
|
+
"position3AttributeType": 1,
|
6981
7058
|
"position4AttributeType": 2,
|
6982
|
-
"position5AttributeType":
|
6983
|
-
"activeSkillWeightPermil":
|
7059
|
+
"position5AttributeType": 3,
|
7060
|
+
"activeSkillWeightPermil": 1500,
|
6984
7061
|
"specialSkillWeightPermil": 1000,
|
6985
|
-
"skillStaminaWeightPermil":
|
6986
|
-
"
|
6987
|
-
"
|
6988
|
-
"
|
6989
|
-
"
|
6990
|
-
"
|
6991
|
-
"
|
6992
|
-
"questPressureId": "quest_pressure-1",
|
6993
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7062
|
+
"skillStaminaWeightPermil": 1000,
|
7063
|
+
"beatDanceWeightPermil": 400,
|
7064
|
+
"beatVocalWeightPermil": 400,
|
7065
|
+
"beatVisualWeightPermil": 200,
|
7066
|
+
"maxCapacity": 21000,
|
7067
|
+
"mentalThreshold": 925,
|
7068
|
+
"questPressureId": "quest_pressure-2",
|
6994
7069
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
6995
|
-
"clearScore": "
|
6996
|
-
"rewardManagerExp":
|
6997
|
-
"clearRewardId": "rd-
|
6998
|
-
"
|
7070
|
+
"clearScore": "10600000",
|
7071
|
+
"rewardManagerExp": 31970,
|
7072
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-05",
|
7073
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;350",
|
7074
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;349",
|
7075
|
+
"rankARewardId": "rd_auto;item;item-card_skill;328",
|
7076
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;314",
|
7077
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;140",
|
7078
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7079
|
+
"unlockConditionId": "cd-manager_level_gte-80",
|
7080
|
+
"ticketAmount": 1,
|
6999
7081
|
"liveSkipType": 2,
|
7082
|
+
"staminaRecoveryWeightPermil": 0,
|
7083
|
+
"questCharacterAdvantageId": "",
|
7000
7084
|
"moodType": 0,
|
7001
7085
|
"rewardCardExp": 0,
|
7002
|
-
"rankAdditionalRewardId": "",
|
7003
|
-
"rankSRewardId": "",
|
7004
|
-
"rankARewardId": "",
|
7005
|
-
"rankBRewardId": "",
|
7006
|
-
"rankCRewardId": "",
|
7007
7086
|
"rankDRewardId": "",
|
7008
|
-
"viewConditionId": "",
|
7009
|
-
"unlockConditionId": "",
|
7010
7087
|
"dailyLimitCount": 0,
|
7011
|
-
"
|
7012
|
-
"
|
7088
|
+
"achievedRankRewards": [],
|
7089
|
+
"liveBonusGroupId": ""
|
7013
7090
|
},
|
7014
7091
|
{
|
7015
|
-
"id": "qt-
|
7016
|
-
"areaId": "area-
|
7017
|
-
"stageId": "stage-live-dome-
|
7018
|
-
"musicId": "music-
|
7019
|
-
"difficultyLevel":
|
7092
|
+
"id": "qt-daily-sp-23-0428-06",
|
7093
|
+
"areaId": "area-daily-sp-23-0428",
|
7094
|
+
"stageId": "stage-live-dome-01-02",
|
7095
|
+
"musicId": "music-clb-004",
|
7096
|
+
"difficultyLevel": 120,
|
7020
7097
|
"name": "STAGE6",
|
7021
7098
|
"description": "STAGE6",
|
7022
7099
|
"order": 6,
|
7023
|
-
"musicChartPatternId": "chart-
|
7024
|
-
"position1AttributeType":
|
7025
|
-
"position2AttributeType":
|
7026
|
-
"position3AttributeType":
|
7027
|
-
"position4AttributeType":
|
7100
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7101
|
+
"position1AttributeType": 1,
|
7102
|
+
"position2AttributeType": 2,
|
7103
|
+
"position3AttributeType": 1,
|
7104
|
+
"position4AttributeType": 2,
|
7028
7105
|
"position5AttributeType": 3,
|
7029
|
-
"activeSkillWeightPermil":
|
7106
|
+
"activeSkillWeightPermil": 1500,
|
7030
7107
|
"specialSkillWeightPermil": 1000,
|
7031
|
-
"skillStaminaWeightPermil":
|
7032
|
-
"
|
7033
|
-
"
|
7034
|
-
"
|
7035
|
-
"
|
7036
|
-
"
|
7037
|
-
"
|
7038
|
-
"questPressureId": "quest_pressure-1",
|
7039
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7108
|
+
"skillStaminaWeightPermil": 1000,
|
7109
|
+
"beatDanceWeightPermil": 400,
|
7110
|
+
"beatVocalWeightPermil": 400,
|
7111
|
+
"beatVisualWeightPermil": 200,
|
7112
|
+
"maxCapacity": 32000,
|
7113
|
+
"mentalThreshold": 1627,
|
7114
|
+
"questPressureId": "quest_pressure-2",
|
7040
7115
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7041
|
-
"clearScore": "
|
7042
|
-
"rewardManagerExp":
|
7043
|
-
"clearRewardId": "rd-
|
7116
|
+
"clearScore": "21000000",
|
7117
|
+
"rewardManagerExp": 53290,
|
7118
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-06",
|
7119
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;484",
|
7120
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;482",
|
7121
|
+
"rankARewardId": "rd_auto;item;item-card_skill;434",
|
7122
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;402",
|
7123
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;300",
|
7124
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7125
|
+
"unlockConditionId": "cd-manager_level_gte-90",
|
7126
|
+
"ticketAmount": 1,
|
7044
7127
|
"liveSkipType": 2,
|
7128
|
+
"staminaRecoveryWeightPermil": 0,
|
7129
|
+
"questCharacterAdvantageId": "",
|
7045
7130
|
"moodType": 0,
|
7046
7131
|
"rewardCardExp": 0,
|
7047
|
-
"rankAdditionalRewardId": "",
|
7048
|
-
"rankSRewardId": "",
|
7049
|
-
"rankARewardId": "",
|
7050
|
-
"rankBRewardId": "",
|
7051
|
-
"rankCRewardId": "",
|
7052
7132
|
"rankDRewardId": "",
|
7053
|
-
"viewConditionId": "",
|
7054
|
-
"unlockConditionId": "",
|
7055
7133
|
"dailyLimitCount": 0,
|
7056
|
-
"ticketAmount": 0,
|
7057
7134
|
"achievedRankRewards": [],
|
7058
7135
|
"liveBonusGroupId": ""
|
7059
7136
|
},
|
7060
7137
|
{
|
7061
|
-
"id": "qt-
|
7062
|
-
"areaId": "area-
|
7063
|
-
"stageId": "stage-live-dome-
|
7064
|
-
"musicId": "music-
|
7065
|
-
"difficultyLevel":
|
7138
|
+
"id": "qt-daily-sp-23-0428-07",
|
7139
|
+
"areaId": "area-daily-sp-23-0428",
|
7140
|
+
"stageId": "stage-live-dome-02-02",
|
7141
|
+
"musicId": "music-clb-004",
|
7142
|
+
"difficultyLevel": 140,
|
7066
7143
|
"name": "STAGE7",
|
7067
7144
|
"description": "STAGE7",
|
7068
7145
|
"order": 7,
|
7069
|
-
"musicChartPatternId": "chart-
|
7070
|
-
"position1AttributeType":
|
7146
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7147
|
+
"position1AttributeType": 1,
|
7071
7148
|
"position2AttributeType": 2,
|
7072
|
-
"position3AttributeType":
|
7073
|
-
"position4AttributeType":
|
7149
|
+
"position3AttributeType": 1,
|
7150
|
+
"position4AttributeType": 2,
|
7074
7151
|
"position5AttributeType": 3,
|
7075
|
-
"activeSkillWeightPermil":
|
7152
|
+
"activeSkillWeightPermil": 1500,
|
7076
7153
|
"specialSkillWeightPermil": 1000,
|
7077
|
-
"skillStaminaWeightPermil":
|
7078
|
-
"
|
7079
|
-
"
|
7080
|
-
"
|
7081
|
-
"
|
7082
|
-
"
|
7083
|
-
"
|
7084
|
-
"questPressureId": "quest_pressure-1",
|
7085
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7154
|
+
"skillStaminaWeightPermil": 1000,
|
7155
|
+
"beatDanceWeightPermil": 400,
|
7156
|
+
"beatVocalWeightPermil": 400,
|
7157
|
+
"beatVisualWeightPermil": 200,
|
7158
|
+
"maxCapacity": 40000,
|
7159
|
+
"mentalThreshold": 2424,
|
7160
|
+
"questPressureId": "quest_pressure-2",
|
7086
7161
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7087
|
-
"clearScore": "
|
7088
|
-
"rewardManagerExp":
|
7089
|
-
"clearRewardId": "rd-
|
7162
|
+
"clearScore": "34500000",
|
7163
|
+
"rewardManagerExp": 86700,
|
7164
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-07",
|
7165
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;652",
|
7166
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;649",
|
7167
|
+
"rankARewardId": "rd_auto;item;item-card_skill;598",
|
7168
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;564",
|
7169
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;370",
|
7170
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7171
|
+
"unlockConditionId": "cd-manager_level_gte-100",
|
7172
|
+
"ticketAmount": 1,
|
7090
7173
|
"liveSkipType": 2,
|
7174
|
+
"staminaRecoveryWeightPermil": 0,
|
7175
|
+
"questCharacterAdvantageId": "",
|
7091
7176
|
"moodType": 0,
|
7092
7177
|
"rewardCardExp": 0,
|
7093
|
-
"rankAdditionalRewardId": "",
|
7094
|
-
"rankSRewardId": "",
|
7095
|
-
"rankARewardId": "",
|
7096
|
-
"rankBRewardId": "",
|
7097
|
-
"rankCRewardId": "",
|
7098
7178
|
"rankDRewardId": "",
|
7099
|
-
"viewConditionId": "",
|
7100
|
-
"unlockConditionId": "",
|
7101
7179
|
"dailyLimitCount": 0,
|
7102
|
-
"ticketAmount": 0,
|
7103
7180
|
"achievedRankRewards": [],
|
7104
7181
|
"liveBonusGroupId": ""
|
7105
7182
|
},
|
7106
7183
|
{
|
7107
|
-
"id": "qt-
|
7108
|
-
"areaId": "area-
|
7109
|
-
"stageId": "stage-live-dome-03
|
7110
|
-
"musicId": "music-
|
7111
|
-
"difficultyLevel":
|
7184
|
+
"id": "qt-daily-sp-23-0428-08",
|
7185
|
+
"areaId": "area-daily-sp-23-0428",
|
7186
|
+
"stageId": "stage-live-dome-02-03",
|
7187
|
+
"musicId": "music-clb-004",
|
7188
|
+
"difficultyLevel": 160,
|
7112
7189
|
"name": "STAGE8",
|
7113
7190
|
"description": "STAGE8",
|
7114
7191
|
"order": 8,
|
7115
|
-
"musicChartPatternId": "chart-
|
7116
|
-
"position1AttributeType":
|
7117
|
-
"position2AttributeType":
|
7118
|
-
"position3AttributeType":
|
7119
|
-
"position4AttributeType":
|
7192
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7193
|
+
"position1AttributeType": 1,
|
7194
|
+
"position2AttributeType": 2,
|
7195
|
+
"position3AttributeType": 1,
|
7196
|
+
"position4AttributeType": 2,
|
7120
7197
|
"position5AttributeType": 3,
|
7121
|
-
"activeSkillWeightPermil":
|
7198
|
+
"activeSkillWeightPermil": 1500,
|
7122
7199
|
"specialSkillWeightPermil": 1000,
|
7123
|
-
"skillStaminaWeightPermil":
|
7124
|
-
"
|
7125
|
-
"
|
7126
|
-
"
|
7127
|
-
"
|
7128
|
-
"
|
7129
|
-
"
|
7130
|
-
"questPressureId": "quest_pressure-1",
|
7131
|
-
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7200
|
+
"skillStaminaWeightPermil": 1000,
|
7201
|
+
"beatDanceWeightPermil": 400,
|
7202
|
+
"beatVocalWeightPermil": 400,
|
7203
|
+
"beatVisualWeightPermil": 200,
|
7204
|
+
"maxCapacity": 44000,
|
7205
|
+
"mentalThreshold": 3099,
|
7206
|
+
"questPressureId": "quest_pressure-2",
|
7132
7207
|
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7133
|
-
"clearScore": "
|
7134
|
-
"rewardManagerExp":
|
7135
|
-
"clearRewardId": "rd-
|
7208
|
+
"clearScore": "58000000",
|
7209
|
+
"rewardManagerExp": 114520,
|
7210
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-08",
|
7211
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;879",
|
7212
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;875",
|
7213
|
+
"rankARewardId": "rd_auto;item;item-card_skill;800",
|
7214
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;750",
|
7215
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;530",
|
7216
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7217
|
+
"unlockConditionId": "cd-manager_level_gte-120",
|
7218
|
+
"ticketAmount": 1,
|
7136
7219
|
"liveSkipType": 2,
|
7137
|
-
"
|
7220
|
+
"staminaRecoveryWeightPermil": 0,
|
7221
|
+
"questCharacterAdvantageId": "",
|
7222
|
+
"moodType": 0,
|
7223
|
+
"rewardCardExp": 0,
|
7224
|
+
"rankDRewardId": "",
|
7225
|
+
"dailyLimitCount": 0,
|
7226
|
+
"achievedRankRewards": [],
|
7227
|
+
"liveBonusGroupId": ""
|
7228
|
+
},
|
7229
|
+
{
|
7230
|
+
"id": "qt-daily-sp-23-0428-09",
|
7231
|
+
"areaId": "area-daily-sp-23-0428",
|
7232
|
+
"stageId": "stage-live-dome-03-02",
|
7233
|
+
"musicId": "music-clb-004",
|
7234
|
+
"difficultyLevel": 180,
|
7235
|
+
"name": "STAGE9",
|
7236
|
+
"description": "STAGE9",
|
7237
|
+
"order": 9,
|
7238
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7239
|
+
"position1AttributeType": 1,
|
7240
|
+
"position2AttributeType": 2,
|
7241
|
+
"position3AttributeType": 1,
|
7242
|
+
"position4AttributeType": 2,
|
7243
|
+
"position5AttributeType": 3,
|
7244
|
+
"activeSkillWeightPermil": 1500,
|
7245
|
+
"specialSkillWeightPermil": 1000,
|
7246
|
+
"skillStaminaWeightPermil": 1000,
|
7247
|
+
"beatDanceWeightPermil": 400,
|
7248
|
+
"beatVocalWeightPermil": 400,
|
7249
|
+
"beatVisualWeightPermil": 200,
|
7250
|
+
"maxCapacity": 49000,
|
7251
|
+
"mentalThreshold": 3610,
|
7252
|
+
"questPressureId": "quest_pressure-2",
|
7253
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7254
|
+
"clearScore": "82000000",
|
7255
|
+
"rewardManagerExp": 141740,
|
7256
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-09",
|
7257
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;1164",
|
7258
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;1160",
|
7259
|
+
"rankARewardId": "rd_auto;item;item-card_skill;1070",
|
7260
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;1009",
|
7261
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;700",
|
7262
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7263
|
+
"unlockConditionId": "cd-manager_level_gte-130",
|
7264
|
+
"ticketAmount": 1,
|
7265
|
+
"liveSkipType": 2,
|
7266
|
+
"staminaRecoveryWeightPermil": 0,
|
7267
|
+
"questCharacterAdvantageId": "",
|
7268
|
+
"moodType": 0,
|
7269
|
+
"rewardCardExp": 0,
|
7270
|
+
"rankDRewardId": "",
|
7271
|
+
"dailyLimitCount": 0,
|
7272
|
+
"achievedRankRewards": [],
|
7273
|
+
"liveBonusGroupId": ""
|
7274
|
+
},
|
7275
|
+
{
|
7276
|
+
"id": "qt-daily-sp-23-0428-10",
|
7277
|
+
"areaId": "area-daily-sp-23-0428",
|
7278
|
+
"stageId": "stage-live-dome-03-02",
|
7279
|
+
"musicId": "music-clb-004",
|
7280
|
+
"difficultyLevel": 200,
|
7281
|
+
"name": "STAGE10",
|
7282
|
+
"description": "STAGE10",
|
7283
|
+
"order": 10,
|
7284
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7285
|
+
"position1AttributeType": 1,
|
7286
|
+
"position2AttributeType": 2,
|
7287
|
+
"position3AttributeType": 1,
|
7288
|
+
"position4AttributeType": 2,
|
7289
|
+
"position5AttributeType": 3,
|
7290
|
+
"activeSkillWeightPermil": 1500,
|
7291
|
+
"specialSkillWeightPermil": 1000,
|
7292
|
+
"skillStaminaWeightPermil": 1000,
|
7293
|
+
"beatDanceWeightPermil": 400,
|
7294
|
+
"beatVocalWeightPermil": 400,
|
7295
|
+
"beatVisualWeightPermil": 200,
|
7296
|
+
"maxCapacity": 49000,
|
7297
|
+
"mentalThreshold": 3610,
|
7298
|
+
"questPressureId": "quest_pressure-2",
|
7299
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7300
|
+
"clearScore": "107000000",
|
7301
|
+
"rewardManagerExp": 173330,
|
7302
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-10",
|
7303
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;1464",
|
7304
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;1460",
|
7305
|
+
"rankARewardId": "rd_auto;item;item-card_skill;1370",
|
7306
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;1309",
|
7307
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;950",
|
7308
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7309
|
+
"unlockConditionId": "cd-manager_level_gte-140",
|
7310
|
+
"ticketAmount": 1,
|
7311
|
+
"liveSkipType": 2,
|
7312
|
+
"staminaRecoveryWeightPermil": 0,
|
7313
|
+
"questCharacterAdvantageId": "",
|
7314
|
+
"moodType": 0,
|
7315
|
+
"rewardCardExp": 0,
|
7316
|
+
"rankDRewardId": "",
|
7317
|
+
"dailyLimitCount": 0,
|
7318
|
+
"achievedRankRewards": [],
|
7319
|
+
"liveBonusGroupId": ""
|
7320
|
+
},
|
7321
|
+
{
|
7322
|
+
"id": "qt-daily-sp-23-0428-11",
|
7323
|
+
"areaId": "area-daily-sp-23-0428",
|
7324
|
+
"stageId": "stage-live-dome-03-02",
|
7325
|
+
"musicId": "music-clb-004",
|
7326
|
+
"difficultyLevel": 210,
|
7327
|
+
"name": "STAGE11",
|
7328
|
+
"description": "STAGE11",
|
7329
|
+
"order": 11,
|
7330
|
+
"musicChartPatternId": "chart-clb-004-001",
|
7331
|
+
"position1AttributeType": 1,
|
7332
|
+
"position2AttributeType": 2,
|
7333
|
+
"position3AttributeType": 1,
|
7334
|
+
"position4AttributeType": 2,
|
7335
|
+
"position5AttributeType": 3,
|
7336
|
+
"activeSkillWeightPermil": 1500,
|
7337
|
+
"specialSkillWeightPermil": 1000,
|
7338
|
+
"skillStaminaWeightPermil": 1000,
|
7339
|
+
"beatDanceWeightPermil": 400,
|
7340
|
+
"beatVocalWeightPermil": 400,
|
7341
|
+
"beatVisualWeightPermil": 200,
|
7342
|
+
"maxCapacity": 49000,
|
7343
|
+
"mentalThreshold": 3610,
|
7344
|
+
"questPressureId": "quest_pressure-2",
|
7345
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7346
|
+
"clearScore": "175000000",
|
7347
|
+
"rewardManagerExp": 204920,
|
7348
|
+
"clearRewardId": "rd-qt-daily-sp-23-0428-11",
|
7349
|
+
"rankAdditionalRewardId": "rd_auto;item;item-card_skill;1562",
|
7350
|
+
"rankSRewardId": "rd_auto;item;item-card_skill;1555",
|
7351
|
+
"rankARewardId": "rd_auto;item;item-card_skill;1551",
|
7352
|
+
"rankBRewardId": "rd_auto;item;item-card_skill;1461",
|
7353
|
+
"rankCRewardId": "rd_auto;item;item-card_skill;1400",
|
7354
|
+
"viewConditionId": "cd-time-daily-sp-23-0428-23-0514",
|
7355
|
+
"unlockConditionId": "cd-manager_level_gte-160",
|
7356
|
+
"ticketAmount": 1,
|
7357
|
+
"liveSkipType": 2,
|
7358
|
+
"staminaRecoveryWeightPermil": 0,
|
7359
|
+
"questCharacterAdvantageId": "",
|
7360
|
+
"moodType": 0,
|
7361
|
+
"rewardCardExp": 0,
|
7362
|
+
"rankDRewardId": "",
|
7363
|
+
"dailyLimitCount": 0,
|
7364
|
+
"achievedRankRewards": [],
|
7365
|
+
"liveBonusGroupId": ""
|
7366
|
+
},
|
7367
|
+
{
|
7368
|
+
"id": "qt-ex-tower-001-001",
|
7369
|
+
"areaId": "area-ex-tower-001",
|
7370
|
+
"stageId": "stage-live-dome-03-01",
|
7371
|
+
"musicId": "music-hsm-001",
|
7372
|
+
"difficultyLevel": 129,
|
7373
|
+
"name": "STAGE1",
|
7374
|
+
"description": "STAGE1",
|
7375
|
+
"order": 1,
|
7376
|
+
"musicChartPatternId": "chart-hsm-001-001",
|
7377
|
+
"position1AttributeType": 2,
|
7378
|
+
"position2AttributeType": 1,
|
7379
|
+
"position3AttributeType": 2,
|
7380
|
+
"position4AttributeType": 2,
|
7381
|
+
"position5AttributeType": 2,
|
7382
|
+
"activeSkillWeightPermil": 1000,
|
7383
|
+
"specialSkillWeightPermil": 1000,
|
7384
|
+
"skillStaminaWeightPermil": 2500,
|
7385
|
+
"staminaRecoveryWeightPermil": 1000,
|
7386
|
+
"beatDanceWeightPermil": 250,
|
7387
|
+
"beatVocalWeightPermil": 600,
|
7388
|
+
"beatVisualWeightPermil": 150,
|
7389
|
+
"maxCapacity": 19000,
|
7390
|
+
"mentalThreshold": 1971,
|
7391
|
+
"questPressureId": "quest_pressure-1",
|
7392
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7393
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7394
|
+
"clearScore": "20400000",
|
7395
|
+
"rewardManagerExp": 57700,
|
7396
|
+
"clearRewardId": "rd-ex-tower-001-001",
|
7397
|
+
"liveSkipType": 2,
|
7398
|
+
"moodType": 0,
|
7399
|
+
"rewardCardExp": 0,
|
7400
|
+
"rankAdditionalRewardId": "",
|
7401
|
+
"rankSRewardId": "",
|
7402
|
+
"rankARewardId": "",
|
7403
|
+
"rankBRewardId": "",
|
7404
|
+
"rankCRewardId": "",
|
7405
|
+
"rankDRewardId": "",
|
7406
|
+
"viewConditionId": "",
|
7407
|
+
"unlockConditionId": "",
|
7408
|
+
"dailyLimitCount": 0,
|
7409
|
+
"ticketAmount": 0,
|
7410
|
+
"achievedRankRewards": [],
|
7411
|
+
"liveBonusGroupId": ""
|
7412
|
+
},
|
7413
|
+
{
|
7414
|
+
"id": "qt-ex-tower-001-002",
|
7415
|
+
"areaId": "area-ex-tower-001",
|
7416
|
+
"stageId": "stage-live-dome-03-01",
|
7417
|
+
"musicId": "music-hsm-002",
|
7418
|
+
"difficultyLevel": 130,
|
7419
|
+
"name": "STAGE2",
|
7420
|
+
"description": "STAGE2",
|
7421
|
+
"order": 2,
|
7422
|
+
"musicChartPatternId": "chart-hsm-002-001",
|
7423
|
+
"position1AttributeType": 2,
|
7424
|
+
"position2AttributeType": 2,
|
7425
|
+
"position3AttributeType": 1,
|
7426
|
+
"position4AttributeType": 2,
|
7427
|
+
"position5AttributeType": 2,
|
7428
|
+
"activeSkillWeightPermil": 1000,
|
7429
|
+
"specialSkillWeightPermil": 1000,
|
7430
|
+
"skillStaminaWeightPermil": 2500,
|
7431
|
+
"staminaRecoveryWeightPermil": 1000,
|
7432
|
+
"beatDanceWeightPermil": 250,
|
7433
|
+
"beatVocalWeightPermil": 600,
|
7434
|
+
"beatVisualWeightPermil": 150,
|
7435
|
+
"maxCapacity": 19000,
|
7436
|
+
"mentalThreshold": 2092,
|
7437
|
+
"questPressureId": "quest_pressure-1",
|
7438
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7439
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7440
|
+
"clearScore": "21500000",
|
7441
|
+
"rewardManagerExp": 61300,
|
7442
|
+
"clearRewardId": "rd-ex-tower-001-002",
|
7443
|
+
"liveSkipType": 2,
|
7444
|
+
"moodType": 0,
|
7445
|
+
"rewardCardExp": 0,
|
7446
|
+
"rankAdditionalRewardId": "",
|
7447
|
+
"rankSRewardId": "",
|
7448
|
+
"rankARewardId": "",
|
7449
|
+
"rankBRewardId": "",
|
7450
|
+
"rankCRewardId": "",
|
7451
|
+
"rankDRewardId": "",
|
7452
|
+
"viewConditionId": "",
|
7453
|
+
"unlockConditionId": "",
|
7454
|
+
"dailyLimitCount": 0,
|
7455
|
+
"ticketAmount": 0,
|
7456
|
+
"achievedRankRewards": [],
|
7457
|
+
"liveBonusGroupId": ""
|
7458
|
+
},
|
7459
|
+
{
|
7460
|
+
"id": "qt-ex-tower-001-003",
|
7461
|
+
"areaId": "area-ex-tower-001",
|
7462
|
+
"stageId": "stage-live-dome-03-01",
|
7463
|
+
"musicId": "music-moon-002",
|
7464
|
+
"difficultyLevel": 131,
|
7465
|
+
"name": "STAGE3",
|
7466
|
+
"description": "STAGE3",
|
7467
|
+
"order": 3,
|
7468
|
+
"musicChartPatternId": "chart-moon-002-001",
|
7469
|
+
"position1AttributeType": 2,
|
7470
|
+
"position2AttributeType": 1,
|
7471
|
+
"position3AttributeType": 2,
|
7472
|
+
"position4AttributeType": 2,
|
7473
|
+
"position5AttributeType": 2,
|
7474
|
+
"activeSkillWeightPermil": 1000,
|
7475
|
+
"specialSkillWeightPermil": 1000,
|
7476
|
+
"skillStaminaWeightPermil": 2500,
|
7477
|
+
"staminaRecoveryWeightPermil": 1000,
|
7478
|
+
"beatDanceWeightPermil": 250,
|
7479
|
+
"beatVocalWeightPermil": 600,
|
7480
|
+
"beatVisualWeightPermil": 150,
|
7481
|
+
"maxCapacity": 19000,
|
7482
|
+
"mentalThreshold": 2098,
|
7483
|
+
"questPressureId": "quest_pressure-1",
|
7484
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7485
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7486
|
+
"clearScore": "21200000",
|
7487
|
+
"rewardManagerExp": 61600,
|
7488
|
+
"clearRewardId": "rd-ex-tower-001-003",
|
7489
|
+
"liveSkipType": 2,
|
7490
|
+
"moodType": 0,
|
7491
|
+
"rewardCardExp": 0,
|
7492
|
+
"rankAdditionalRewardId": "",
|
7493
|
+
"rankSRewardId": "",
|
7494
|
+
"rankARewardId": "",
|
7495
|
+
"rankBRewardId": "",
|
7496
|
+
"rankCRewardId": "",
|
7497
|
+
"rankDRewardId": "",
|
7498
|
+
"viewConditionId": "",
|
7499
|
+
"unlockConditionId": "",
|
7500
|
+
"dailyLimitCount": 0,
|
7501
|
+
"ticketAmount": 0,
|
7502
|
+
"achievedRankRewards": [],
|
7503
|
+
"liveBonusGroupId": ""
|
7504
|
+
},
|
7505
|
+
{
|
7506
|
+
"id": "qt-ex-tower-001-004",
|
7507
|
+
"areaId": "area-ex-tower-001",
|
7508
|
+
"stageId": "stage-live-dome-03-01",
|
7509
|
+
"musicId": "music-sun-001",
|
7510
|
+
"difficultyLevel": 132,
|
7511
|
+
"name": "STAGE4",
|
7512
|
+
"description": "STAGE4",
|
7513
|
+
"order": 4,
|
7514
|
+
"musicChartPatternId": "chart-sun-001-001",
|
7515
|
+
"position1AttributeType": 2,
|
7516
|
+
"position2AttributeType": 2,
|
7517
|
+
"position3AttributeType": 1,
|
7518
|
+
"position4AttributeType": 2,
|
7519
|
+
"position5AttributeType": 2,
|
7520
|
+
"activeSkillWeightPermil": 1000,
|
7521
|
+
"specialSkillWeightPermil": 1000,
|
7522
|
+
"skillStaminaWeightPermil": 2500,
|
7523
|
+
"staminaRecoveryWeightPermil": 1000,
|
7524
|
+
"beatDanceWeightPermil": 250,
|
7525
|
+
"beatVocalWeightPermil": 600,
|
7526
|
+
"beatVisualWeightPermil": 150,
|
7527
|
+
"maxCapacity": 19000,
|
7528
|
+
"mentalThreshold": 2105,
|
7529
|
+
"questPressureId": "quest_pressure-1",
|
7530
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7531
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7532
|
+
"clearScore": "23600000",
|
7533
|
+
"rewardManagerExp": 62000,
|
7534
|
+
"clearRewardId": "rd-ex-tower-001-004",
|
7535
|
+
"liveSkipType": 2,
|
7536
|
+
"moodType": 0,
|
7537
|
+
"rewardCardExp": 0,
|
7538
|
+
"rankAdditionalRewardId": "",
|
7539
|
+
"rankSRewardId": "",
|
7540
|
+
"rankARewardId": "",
|
7541
|
+
"rankBRewardId": "",
|
7542
|
+
"rankCRewardId": "",
|
7543
|
+
"rankDRewardId": "",
|
7544
|
+
"viewConditionId": "",
|
7545
|
+
"unlockConditionId": "",
|
7546
|
+
"dailyLimitCount": 0,
|
7547
|
+
"ticketAmount": 0,
|
7548
|
+
"achievedRankRewards": [],
|
7549
|
+
"liveBonusGroupId": ""
|
7550
|
+
},
|
7551
|
+
{
|
7552
|
+
"id": "qt-ex-tower-001-005",
|
7553
|
+
"areaId": "area-ex-tower-001",
|
7554
|
+
"stageId": "stage-live-dome-03-01",
|
7555
|
+
"musicId": "music-moon-001",
|
7556
|
+
"difficultyLevel": 134,
|
7557
|
+
"name": "STAGE5",
|
7558
|
+
"description": "STAGE5",
|
7559
|
+
"order": 5,
|
7560
|
+
"musicChartPatternId": "chart-moon-001-001",
|
7561
|
+
"position1AttributeType": 2,
|
7562
|
+
"position2AttributeType": 1,
|
7563
|
+
"position3AttributeType": 2,
|
7564
|
+
"position4AttributeType": 2,
|
7565
|
+
"position5AttributeType": 2,
|
7566
|
+
"activeSkillWeightPermil": 1000,
|
7567
|
+
"specialSkillWeightPermil": 1000,
|
7568
|
+
"skillStaminaWeightPermil": 2500,
|
7569
|
+
"staminaRecoveryWeightPermil": 1000,
|
7570
|
+
"beatDanceWeightPermil": 250,
|
7571
|
+
"beatVocalWeightPermil": 600,
|
7572
|
+
"beatVisualWeightPermil": 150,
|
7573
|
+
"maxCapacity": 19000,
|
7574
|
+
"mentalThreshold": 2184,
|
7575
|
+
"questPressureId": "quest_pressure-1",
|
7576
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7577
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7578
|
+
"clearScore": "30300000",
|
7579
|
+
"rewardManagerExp": 62700,
|
7580
|
+
"clearRewardId": "rd-ex-tower-001-005",
|
7581
|
+
"liveBonusGroupId": "live-bonus-group-001",
|
7582
|
+
"liveSkipType": 2,
|
7583
|
+
"moodType": 0,
|
7584
|
+
"rewardCardExp": 0,
|
7585
|
+
"rankAdditionalRewardId": "",
|
7586
|
+
"rankSRewardId": "",
|
7587
|
+
"rankARewardId": "",
|
7588
|
+
"rankBRewardId": "",
|
7589
|
+
"rankCRewardId": "",
|
7590
|
+
"rankDRewardId": "",
|
7591
|
+
"viewConditionId": "",
|
7592
|
+
"unlockConditionId": "",
|
7593
|
+
"dailyLimitCount": 0,
|
7594
|
+
"ticketAmount": 0,
|
7595
|
+
"achievedRankRewards": []
|
7596
|
+
},
|
7597
|
+
{
|
7598
|
+
"id": "qt-ex-tower-001-006",
|
7599
|
+
"areaId": "area-ex-tower-001",
|
7600
|
+
"stageId": "stage-live-dome-03-01",
|
7601
|
+
"musicId": "music-liz-005",
|
7602
|
+
"difficultyLevel": 133,
|
7603
|
+
"name": "STAGE6",
|
7604
|
+
"description": "STAGE6",
|
7605
|
+
"order": 6,
|
7606
|
+
"musicChartPatternId": "chart-liz-005-001",
|
7607
|
+
"position1AttributeType": 3,
|
7608
|
+
"position2AttributeType": 3,
|
7609
|
+
"position3AttributeType": 2,
|
7610
|
+
"position4AttributeType": 3,
|
7611
|
+
"position5AttributeType": 3,
|
7612
|
+
"activeSkillWeightPermil": 1000,
|
7613
|
+
"specialSkillWeightPermil": 1000,
|
7614
|
+
"skillStaminaWeightPermil": 2500,
|
7615
|
+
"staminaRecoveryWeightPermil": 1000,
|
7616
|
+
"beatDanceWeightPermil": 150,
|
7617
|
+
"beatVocalWeightPermil": 250,
|
7618
|
+
"beatVisualWeightPermil": 600,
|
7619
|
+
"maxCapacity": 19000,
|
7620
|
+
"mentalThreshold": 2177,
|
7621
|
+
"questPressureId": "quest_pressure-1",
|
7622
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7623
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7624
|
+
"clearScore": "22300000",
|
7625
|
+
"rewardManagerExp": 62300,
|
7626
|
+
"clearRewardId": "rd-ex-tower-001-006",
|
7627
|
+
"liveSkipType": 2,
|
7628
|
+
"moodType": 0,
|
7629
|
+
"rewardCardExp": 0,
|
7630
|
+
"rankAdditionalRewardId": "",
|
7631
|
+
"rankSRewardId": "",
|
7632
|
+
"rankARewardId": "",
|
7633
|
+
"rankBRewardId": "",
|
7634
|
+
"rankCRewardId": "",
|
7635
|
+
"rankDRewardId": "",
|
7636
|
+
"viewConditionId": "",
|
7637
|
+
"unlockConditionId": "",
|
7638
|
+
"dailyLimitCount": 0,
|
7639
|
+
"ticketAmount": 0,
|
7640
|
+
"achievedRankRewards": [],
|
7641
|
+
"liveBonusGroupId": ""
|
7642
|
+
},
|
7643
|
+
{
|
7644
|
+
"id": "qt-ex-tower-001-007",
|
7645
|
+
"areaId": "area-ex-tower-001",
|
7646
|
+
"stageId": "stage-live-dome-03-01",
|
7647
|
+
"musicId": "music-hsm-004",
|
7648
|
+
"difficultyLevel": 134,
|
7649
|
+
"name": "STAGE7",
|
7650
|
+
"description": "STAGE7",
|
7651
|
+
"order": 7,
|
7652
|
+
"musicChartPatternId": "chart-hsm-004-001",
|
7653
|
+
"position1AttributeType": 3,
|
7654
|
+
"position2AttributeType": 2,
|
7655
|
+
"position3AttributeType": 3,
|
7656
|
+
"position4AttributeType": 3,
|
7657
|
+
"position5AttributeType": 3,
|
7658
|
+
"activeSkillWeightPermil": 1000,
|
7659
|
+
"specialSkillWeightPermil": 1000,
|
7660
|
+
"skillStaminaWeightPermil": 2500,
|
7661
|
+
"staminaRecoveryWeightPermil": 1000,
|
7662
|
+
"beatDanceWeightPermil": 150,
|
7663
|
+
"beatVocalWeightPermil": 250,
|
7664
|
+
"beatVisualWeightPermil": 600,
|
7665
|
+
"maxCapacity": 19000,
|
7666
|
+
"mentalThreshold": 2184,
|
7667
|
+
"questPressureId": "quest_pressure-1",
|
7668
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7669
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7670
|
+
"clearScore": "24300000",
|
7671
|
+
"rewardManagerExp": 62700,
|
7672
|
+
"clearRewardId": "rd-ex-tower-001-007",
|
7673
|
+
"liveSkipType": 2,
|
7674
|
+
"moodType": 0,
|
7675
|
+
"rewardCardExp": 0,
|
7676
|
+
"rankAdditionalRewardId": "",
|
7677
|
+
"rankSRewardId": "",
|
7678
|
+
"rankARewardId": "",
|
7679
|
+
"rankBRewardId": "",
|
7680
|
+
"rankCRewardId": "",
|
7681
|
+
"rankDRewardId": "",
|
7682
|
+
"viewConditionId": "",
|
7683
|
+
"unlockConditionId": "",
|
7684
|
+
"dailyLimitCount": 0,
|
7685
|
+
"ticketAmount": 0,
|
7686
|
+
"achievedRankRewards": [],
|
7687
|
+
"liveBonusGroupId": ""
|
7688
|
+
},
|
7689
|
+
{
|
7690
|
+
"id": "qt-ex-tower-001-008",
|
7691
|
+
"areaId": "area-ex-tower-001",
|
7692
|
+
"stageId": "stage-live-dome-03-01",
|
7693
|
+
"musicId": "music-sun-003",
|
7694
|
+
"difficultyLevel": 135,
|
7695
|
+
"name": "STAGE8",
|
7696
|
+
"description": "STAGE8",
|
7697
|
+
"order": 8,
|
7698
|
+
"musicChartPatternId": "chart-sun-003-001",
|
7699
|
+
"position1AttributeType": 3,
|
7700
|
+
"position2AttributeType": 3,
|
7701
|
+
"position3AttributeType": 2,
|
7702
|
+
"position4AttributeType": 3,
|
7703
|
+
"position5AttributeType": 3,
|
7704
|
+
"activeSkillWeightPermil": 1000,
|
7705
|
+
"specialSkillWeightPermil": 1000,
|
7706
|
+
"skillStaminaWeightPermil": 2500,
|
7707
|
+
"staminaRecoveryWeightPermil": 1000,
|
7708
|
+
"beatDanceWeightPermil": 150,
|
7709
|
+
"beatVocalWeightPermil": 250,
|
7710
|
+
"beatVisualWeightPermil": 600,
|
7711
|
+
"maxCapacity": 19000,
|
7712
|
+
"mentalThreshold": 2205,
|
7713
|
+
"questPressureId": "quest_pressure-1",
|
7714
|
+
"questCharacterAdvantageId": "quest_character_advantage_1-1250",
|
7715
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
7716
|
+
"clearScore": "22600000",
|
7717
|
+
"rewardManagerExp": 63000,
|
7718
|
+
"clearRewardId": "rd-ex-tower-001-008",
|
7719
|
+
"liveSkipType": 2,
|
7720
|
+
"moodType": 0,
|
7138
7721
|
"rewardCardExp": 0,
|
7139
7722
|
"rankAdditionalRewardId": "",
|
7140
7723
|
"rankSRewardId": "",
|
@@ -41281,6 +41864,2306 @@
|
|
41281
41864
|
"ticketAmount": 0,
|
41282
41865
|
"achievedRankRewards": []
|
41283
41866
|
},
|
41867
|
+
{
|
41868
|
+
"id": "qt-ex-tower-004-151",
|
41869
|
+
"areaId": "area-ex-tower-004",
|
41870
|
+
"stageId": "stage-live-dome-03-02",
|
41871
|
+
"musicId": "music-mna-006",
|
41872
|
+
"difficultyLevel": 277,
|
41873
|
+
"name": "STAGE151",
|
41874
|
+
"description": "STAGE151",
|
41875
|
+
"order": 151,
|
41876
|
+
"musicChartPatternId": "chart-mna-006-001",
|
41877
|
+
"position1AttributeType": 2,
|
41878
|
+
"position2AttributeType": 1,
|
41879
|
+
"position3AttributeType": 2,
|
41880
|
+
"position4AttributeType": 2,
|
41881
|
+
"position5AttributeType": 2,
|
41882
|
+
"activeSkillWeightPermil": 1000,
|
41883
|
+
"specialSkillWeightPermil": 1000,
|
41884
|
+
"skillStaminaWeightPermil": 5000,
|
41885
|
+
"staminaRecoveryWeightPermil": 1000,
|
41886
|
+
"beatDanceWeightPermil": 250,
|
41887
|
+
"beatVocalWeightPermil": 600,
|
41888
|
+
"beatVisualWeightPermil": 150,
|
41889
|
+
"maxCapacity": 49000,
|
41890
|
+
"mentalThreshold": 4178,
|
41891
|
+
"questPressureId": "quest_pressure-1",
|
41892
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
41893
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
41894
|
+
"clearScore": "831000000",
|
41895
|
+
"rewardManagerExp": 144400,
|
41896
|
+
"clearRewardId": "rd-ex-tower-004-151",
|
41897
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
41898
|
+
"liveSkipType": 2,
|
41899
|
+
"moodType": 0,
|
41900
|
+
"rewardCardExp": 0,
|
41901
|
+
"rankAdditionalRewardId": "",
|
41902
|
+
"rankSRewardId": "",
|
41903
|
+
"rankARewardId": "",
|
41904
|
+
"rankBRewardId": "",
|
41905
|
+
"rankCRewardId": "",
|
41906
|
+
"rankDRewardId": "",
|
41907
|
+
"unlockConditionId": "",
|
41908
|
+
"dailyLimitCount": 0,
|
41909
|
+
"ticketAmount": 0,
|
41910
|
+
"achievedRankRewards": [],
|
41911
|
+
"liveBonusGroupId": ""
|
41912
|
+
},
|
41913
|
+
{
|
41914
|
+
"id": "qt-ex-tower-004-152",
|
41915
|
+
"areaId": "area-ex-tower-004",
|
41916
|
+
"stageId": "stage-live-dome-03-02",
|
41917
|
+
"musicId": "music-thrx-002",
|
41918
|
+
"difficultyLevel": 278,
|
41919
|
+
"name": "STAGE152",
|
41920
|
+
"description": "STAGE152",
|
41921
|
+
"order": 152,
|
41922
|
+
"musicChartPatternId": "chart-thrx-002-001",
|
41923
|
+
"position1AttributeType": 2,
|
41924
|
+
"position2AttributeType": 2,
|
41925
|
+
"position3AttributeType": 1,
|
41926
|
+
"position4AttributeType": 2,
|
41927
|
+
"position5AttributeType": 2,
|
41928
|
+
"activeSkillWeightPermil": 1000,
|
41929
|
+
"specialSkillWeightPermil": 1000,
|
41930
|
+
"skillStaminaWeightPermil": 5000,
|
41931
|
+
"staminaRecoveryWeightPermil": 1000,
|
41932
|
+
"beatDanceWeightPermil": 250,
|
41933
|
+
"beatVocalWeightPermil": 600,
|
41934
|
+
"beatVisualWeightPermil": 150,
|
41935
|
+
"maxCapacity": 49000,
|
41936
|
+
"mentalThreshold": 4194,
|
41937
|
+
"questPressureId": "quest_pressure-1",
|
41938
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
41939
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
41940
|
+
"clearScore": "905000000",
|
41941
|
+
"rewardManagerExp": 144400,
|
41942
|
+
"clearRewardId": "rd-ex-tower-004-152",
|
41943
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
41944
|
+
"liveSkipType": 2,
|
41945
|
+
"moodType": 0,
|
41946
|
+
"rewardCardExp": 0,
|
41947
|
+
"rankAdditionalRewardId": "",
|
41948
|
+
"rankSRewardId": "",
|
41949
|
+
"rankARewardId": "",
|
41950
|
+
"rankBRewardId": "",
|
41951
|
+
"rankCRewardId": "",
|
41952
|
+
"rankDRewardId": "",
|
41953
|
+
"unlockConditionId": "",
|
41954
|
+
"dailyLimitCount": 0,
|
41955
|
+
"ticketAmount": 0,
|
41956
|
+
"achievedRankRewards": [],
|
41957
|
+
"liveBonusGroupId": ""
|
41958
|
+
},
|
41959
|
+
{
|
41960
|
+
"id": "qt-ex-tower-004-153",
|
41961
|
+
"areaId": "area-ex-tower-004",
|
41962
|
+
"stageId": "stage-live-dome-03-02",
|
41963
|
+
"musicId": "music-tri-004",
|
41964
|
+
"difficultyLevel": 279,
|
41965
|
+
"name": "STAGE153",
|
41966
|
+
"description": "STAGE153",
|
41967
|
+
"order": 153,
|
41968
|
+
"musicChartPatternId": "chart-tri-004-001",
|
41969
|
+
"position1AttributeType": 2,
|
41970
|
+
"position2AttributeType": 1,
|
41971
|
+
"position3AttributeType": 2,
|
41972
|
+
"position4AttributeType": 2,
|
41973
|
+
"position5AttributeType": 2,
|
41974
|
+
"activeSkillWeightPermil": 1000,
|
41975
|
+
"specialSkillWeightPermil": 1000,
|
41976
|
+
"skillStaminaWeightPermil": 5000,
|
41977
|
+
"staminaRecoveryWeightPermil": 1000,
|
41978
|
+
"beatDanceWeightPermil": 250,
|
41979
|
+
"beatVocalWeightPermil": 600,
|
41980
|
+
"beatVisualWeightPermil": 150,
|
41981
|
+
"maxCapacity": 49000,
|
41982
|
+
"mentalThreshold": 4210,
|
41983
|
+
"questPressureId": "quest_pressure-1",
|
41984
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
41985
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
41986
|
+
"clearScore": "990000000",
|
41987
|
+
"rewardManagerExp": 144400,
|
41988
|
+
"clearRewardId": "rd-ex-tower-004-153",
|
41989
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
41990
|
+
"liveSkipType": 2,
|
41991
|
+
"moodType": 0,
|
41992
|
+
"rewardCardExp": 0,
|
41993
|
+
"rankAdditionalRewardId": "",
|
41994
|
+
"rankSRewardId": "",
|
41995
|
+
"rankARewardId": "",
|
41996
|
+
"rankBRewardId": "",
|
41997
|
+
"rankCRewardId": "",
|
41998
|
+
"rankDRewardId": "",
|
41999
|
+
"unlockConditionId": "",
|
42000
|
+
"dailyLimitCount": 0,
|
42001
|
+
"ticketAmount": 0,
|
42002
|
+
"achievedRankRewards": [],
|
42003
|
+
"liveBonusGroupId": ""
|
42004
|
+
},
|
42005
|
+
{
|
42006
|
+
"id": "qt-ex-tower-004-154",
|
42007
|
+
"areaId": "area-ex-tower-004",
|
42008
|
+
"stageId": "stage-live-dome-03-02",
|
42009
|
+
"musicId": "music-hsm-005",
|
42010
|
+
"difficultyLevel": 281,
|
42011
|
+
"name": "STAGE154",
|
42012
|
+
"description": "STAGE154",
|
42013
|
+
"order": 154,
|
42014
|
+
"musicChartPatternId": "chart-hsm-005-001",
|
42015
|
+
"position1AttributeType": 2,
|
42016
|
+
"position2AttributeType": 2,
|
42017
|
+
"position3AttributeType": 1,
|
42018
|
+
"position4AttributeType": 2,
|
42019
|
+
"position5AttributeType": 2,
|
42020
|
+
"activeSkillWeightPermil": 1000,
|
42021
|
+
"specialSkillWeightPermil": 1000,
|
42022
|
+
"skillStaminaWeightPermil": 5000,
|
42023
|
+
"staminaRecoveryWeightPermil": 1000,
|
42024
|
+
"beatDanceWeightPermil": 250,
|
42025
|
+
"beatVocalWeightPermil": 600,
|
42026
|
+
"beatVisualWeightPermil": 150,
|
42027
|
+
"maxCapacity": 49000,
|
42028
|
+
"mentalThreshold": 4231,
|
42029
|
+
"questPressureId": "quest_pressure-1",
|
42030
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42031
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42032
|
+
"clearScore": "906000000",
|
42033
|
+
"rewardManagerExp": 144400,
|
42034
|
+
"clearRewardId": "rd-ex-tower-004-154",
|
42035
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42036
|
+
"liveSkipType": 2,
|
42037
|
+
"moodType": 0,
|
42038
|
+
"rewardCardExp": 0,
|
42039
|
+
"rankAdditionalRewardId": "",
|
42040
|
+
"rankSRewardId": "",
|
42041
|
+
"rankARewardId": "",
|
42042
|
+
"rankBRewardId": "",
|
42043
|
+
"rankCRewardId": "",
|
42044
|
+
"rankDRewardId": "",
|
42045
|
+
"unlockConditionId": "",
|
42046
|
+
"dailyLimitCount": 0,
|
42047
|
+
"ticketAmount": 0,
|
42048
|
+
"achievedRankRewards": [],
|
42049
|
+
"liveBonusGroupId": ""
|
42050
|
+
},
|
42051
|
+
{
|
42052
|
+
"id": "qt-ex-tower-004-155",
|
42053
|
+
"areaId": "area-ex-tower-004",
|
42054
|
+
"stageId": "stage-live-dome-03-02",
|
42055
|
+
"musicId": "music-liz-005",
|
42056
|
+
"difficultyLevel": 282,
|
42057
|
+
"name": "STAGE155",
|
42058
|
+
"description": "STAGE155",
|
42059
|
+
"order": 155,
|
42060
|
+
"musicChartPatternId": "chart-liz-005-001",
|
42061
|
+
"position1AttributeType": 2,
|
42062
|
+
"position2AttributeType": 1,
|
42063
|
+
"position3AttributeType": 2,
|
42064
|
+
"position4AttributeType": 2,
|
42065
|
+
"position5AttributeType": 2,
|
42066
|
+
"activeSkillWeightPermil": 1000,
|
42067
|
+
"specialSkillWeightPermil": 1000,
|
42068
|
+
"skillStaminaWeightPermil": 5000,
|
42069
|
+
"staminaRecoveryWeightPermil": 1000,
|
42070
|
+
"beatDanceWeightPermil": 250,
|
42071
|
+
"beatVocalWeightPermil": 600,
|
42072
|
+
"beatVisualWeightPermil": 150,
|
42073
|
+
"maxCapacity": 49000,
|
42074
|
+
"mentalThreshold": 4286,
|
42075
|
+
"questPressureId": "quest_pressure-1",
|
42076
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42077
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42078
|
+
"clearScore": "1040000000",
|
42079
|
+
"rewardManagerExp": 144400,
|
42080
|
+
"clearRewardId": "rd-ex-tower-004-155",
|
42081
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42082
|
+
"liveBonusGroupId": "live-bonus-group-037",
|
42083
|
+
"liveSkipType": 2,
|
42084
|
+
"moodType": 0,
|
42085
|
+
"rewardCardExp": 0,
|
42086
|
+
"rankAdditionalRewardId": "",
|
42087
|
+
"rankSRewardId": "",
|
42088
|
+
"rankARewardId": "",
|
42089
|
+
"rankBRewardId": "",
|
42090
|
+
"rankCRewardId": "",
|
42091
|
+
"rankDRewardId": "",
|
42092
|
+
"unlockConditionId": "",
|
42093
|
+
"dailyLimitCount": 0,
|
42094
|
+
"ticketAmount": 0,
|
42095
|
+
"achievedRankRewards": []
|
42096
|
+
},
|
42097
|
+
{
|
42098
|
+
"id": "qt-ex-tower-004-156",
|
42099
|
+
"areaId": "area-ex-tower-004",
|
42100
|
+
"stageId": "stage-live-dome-03-02",
|
42101
|
+
"musicId": "music-mna-008",
|
42102
|
+
"difficultyLevel": 279,
|
42103
|
+
"name": "STAGE156",
|
42104
|
+
"description": "STAGE156",
|
42105
|
+
"order": 156,
|
42106
|
+
"musicChartPatternId": "chart-mna-008-001",
|
42107
|
+
"position1AttributeType": 1,
|
42108
|
+
"position2AttributeType": 1,
|
42109
|
+
"position3AttributeType": 3,
|
42110
|
+
"position4AttributeType": 1,
|
42111
|
+
"position5AttributeType": 1,
|
42112
|
+
"activeSkillWeightPermil": 1000,
|
42113
|
+
"specialSkillWeightPermil": 1000,
|
42114
|
+
"skillStaminaWeightPermil": 5000,
|
42115
|
+
"staminaRecoveryWeightPermil": 1000,
|
42116
|
+
"beatDanceWeightPermil": 600,
|
42117
|
+
"beatVocalWeightPermil": 150,
|
42118
|
+
"beatVisualWeightPermil": 250,
|
42119
|
+
"maxCapacity": 49000,
|
42120
|
+
"mentalThreshold": 4231,
|
42121
|
+
"questPressureId": "quest_pressure-1",
|
42122
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42123
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42124
|
+
"clearScore": "894000000",
|
42125
|
+
"rewardManagerExp": 144400,
|
42126
|
+
"clearRewardId": "rd-ex-tower-004-156",
|
42127
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42128
|
+
"liveSkipType": 2,
|
42129
|
+
"moodType": 0,
|
42130
|
+
"rewardCardExp": 0,
|
42131
|
+
"rankAdditionalRewardId": "",
|
42132
|
+
"rankSRewardId": "",
|
42133
|
+
"rankARewardId": "",
|
42134
|
+
"rankBRewardId": "",
|
42135
|
+
"rankCRewardId": "",
|
42136
|
+
"rankDRewardId": "",
|
42137
|
+
"unlockConditionId": "",
|
42138
|
+
"dailyLimitCount": 0,
|
42139
|
+
"ticketAmount": 0,
|
42140
|
+
"achievedRankRewards": [],
|
42141
|
+
"liveBonusGroupId": ""
|
42142
|
+
},
|
42143
|
+
{
|
42144
|
+
"id": "qt-ex-tower-004-157",
|
42145
|
+
"areaId": "area-ex-tower-004",
|
42146
|
+
"stageId": "stage-live-dome-03-02",
|
42147
|
+
"musicId": "music-unit-003",
|
42148
|
+
"difficultyLevel": 280,
|
42149
|
+
"name": "STAGE157",
|
42150
|
+
"description": "STAGE157",
|
42151
|
+
"order": 157,
|
42152
|
+
"musicChartPatternId": "chart-unit-003-001",
|
42153
|
+
"position1AttributeType": 1,
|
42154
|
+
"position2AttributeType": 3,
|
42155
|
+
"position3AttributeType": 1,
|
42156
|
+
"position4AttributeType": 1,
|
42157
|
+
"position5AttributeType": 1,
|
42158
|
+
"activeSkillWeightPermil": 1000,
|
42159
|
+
"specialSkillWeightPermil": 1000,
|
42160
|
+
"skillStaminaWeightPermil": 5000,
|
42161
|
+
"staminaRecoveryWeightPermil": 1000,
|
42162
|
+
"beatDanceWeightPermil": 600,
|
42163
|
+
"beatVocalWeightPermil": 150,
|
42164
|
+
"beatVisualWeightPermil": 250,
|
42165
|
+
"maxCapacity": 49000,
|
42166
|
+
"mentalThreshold": 4270,
|
42167
|
+
"questPressureId": "quest_pressure-1",
|
42168
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42169
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42170
|
+
"clearScore": "907000000",
|
42171
|
+
"rewardManagerExp": 144400,
|
42172
|
+
"clearRewardId": "rd-ex-tower-004-157",
|
42173
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42174
|
+
"liveSkipType": 2,
|
42175
|
+
"moodType": 0,
|
42176
|
+
"rewardCardExp": 0,
|
42177
|
+
"rankAdditionalRewardId": "",
|
42178
|
+
"rankSRewardId": "",
|
42179
|
+
"rankARewardId": "",
|
42180
|
+
"rankBRewardId": "",
|
42181
|
+
"rankCRewardId": "",
|
42182
|
+
"rankDRewardId": "",
|
42183
|
+
"unlockConditionId": "",
|
42184
|
+
"dailyLimitCount": 0,
|
42185
|
+
"ticketAmount": 0,
|
42186
|
+
"achievedRankRewards": [],
|
42187
|
+
"liveBonusGroupId": ""
|
42188
|
+
},
|
42189
|
+
{
|
42190
|
+
"id": "qt-ex-tower-004-158",
|
42191
|
+
"areaId": "area-ex-tower-004",
|
42192
|
+
"stageId": "stage-live-dome-03-02",
|
42193
|
+
"musicId": "music-mna-007",
|
42194
|
+
"difficultyLevel": 281,
|
42195
|
+
"name": "STAGE158",
|
42196
|
+
"description": "STAGE158",
|
42197
|
+
"order": 158,
|
42198
|
+
"musicChartPatternId": "chart-mna-007-001",
|
42199
|
+
"position1AttributeType": 1,
|
42200
|
+
"position2AttributeType": 1,
|
42201
|
+
"position3AttributeType": 3,
|
42202
|
+
"position4AttributeType": 1,
|
42203
|
+
"position5AttributeType": 1,
|
42204
|
+
"activeSkillWeightPermil": 1000,
|
42205
|
+
"specialSkillWeightPermil": 1000,
|
42206
|
+
"skillStaminaWeightPermil": 5000,
|
42207
|
+
"staminaRecoveryWeightPermil": 1000,
|
42208
|
+
"beatDanceWeightPermil": 600,
|
42209
|
+
"beatVocalWeightPermil": 150,
|
42210
|
+
"beatVisualWeightPermil": 250,
|
42211
|
+
"maxCapacity": 49000,
|
42212
|
+
"mentalThreshold": 4286,
|
42213
|
+
"questPressureId": "quest_pressure-1",
|
42214
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42215
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42216
|
+
"clearScore": "760000000",
|
42217
|
+
"rewardManagerExp": 144400,
|
42218
|
+
"clearRewardId": "rd-ex-tower-004-158",
|
42219
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42220
|
+
"liveSkipType": 2,
|
42221
|
+
"moodType": 0,
|
42222
|
+
"rewardCardExp": 0,
|
42223
|
+
"rankAdditionalRewardId": "",
|
42224
|
+
"rankSRewardId": "",
|
42225
|
+
"rankARewardId": "",
|
42226
|
+
"rankBRewardId": "",
|
42227
|
+
"rankCRewardId": "",
|
42228
|
+
"rankDRewardId": "",
|
42229
|
+
"unlockConditionId": "",
|
42230
|
+
"dailyLimitCount": 0,
|
42231
|
+
"ticketAmount": 0,
|
42232
|
+
"achievedRankRewards": [],
|
42233
|
+
"liveBonusGroupId": ""
|
42234
|
+
},
|
42235
|
+
{
|
42236
|
+
"id": "qt-ex-tower-004-159",
|
42237
|
+
"areaId": "area-ex-tower-004",
|
42238
|
+
"stageId": "stage-live-dome-03-02",
|
42239
|
+
"musicId": "music-hsm-011",
|
42240
|
+
"difficultyLevel": 283,
|
42241
|
+
"name": "STAGE159",
|
42242
|
+
"description": "STAGE159",
|
42243
|
+
"order": 159,
|
42244
|
+
"musicChartPatternId": "chart-hsm-011-001",
|
42245
|
+
"position1AttributeType": 1,
|
42246
|
+
"position2AttributeType": 3,
|
42247
|
+
"position3AttributeType": 1,
|
42248
|
+
"position4AttributeType": 1,
|
42249
|
+
"position5AttributeType": 1,
|
42250
|
+
"activeSkillWeightPermil": 1000,
|
42251
|
+
"specialSkillWeightPermil": 1000,
|
42252
|
+
"skillStaminaWeightPermil": 5000,
|
42253
|
+
"staminaRecoveryWeightPermil": 1000,
|
42254
|
+
"beatDanceWeightPermil": 600,
|
42255
|
+
"beatVocalWeightPermil": 150,
|
42256
|
+
"beatVisualWeightPermil": 250,
|
42257
|
+
"maxCapacity": 49000,
|
42258
|
+
"mentalThreshold": 4346,
|
42259
|
+
"questPressureId": "quest_pressure-1",
|
42260
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42261
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42262
|
+
"clearScore": "941000000",
|
42263
|
+
"rewardManagerExp": 144400,
|
42264
|
+
"clearRewardId": "rd-ex-tower-004-159",
|
42265
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42266
|
+
"liveSkipType": 2,
|
42267
|
+
"moodType": 0,
|
42268
|
+
"rewardCardExp": 0,
|
42269
|
+
"rankAdditionalRewardId": "",
|
42270
|
+
"rankSRewardId": "",
|
42271
|
+
"rankARewardId": "",
|
42272
|
+
"rankBRewardId": "",
|
42273
|
+
"rankCRewardId": "",
|
42274
|
+
"rankDRewardId": "",
|
42275
|
+
"unlockConditionId": "",
|
42276
|
+
"dailyLimitCount": 0,
|
42277
|
+
"ticketAmount": 0,
|
42278
|
+
"achievedRankRewards": [],
|
42279
|
+
"liveBonusGroupId": ""
|
42280
|
+
},
|
42281
|
+
{
|
42282
|
+
"id": "qt-ex-tower-004-160",
|
42283
|
+
"areaId": "area-ex-tower-004",
|
42284
|
+
"stageId": "stage-live-dome-03-02",
|
42285
|
+
"musicId": "music-liz-007",
|
42286
|
+
"difficultyLevel": 284,
|
42287
|
+
"name": "STAGE160",
|
42288
|
+
"description": "STAGE160",
|
42289
|
+
"order": 160,
|
42290
|
+
"musicChartPatternId": "chart-liz-007-001",
|
42291
|
+
"position1AttributeType": 1,
|
42292
|
+
"position2AttributeType": 1,
|
42293
|
+
"position3AttributeType": 3,
|
42294
|
+
"position4AttributeType": 1,
|
42295
|
+
"position5AttributeType": 1,
|
42296
|
+
"activeSkillWeightPermil": 1000,
|
42297
|
+
"specialSkillWeightPermil": 1000,
|
42298
|
+
"skillStaminaWeightPermil": 5000,
|
42299
|
+
"staminaRecoveryWeightPermil": 1000,
|
42300
|
+
"beatDanceWeightPermil": 1800,
|
42301
|
+
"beatVocalWeightPermil": 450,
|
42302
|
+
"beatVisualWeightPermil": 750,
|
42303
|
+
"maxCapacity": 49000,
|
42304
|
+
"mentalThreshold": 4405,
|
42305
|
+
"questPressureId": "quest_pressure-1",
|
42306
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42307
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42308
|
+
"clearScore": "1240000000",
|
42309
|
+
"rewardManagerExp": 144400,
|
42310
|
+
"clearRewardId": "rd-ex-tower-004-160",
|
42311
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42312
|
+
"liveBonusGroupId": "live-bonus-group-075",
|
42313
|
+
"liveSkipType": 2,
|
42314
|
+
"moodType": 0,
|
42315
|
+
"rewardCardExp": 0,
|
42316
|
+
"rankAdditionalRewardId": "",
|
42317
|
+
"rankSRewardId": "",
|
42318
|
+
"rankARewardId": "",
|
42319
|
+
"rankBRewardId": "",
|
42320
|
+
"rankCRewardId": "",
|
42321
|
+
"rankDRewardId": "",
|
42322
|
+
"unlockConditionId": "",
|
42323
|
+
"dailyLimitCount": 0,
|
42324
|
+
"ticketAmount": 0,
|
42325
|
+
"achievedRankRewards": []
|
42326
|
+
},
|
42327
|
+
{
|
42328
|
+
"id": "qt-ex-tower-004-161",
|
42329
|
+
"areaId": "area-ex-tower-004",
|
42330
|
+
"stageId": "stage-live-dome-03-03",
|
42331
|
+
"musicId": "music-unit-004",
|
42332
|
+
"difficultyLevel": 281,
|
42333
|
+
"name": "STAGE161",
|
42334
|
+
"description": "STAGE161",
|
42335
|
+
"order": 161,
|
42336
|
+
"musicChartPatternId": "chart-unit-004-001",
|
42337
|
+
"position1AttributeType": 3,
|
42338
|
+
"position2AttributeType": 2,
|
42339
|
+
"position3AttributeType": 3,
|
42340
|
+
"position4AttributeType": 3,
|
42341
|
+
"position5AttributeType": 3,
|
42342
|
+
"activeSkillWeightPermil": 1000,
|
42343
|
+
"specialSkillWeightPermil": 1000,
|
42344
|
+
"skillStaminaWeightPermil": 5000,
|
42345
|
+
"staminaRecoveryWeightPermil": 1000,
|
42346
|
+
"beatDanceWeightPermil": 150,
|
42347
|
+
"beatVocalWeightPermil": 250,
|
42348
|
+
"beatVisualWeightPermil": 600,
|
42349
|
+
"maxCapacity": 55000,
|
42350
|
+
"mentalThreshold": 4346,
|
42351
|
+
"questPressureId": "quest_pressure-1",
|
42352
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42353
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42354
|
+
"clearScore": "993000000",
|
42355
|
+
"rewardManagerExp": 144400,
|
42356
|
+
"clearRewardId": "rd-ex-tower-004-161",
|
42357
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42358
|
+
"liveSkipType": 2,
|
42359
|
+
"moodType": 0,
|
42360
|
+
"rewardCardExp": 0,
|
42361
|
+
"rankAdditionalRewardId": "",
|
42362
|
+
"rankSRewardId": "",
|
42363
|
+
"rankARewardId": "",
|
42364
|
+
"rankBRewardId": "",
|
42365
|
+
"rankCRewardId": "",
|
42366
|
+
"rankDRewardId": "",
|
42367
|
+
"unlockConditionId": "",
|
42368
|
+
"dailyLimitCount": 0,
|
42369
|
+
"ticketAmount": 0,
|
42370
|
+
"achievedRankRewards": [],
|
42371
|
+
"liveBonusGroupId": ""
|
42372
|
+
},
|
42373
|
+
{
|
42374
|
+
"id": "qt-ex-tower-004-162",
|
42375
|
+
"areaId": "area-ex-tower-004",
|
42376
|
+
"stageId": "stage-live-dome-03-03",
|
42377
|
+
"musicId": "music-unit-002",
|
42378
|
+
"difficultyLevel": 282,
|
42379
|
+
"name": "STAGE162",
|
42380
|
+
"description": "STAGE162",
|
42381
|
+
"order": 162,
|
42382
|
+
"musicChartPatternId": "chart-unit-002-001",
|
42383
|
+
"position1AttributeType": 3,
|
42384
|
+
"position2AttributeType": 3,
|
42385
|
+
"position3AttributeType": 2,
|
42386
|
+
"position4AttributeType": 3,
|
42387
|
+
"position5AttributeType": 3,
|
42388
|
+
"activeSkillWeightPermil": 1000,
|
42389
|
+
"specialSkillWeightPermil": 1000,
|
42390
|
+
"skillStaminaWeightPermil": 5000,
|
42391
|
+
"staminaRecoveryWeightPermil": 1000,
|
42392
|
+
"beatDanceWeightPermil": 150,
|
42393
|
+
"beatVocalWeightPermil": 250,
|
42394
|
+
"beatVisualWeightPermil": 600,
|
42395
|
+
"maxCapacity": 55000,
|
42396
|
+
"mentalThreshold": 4389,
|
42397
|
+
"questPressureId": "quest_pressure-1",
|
42398
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42399
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42400
|
+
"clearScore": "948000000",
|
42401
|
+
"rewardManagerExp": 144400,
|
42402
|
+
"clearRewardId": "rd-ex-tower-004-162",
|
42403
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42404
|
+
"liveSkipType": 2,
|
42405
|
+
"moodType": 0,
|
42406
|
+
"rewardCardExp": 0,
|
42407
|
+
"rankAdditionalRewardId": "",
|
42408
|
+
"rankSRewardId": "",
|
42409
|
+
"rankARewardId": "",
|
42410
|
+
"rankBRewardId": "",
|
42411
|
+
"rankCRewardId": "",
|
42412
|
+
"rankDRewardId": "",
|
42413
|
+
"unlockConditionId": "",
|
42414
|
+
"dailyLimitCount": 0,
|
42415
|
+
"ticketAmount": 0,
|
42416
|
+
"achievedRankRewards": [],
|
42417
|
+
"liveBonusGroupId": ""
|
42418
|
+
},
|
42419
|
+
{
|
42420
|
+
"id": "qt-ex-tower-004-163",
|
42421
|
+
"areaId": "area-ex-tower-004",
|
42422
|
+
"stageId": "stage-live-dome-03-03",
|
42423
|
+
"musicId": "music-hsm-007",
|
42424
|
+
"difficultyLevel": 283,
|
42425
|
+
"name": "STAGE163",
|
42426
|
+
"description": "STAGE163",
|
42427
|
+
"order": 163,
|
42428
|
+
"musicChartPatternId": "chart-hsm-007-001",
|
42429
|
+
"position1AttributeType": 3,
|
42430
|
+
"position2AttributeType": 2,
|
42431
|
+
"position3AttributeType": 3,
|
42432
|
+
"position4AttributeType": 3,
|
42433
|
+
"position5AttributeType": 3,
|
42434
|
+
"activeSkillWeightPermil": 1000,
|
42435
|
+
"specialSkillWeightPermil": 1000,
|
42436
|
+
"skillStaminaWeightPermil": 5000,
|
42437
|
+
"staminaRecoveryWeightPermil": 1000,
|
42438
|
+
"beatDanceWeightPermil": 150,
|
42439
|
+
"beatVocalWeightPermil": 250,
|
42440
|
+
"beatVisualWeightPermil": 600,
|
42441
|
+
"maxCapacity": 55000,
|
42442
|
+
"mentalThreshold": 4405,
|
42443
|
+
"questPressureId": "quest_pressure-1",
|
42444
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42445
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42446
|
+
"clearScore": "983000000",
|
42447
|
+
"rewardManagerExp": 144400,
|
42448
|
+
"clearRewardId": "rd-ex-tower-004-163",
|
42449
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42450
|
+
"liveSkipType": 2,
|
42451
|
+
"moodType": 0,
|
42452
|
+
"rewardCardExp": 0,
|
42453
|
+
"rankAdditionalRewardId": "",
|
42454
|
+
"rankSRewardId": "",
|
42455
|
+
"rankARewardId": "",
|
42456
|
+
"rankBRewardId": "",
|
42457
|
+
"rankCRewardId": "",
|
42458
|
+
"rankDRewardId": "",
|
42459
|
+
"unlockConditionId": "",
|
42460
|
+
"dailyLimitCount": 0,
|
42461
|
+
"ticketAmount": 0,
|
42462
|
+
"achievedRankRewards": [],
|
42463
|
+
"liveBonusGroupId": ""
|
42464
|
+
},
|
42465
|
+
{
|
42466
|
+
"id": "qt-ex-tower-004-164",
|
42467
|
+
"areaId": "area-ex-tower-004",
|
42468
|
+
"stageId": "stage-live-dome-03-03",
|
42469
|
+
"musicId": "music-sun-001",
|
42470
|
+
"difficultyLevel": 285,
|
42471
|
+
"name": "STAGE164",
|
42472
|
+
"description": "STAGE164",
|
42473
|
+
"order": 164,
|
42474
|
+
"musicChartPatternId": "chart-sun-001-001",
|
42475
|
+
"position1AttributeType": 3,
|
42476
|
+
"position2AttributeType": 3,
|
42477
|
+
"position3AttributeType": 2,
|
42478
|
+
"position4AttributeType": 3,
|
42479
|
+
"position5AttributeType": 3,
|
42480
|
+
"activeSkillWeightPermil": 1000,
|
42481
|
+
"specialSkillWeightPermil": 1000,
|
42482
|
+
"skillStaminaWeightPermil": 5000,
|
42483
|
+
"staminaRecoveryWeightPermil": 1000,
|
42484
|
+
"beatDanceWeightPermil": 150,
|
42485
|
+
"beatVocalWeightPermil": 250,
|
42486
|
+
"beatVisualWeightPermil": 600,
|
42487
|
+
"maxCapacity": 55000,
|
42488
|
+
"mentalThreshold": 4421,
|
42489
|
+
"questPressureId": "quest_pressure-1",
|
42490
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42491
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42492
|
+
"clearScore": "1020000000",
|
42493
|
+
"rewardManagerExp": 144400,
|
42494
|
+
"clearRewardId": "rd-ex-tower-004-164",
|
42495
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42496
|
+
"liveSkipType": 2,
|
42497
|
+
"moodType": 0,
|
42498
|
+
"rewardCardExp": 0,
|
42499
|
+
"rankAdditionalRewardId": "",
|
42500
|
+
"rankSRewardId": "",
|
42501
|
+
"rankARewardId": "",
|
42502
|
+
"rankBRewardId": "",
|
42503
|
+
"rankCRewardId": "",
|
42504
|
+
"rankDRewardId": "",
|
42505
|
+
"unlockConditionId": "",
|
42506
|
+
"dailyLimitCount": 0,
|
42507
|
+
"ticketAmount": 0,
|
42508
|
+
"achievedRankRewards": [],
|
42509
|
+
"liveBonusGroupId": ""
|
42510
|
+
},
|
42511
|
+
{
|
42512
|
+
"id": "qt-ex-tower-004-165",
|
42513
|
+
"areaId": "area-ex-tower-004",
|
42514
|
+
"stageId": "stage-live-dome-03-03",
|
42515
|
+
"musicId": "music-liz-008",
|
42516
|
+
"difficultyLevel": 286,
|
42517
|
+
"name": "STAGE165",
|
42518
|
+
"description": "STAGE165",
|
42519
|
+
"order": 165,
|
42520
|
+
"musicChartPatternId": "chart-liz-008-001",
|
42521
|
+
"position1AttributeType": 3,
|
42522
|
+
"position2AttributeType": 2,
|
42523
|
+
"position3AttributeType": 3,
|
42524
|
+
"position4AttributeType": 3,
|
42525
|
+
"position5AttributeType": 3,
|
42526
|
+
"activeSkillWeightPermil": 1000,
|
42527
|
+
"specialSkillWeightPermil": 1000,
|
42528
|
+
"skillStaminaWeightPermil": 5000,
|
42529
|
+
"staminaRecoveryWeightPermil": 1000,
|
42530
|
+
"beatDanceWeightPermil": 150,
|
42531
|
+
"beatVocalWeightPermil": 250,
|
42532
|
+
"beatVisualWeightPermil": 600,
|
42533
|
+
"maxCapacity": 55000,
|
42534
|
+
"mentalThreshold": 4571,
|
42535
|
+
"questPressureId": "quest_pressure-1",
|
42536
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42537
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42538
|
+
"clearScore": "1240000000",
|
42539
|
+
"rewardManagerExp": 144400,
|
42540
|
+
"clearRewardId": "rd-ex-tower-004-165",
|
42541
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42542
|
+
"liveBonusGroupId": "live-bonus-group-047",
|
42543
|
+
"liveSkipType": 2,
|
42544
|
+
"moodType": 0,
|
42545
|
+
"rewardCardExp": 0,
|
42546
|
+
"rankAdditionalRewardId": "",
|
42547
|
+
"rankSRewardId": "",
|
42548
|
+
"rankARewardId": "",
|
42549
|
+
"rankBRewardId": "",
|
42550
|
+
"rankCRewardId": "",
|
42551
|
+
"rankDRewardId": "",
|
42552
|
+
"unlockConditionId": "",
|
42553
|
+
"dailyLimitCount": 0,
|
42554
|
+
"ticketAmount": 0,
|
42555
|
+
"achievedRankRewards": []
|
42556
|
+
},
|
42557
|
+
{
|
42558
|
+
"id": "qt-ex-tower-004-166",
|
42559
|
+
"areaId": "area-ex-tower-004",
|
42560
|
+
"stageId": "stage-live-dome-03-03",
|
42561
|
+
"musicId": "music-sun-006",
|
42562
|
+
"difficultyLevel": 283,
|
42563
|
+
"name": "STAGE166",
|
42564
|
+
"description": "STAGE166",
|
42565
|
+
"order": 166,
|
42566
|
+
"musicChartPatternId": "chart-sun-006-001",
|
42567
|
+
"position1AttributeType": 2,
|
42568
|
+
"position2AttributeType": 2,
|
42569
|
+
"position3AttributeType": 1,
|
42570
|
+
"position4AttributeType": 2,
|
42571
|
+
"position5AttributeType": 2,
|
42572
|
+
"activeSkillWeightPermil": 1000,
|
42573
|
+
"specialSkillWeightPermil": 1000,
|
42574
|
+
"skillStaminaWeightPermil": 5000,
|
42575
|
+
"staminaRecoveryWeightPermil": 1000,
|
42576
|
+
"beatDanceWeightPermil": 250,
|
42577
|
+
"beatVocalWeightPermil": 600,
|
42578
|
+
"beatVisualWeightPermil": 150,
|
42579
|
+
"maxCapacity": 55000,
|
42580
|
+
"mentalThreshold": 4421,
|
42581
|
+
"questPressureId": "quest_pressure-1",
|
42582
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42583
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42584
|
+
"clearScore": "983000000",
|
42585
|
+
"rewardManagerExp": 144400,
|
42586
|
+
"clearRewardId": "rd-ex-tower-004-166",
|
42587
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42588
|
+
"liveSkipType": 2,
|
42589
|
+
"moodType": 0,
|
42590
|
+
"rewardCardExp": 0,
|
42591
|
+
"rankAdditionalRewardId": "",
|
42592
|
+
"rankSRewardId": "",
|
42593
|
+
"rankARewardId": "",
|
42594
|
+
"rankBRewardId": "",
|
42595
|
+
"rankCRewardId": "",
|
42596
|
+
"rankDRewardId": "",
|
42597
|
+
"unlockConditionId": "",
|
42598
|
+
"dailyLimitCount": 0,
|
42599
|
+
"ticketAmount": 0,
|
42600
|
+
"achievedRankRewards": [],
|
42601
|
+
"liveBonusGroupId": ""
|
42602
|
+
},
|
42603
|
+
{
|
42604
|
+
"id": "qt-ex-tower-004-167",
|
42605
|
+
"areaId": "area-ex-tower-004",
|
42606
|
+
"stageId": "stage-live-dome-03-03",
|
42607
|
+
"musicId": "music-moon-007",
|
42608
|
+
"difficultyLevel": 284,
|
42609
|
+
"name": "STAGE167",
|
42610
|
+
"description": "STAGE167",
|
42611
|
+
"order": 167,
|
42612
|
+
"musicChartPatternId": "chart-moon-007-001",
|
42613
|
+
"position1AttributeType": 2,
|
42614
|
+
"position2AttributeType": 1,
|
42615
|
+
"position3AttributeType": 2,
|
42616
|
+
"position4AttributeType": 2,
|
42617
|
+
"position5AttributeType": 2,
|
42618
|
+
"activeSkillWeightPermil": 1000,
|
42619
|
+
"specialSkillWeightPermil": 1000,
|
42620
|
+
"skillStaminaWeightPermil": 5000,
|
42621
|
+
"staminaRecoveryWeightPermil": 1000,
|
42622
|
+
"beatDanceWeightPermil": 250,
|
42623
|
+
"beatVocalWeightPermil": 600,
|
42624
|
+
"beatVisualWeightPermil": 150,
|
42625
|
+
"maxCapacity": 55000,
|
42626
|
+
"mentalThreshold": 4536,
|
42627
|
+
"questPressureId": "quest_pressure-1",
|
42628
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42629
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42630
|
+
"clearScore": "1030000000",
|
42631
|
+
"rewardManagerExp": 144400,
|
42632
|
+
"clearRewardId": "rd-ex-tower-004-167",
|
42633
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42634
|
+
"liveSkipType": 2,
|
42635
|
+
"moodType": 0,
|
42636
|
+
"rewardCardExp": 0,
|
42637
|
+
"rankAdditionalRewardId": "",
|
42638
|
+
"rankSRewardId": "",
|
42639
|
+
"rankARewardId": "",
|
42640
|
+
"rankBRewardId": "",
|
42641
|
+
"rankCRewardId": "",
|
42642
|
+
"rankDRewardId": "",
|
42643
|
+
"unlockConditionId": "",
|
42644
|
+
"dailyLimitCount": 0,
|
42645
|
+
"ticketAmount": 0,
|
42646
|
+
"achievedRankRewards": [],
|
42647
|
+
"liveBonusGroupId": ""
|
42648
|
+
},
|
42649
|
+
{
|
42650
|
+
"id": "qt-ex-tower-004-168",
|
42651
|
+
"areaId": "area-ex-tower-004",
|
42652
|
+
"stageId": "stage-live-dome-03-03",
|
42653
|
+
"musicId": "music-thrx-001",
|
42654
|
+
"difficultyLevel": 285,
|
42655
|
+
"name": "STAGE168",
|
42656
|
+
"description": "STAGE168",
|
42657
|
+
"order": 168,
|
42658
|
+
"musicChartPatternId": "chart-thrx-001-001",
|
42659
|
+
"position1AttributeType": 2,
|
42660
|
+
"position2AttributeType": 2,
|
42661
|
+
"position3AttributeType": 1,
|
42662
|
+
"position4AttributeType": 2,
|
42663
|
+
"position5AttributeType": 2,
|
42664
|
+
"activeSkillWeightPermil": 1000,
|
42665
|
+
"specialSkillWeightPermil": 1000,
|
42666
|
+
"skillStaminaWeightPermil": 5000,
|
42667
|
+
"staminaRecoveryWeightPermil": 1000,
|
42668
|
+
"beatDanceWeightPermil": 250,
|
42669
|
+
"beatVocalWeightPermil": 600,
|
42670
|
+
"beatVisualWeightPermil": 150,
|
42671
|
+
"maxCapacity": 55000,
|
42672
|
+
"mentalThreshold": 4571,
|
42673
|
+
"questPressureId": "quest_pressure-1",
|
42674
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42675
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42676
|
+
"clearScore": "1180000000",
|
42677
|
+
"rewardManagerExp": 144400,
|
42678
|
+
"clearRewardId": "rd-ex-tower-004-168",
|
42679
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42680
|
+
"liveSkipType": 2,
|
42681
|
+
"moodType": 0,
|
42682
|
+
"rewardCardExp": 0,
|
42683
|
+
"rankAdditionalRewardId": "",
|
42684
|
+
"rankSRewardId": "",
|
42685
|
+
"rankARewardId": "",
|
42686
|
+
"rankBRewardId": "",
|
42687
|
+
"rankCRewardId": "",
|
42688
|
+
"rankDRewardId": "",
|
42689
|
+
"unlockConditionId": "",
|
42690
|
+
"dailyLimitCount": 0,
|
42691
|
+
"ticketAmount": 0,
|
42692
|
+
"achievedRankRewards": [],
|
42693
|
+
"liveBonusGroupId": ""
|
42694
|
+
},
|
42695
|
+
{
|
42696
|
+
"id": "qt-ex-tower-004-169",
|
42697
|
+
"areaId": "area-ex-tower-004",
|
42698
|
+
"stageId": "stage-live-dome-03-03",
|
42699
|
+
"musicId": "music-sun-005",
|
42700
|
+
"difficultyLevel": 287,
|
42701
|
+
"name": "STAGE169",
|
42702
|
+
"description": "STAGE169",
|
42703
|
+
"order": 169,
|
42704
|
+
"musicChartPatternId": "chart-sun-005-001",
|
42705
|
+
"position1AttributeType": 2,
|
42706
|
+
"position2AttributeType": 1,
|
42707
|
+
"position3AttributeType": 2,
|
42708
|
+
"position4AttributeType": 2,
|
42709
|
+
"position5AttributeType": 2,
|
42710
|
+
"activeSkillWeightPermil": 1000,
|
42711
|
+
"specialSkillWeightPermil": 1000,
|
42712
|
+
"skillStaminaWeightPermil": 5000,
|
42713
|
+
"staminaRecoveryWeightPermil": 1000,
|
42714
|
+
"beatDanceWeightPermil": 250,
|
42715
|
+
"beatVocalWeightPermil": 600,
|
42716
|
+
"beatVisualWeightPermil": 150,
|
42717
|
+
"maxCapacity": 55000,
|
42718
|
+
"mentalThreshold": 4582,
|
42719
|
+
"questPressureId": "quest_pressure-1",
|
42720
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42721
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42722
|
+
"clearScore": "1010000000",
|
42723
|
+
"rewardManagerExp": 144400,
|
42724
|
+
"clearRewardId": "rd-ex-tower-004-169",
|
42725
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42726
|
+
"liveSkipType": 2,
|
42727
|
+
"moodType": 0,
|
42728
|
+
"rewardCardExp": 0,
|
42729
|
+
"rankAdditionalRewardId": "",
|
42730
|
+
"rankSRewardId": "",
|
42731
|
+
"rankARewardId": "",
|
42732
|
+
"rankBRewardId": "",
|
42733
|
+
"rankCRewardId": "",
|
42734
|
+
"rankDRewardId": "",
|
42735
|
+
"unlockConditionId": "",
|
42736
|
+
"dailyLimitCount": 0,
|
42737
|
+
"ticketAmount": 0,
|
42738
|
+
"achievedRankRewards": [],
|
42739
|
+
"liveBonusGroupId": ""
|
42740
|
+
},
|
42741
|
+
{
|
42742
|
+
"id": "qt-ex-tower-004-170",
|
42743
|
+
"areaId": "area-ex-tower-004",
|
42744
|
+
"stageId": "stage-live-dome-03-03",
|
42745
|
+
"musicId": "music-liz-009",
|
42746
|
+
"difficultyLevel": 288,
|
42747
|
+
"name": "STAGE170",
|
42748
|
+
"description": "STAGE170",
|
42749
|
+
"order": 170,
|
42750
|
+
"musicChartPatternId": "chart-liz-009-001",
|
42751
|
+
"position1AttributeType": 2,
|
42752
|
+
"position2AttributeType": 2,
|
42753
|
+
"position3AttributeType": 1,
|
42754
|
+
"position4AttributeType": 2,
|
42755
|
+
"position5AttributeType": 2,
|
42756
|
+
"activeSkillWeightPermil": 2500,
|
42757
|
+
"specialSkillWeightPermil": 1000,
|
42758
|
+
"skillStaminaWeightPermil": 5000,
|
42759
|
+
"staminaRecoveryWeightPermil": 1000,
|
42760
|
+
"beatDanceWeightPermil": 250,
|
42761
|
+
"beatVocalWeightPermil": 600,
|
42762
|
+
"beatVisualWeightPermil": 150,
|
42763
|
+
"maxCapacity": 55000,
|
42764
|
+
"mentalThreshold": 4585,
|
42765
|
+
"questPressureId": "quest_pressure-1",
|
42766
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42767
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42768
|
+
"clearScore": "1440000000",
|
42769
|
+
"rewardManagerExp": 144400,
|
42770
|
+
"clearRewardId": "rd-ex-tower-004-170",
|
42771
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42772
|
+
"liveBonusGroupId": "live-bonus-group-023",
|
42773
|
+
"liveSkipType": 2,
|
42774
|
+
"moodType": 0,
|
42775
|
+
"rewardCardExp": 0,
|
42776
|
+
"rankAdditionalRewardId": "",
|
42777
|
+
"rankSRewardId": "",
|
42778
|
+
"rankARewardId": "",
|
42779
|
+
"rankBRewardId": "",
|
42780
|
+
"rankCRewardId": "",
|
42781
|
+
"rankDRewardId": "",
|
42782
|
+
"unlockConditionId": "",
|
42783
|
+
"dailyLimitCount": 0,
|
42784
|
+
"ticketAmount": 0,
|
42785
|
+
"achievedRankRewards": []
|
42786
|
+
},
|
42787
|
+
{
|
42788
|
+
"id": "qt-ex-tower-004-171",
|
42789
|
+
"areaId": "area-ex-tower-004",
|
42790
|
+
"stageId": "stage-live-dome-00-04",
|
42791
|
+
"musicId": "music-hsm-003",
|
42792
|
+
"difficultyLevel": 285,
|
42793
|
+
"name": "STAGE171",
|
42794
|
+
"description": "STAGE171",
|
42795
|
+
"order": 171,
|
42796
|
+
"musicChartPatternId": "chart-hsm-003-001",
|
42797
|
+
"position1AttributeType": 1,
|
42798
|
+
"position2AttributeType": 3,
|
42799
|
+
"position3AttributeType": 1,
|
42800
|
+
"position4AttributeType": 1,
|
42801
|
+
"position5AttributeType": 1,
|
42802
|
+
"activeSkillWeightPermil": 1000,
|
42803
|
+
"specialSkillWeightPermil": 1000,
|
42804
|
+
"skillStaminaWeightPermil": 5000,
|
42805
|
+
"staminaRecoveryWeightPermil": 1000,
|
42806
|
+
"beatDanceWeightPermil": 600,
|
42807
|
+
"beatVocalWeightPermil": 150,
|
42808
|
+
"beatVisualWeightPermil": 250,
|
42809
|
+
"maxCapacity": 62000,
|
42810
|
+
"mentalThreshold": 4582,
|
42811
|
+
"questPressureId": "quest_pressure-1",
|
42812
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42813
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42814
|
+
"clearScore": "990000000",
|
42815
|
+
"rewardManagerExp": 144400,
|
42816
|
+
"clearRewardId": "rd-ex-tower-004-171",
|
42817
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42818
|
+
"liveSkipType": 2,
|
42819
|
+
"moodType": 0,
|
42820
|
+
"rewardCardExp": 0,
|
42821
|
+
"rankAdditionalRewardId": "",
|
42822
|
+
"rankSRewardId": "",
|
42823
|
+
"rankARewardId": "",
|
42824
|
+
"rankBRewardId": "",
|
42825
|
+
"rankCRewardId": "",
|
42826
|
+
"rankDRewardId": "",
|
42827
|
+
"unlockConditionId": "",
|
42828
|
+
"dailyLimitCount": 0,
|
42829
|
+
"ticketAmount": 0,
|
42830
|
+
"achievedRankRewards": [],
|
42831
|
+
"liveBonusGroupId": ""
|
42832
|
+
},
|
42833
|
+
{
|
42834
|
+
"id": "qt-ex-tower-004-172",
|
42835
|
+
"areaId": "area-ex-tower-004",
|
42836
|
+
"stageId": "stage-live-dome-00-04",
|
42837
|
+
"musicId": "music-unit-001",
|
42838
|
+
"difficultyLevel": 286,
|
42839
|
+
"name": "STAGE172",
|
42840
|
+
"description": "STAGE172",
|
42841
|
+
"order": 172,
|
42842
|
+
"musicChartPatternId": "chart-unit-001-001",
|
42843
|
+
"position1AttributeType": 1,
|
42844
|
+
"position2AttributeType": 1,
|
42845
|
+
"position3AttributeType": 3,
|
42846
|
+
"position4AttributeType": 1,
|
42847
|
+
"position5AttributeType": 1,
|
42848
|
+
"activeSkillWeightPermil": 1000,
|
42849
|
+
"specialSkillWeightPermil": 1000,
|
42850
|
+
"skillStaminaWeightPermil": 5000,
|
42851
|
+
"staminaRecoveryWeightPermil": 1000,
|
42852
|
+
"beatDanceWeightPermil": 600,
|
42853
|
+
"beatVocalWeightPermil": 150,
|
42854
|
+
"beatVisualWeightPermil": 250,
|
42855
|
+
"maxCapacity": 62000,
|
42856
|
+
"mentalThreshold": 4583,
|
42857
|
+
"questPressureId": "quest_pressure-1",
|
42858
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42859
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42860
|
+
"clearScore": "993000000",
|
42861
|
+
"rewardManagerExp": 144400,
|
42862
|
+
"clearRewardId": "rd-ex-tower-004-172",
|
42863
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42864
|
+
"liveSkipType": 2,
|
42865
|
+
"moodType": 0,
|
42866
|
+
"rewardCardExp": 0,
|
42867
|
+
"rankAdditionalRewardId": "",
|
42868
|
+
"rankSRewardId": "",
|
42869
|
+
"rankARewardId": "",
|
42870
|
+
"rankBRewardId": "",
|
42871
|
+
"rankCRewardId": "",
|
42872
|
+
"rankDRewardId": "",
|
42873
|
+
"unlockConditionId": "",
|
42874
|
+
"dailyLimitCount": 0,
|
42875
|
+
"ticketAmount": 0,
|
42876
|
+
"achievedRankRewards": [],
|
42877
|
+
"liveBonusGroupId": ""
|
42878
|
+
},
|
42879
|
+
{
|
42880
|
+
"id": "qt-ex-tower-004-173",
|
42881
|
+
"areaId": "area-ex-tower-004",
|
42882
|
+
"stageId": "stage-live-dome-00-04",
|
42883
|
+
"musicId": "music-mna-001",
|
42884
|
+
"difficultyLevel": 287,
|
42885
|
+
"name": "STAGE173",
|
42886
|
+
"description": "STAGE173",
|
42887
|
+
"order": 173,
|
42888
|
+
"musicChartPatternId": "chart-mna-001-001",
|
42889
|
+
"position1AttributeType": 1,
|
42890
|
+
"position2AttributeType": 3,
|
42891
|
+
"position3AttributeType": 1,
|
42892
|
+
"position4AttributeType": 1,
|
42893
|
+
"position5AttributeType": 1,
|
42894
|
+
"activeSkillWeightPermil": 1000,
|
42895
|
+
"specialSkillWeightPermil": 1000,
|
42896
|
+
"skillStaminaWeightPermil": 5000,
|
42897
|
+
"staminaRecoveryWeightPermil": 1000,
|
42898
|
+
"beatDanceWeightPermil": 600,
|
42899
|
+
"beatVocalWeightPermil": 150,
|
42900
|
+
"beatVisualWeightPermil": 250,
|
42901
|
+
"maxCapacity": 62000,
|
42902
|
+
"mentalThreshold": 4585,
|
42903
|
+
"questPressureId": "quest_pressure-1",
|
42904
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42905
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42906
|
+
"clearScore": "890000000",
|
42907
|
+
"rewardManagerExp": 144400,
|
42908
|
+
"clearRewardId": "rd-ex-tower-004-173",
|
42909
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42910
|
+
"liveSkipType": 2,
|
42911
|
+
"moodType": 0,
|
42912
|
+
"rewardCardExp": 0,
|
42913
|
+
"rankAdditionalRewardId": "",
|
42914
|
+
"rankSRewardId": "",
|
42915
|
+
"rankARewardId": "",
|
42916
|
+
"rankBRewardId": "",
|
42917
|
+
"rankCRewardId": "",
|
42918
|
+
"rankDRewardId": "",
|
42919
|
+
"unlockConditionId": "",
|
42920
|
+
"dailyLimitCount": 0,
|
42921
|
+
"ticketAmount": 0,
|
42922
|
+
"achievedRankRewards": [],
|
42923
|
+
"liveBonusGroupId": ""
|
42924
|
+
},
|
42925
|
+
{
|
42926
|
+
"id": "qt-ex-tower-004-174",
|
42927
|
+
"areaId": "area-ex-tower-004",
|
42928
|
+
"stageId": "stage-live-dome-00-04",
|
42929
|
+
"musicId": "music-tri-005",
|
42930
|
+
"difficultyLevel": 289,
|
42931
|
+
"name": "STAGE174",
|
42932
|
+
"description": "STAGE174",
|
42933
|
+
"order": 174,
|
42934
|
+
"musicChartPatternId": "chart-tri-005-001",
|
42935
|
+
"position1AttributeType": 1,
|
42936
|
+
"position2AttributeType": 1,
|
42937
|
+
"position3AttributeType": 3,
|
42938
|
+
"position4AttributeType": 1,
|
42939
|
+
"position5AttributeType": 1,
|
42940
|
+
"activeSkillWeightPermil": 1000,
|
42941
|
+
"specialSkillWeightPermil": 1000,
|
42942
|
+
"skillStaminaWeightPermil": 5000,
|
42943
|
+
"staminaRecoveryWeightPermil": 1000,
|
42944
|
+
"beatDanceWeightPermil": 600,
|
42945
|
+
"beatVocalWeightPermil": 150,
|
42946
|
+
"beatVisualWeightPermil": 250,
|
42947
|
+
"maxCapacity": 62000,
|
42948
|
+
"mentalThreshold": 4586,
|
42949
|
+
"questPressureId": "quest_pressure-1",
|
42950
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42951
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42952
|
+
"clearScore": "1070000000",
|
42953
|
+
"rewardManagerExp": 144400,
|
42954
|
+
"clearRewardId": "rd-ex-tower-004-174",
|
42955
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
42956
|
+
"liveSkipType": 2,
|
42957
|
+
"moodType": 0,
|
42958
|
+
"rewardCardExp": 0,
|
42959
|
+
"rankAdditionalRewardId": "",
|
42960
|
+
"rankSRewardId": "",
|
42961
|
+
"rankARewardId": "",
|
42962
|
+
"rankBRewardId": "",
|
42963
|
+
"rankCRewardId": "",
|
42964
|
+
"rankDRewardId": "",
|
42965
|
+
"unlockConditionId": "",
|
42966
|
+
"dailyLimitCount": 0,
|
42967
|
+
"ticketAmount": 0,
|
42968
|
+
"achievedRankRewards": [],
|
42969
|
+
"liveBonusGroupId": ""
|
42970
|
+
},
|
42971
|
+
{
|
42972
|
+
"id": "qt-ex-tower-004-175",
|
42973
|
+
"areaId": "area-ex-tower-004",
|
42974
|
+
"stageId": "stage-live-dome-00-04",
|
42975
|
+
"musicId": "music-liz-001",
|
42976
|
+
"difficultyLevel": 290,
|
42977
|
+
"name": "STAGE175",
|
42978
|
+
"description": "STAGE175",
|
42979
|
+
"order": 175,
|
42980
|
+
"musicChartPatternId": "chart-liz-001-001",
|
42981
|
+
"position1AttributeType": 1,
|
42982
|
+
"position2AttributeType": 3,
|
42983
|
+
"position3AttributeType": 1,
|
42984
|
+
"position4AttributeType": 1,
|
42985
|
+
"position5AttributeType": 1,
|
42986
|
+
"activeSkillWeightPermil": 1000,
|
42987
|
+
"specialSkillWeightPermil": 1000,
|
42988
|
+
"skillStaminaWeightPermil": 5000,
|
42989
|
+
"staminaRecoveryWeightPermil": 1000,
|
42990
|
+
"beatDanceWeightPermil": 600,
|
42991
|
+
"beatVocalWeightPermil": 150,
|
42992
|
+
"beatVisualWeightPermil": 250,
|
42993
|
+
"maxCapacity": 62000,
|
42994
|
+
"mentalThreshold": 4589,
|
42995
|
+
"questPressureId": "quest_pressure-1",
|
42996
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
42997
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
42998
|
+
"clearScore": "1280000000",
|
42999
|
+
"rewardManagerExp": 144400,
|
43000
|
+
"clearRewardId": "rd-ex-tower-004-175",
|
43001
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43002
|
+
"liveBonusGroupId": "live-bonus-group-014",
|
43003
|
+
"liveSkipType": 2,
|
43004
|
+
"moodType": 0,
|
43005
|
+
"rewardCardExp": 0,
|
43006
|
+
"rankAdditionalRewardId": "",
|
43007
|
+
"rankSRewardId": "",
|
43008
|
+
"rankARewardId": "",
|
43009
|
+
"rankBRewardId": "",
|
43010
|
+
"rankCRewardId": "",
|
43011
|
+
"rankDRewardId": "",
|
43012
|
+
"unlockConditionId": "",
|
43013
|
+
"dailyLimitCount": 0,
|
43014
|
+
"ticketAmount": 0,
|
43015
|
+
"achievedRankRewards": []
|
43016
|
+
},
|
43017
|
+
{
|
43018
|
+
"id": "qt-ex-tower-004-176",
|
43019
|
+
"areaId": "area-ex-tower-004",
|
43020
|
+
"stageId": "stage-live-dome-00-04",
|
43021
|
+
"musicId": "music-unit-004",
|
43022
|
+
"difficultyLevel": 287,
|
43023
|
+
"name": "STAGE176",
|
43024
|
+
"description": "STAGE176",
|
43025
|
+
"order": 176,
|
43026
|
+
"musicChartPatternId": "chart-unit-004-001",
|
43027
|
+
"position1AttributeType": 3,
|
43028
|
+
"position2AttributeType": 3,
|
43029
|
+
"position3AttributeType": 2,
|
43030
|
+
"position4AttributeType": 3,
|
43031
|
+
"position5AttributeType": 3,
|
43032
|
+
"activeSkillWeightPermil": 1000,
|
43033
|
+
"specialSkillWeightPermil": 1000,
|
43034
|
+
"skillStaminaWeightPermil": 5000,
|
43035
|
+
"staminaRecoveryWeightPermil": 1000,
|
43036
|
+
"beatDanceWeightPermil": 150,
|
43037
|
+
"beatVocalWeightPermil": 250,
|
43038
|
+
"beatVisualWeightPermil": 600,
|
43039
|
+
"maxCapacity": 62000,
|
43040
|
+
"mentalThreshold": 4586,
|
43041
|
+
"questPressureId": "quest_pressure-1",
|
43042
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43043
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43044
|
+
"clearScore": "1050000000",
|
43045
|
+
"rewardManagerExp": 144400,
|
43046
|
+
"clearRewardId": "rd-ex-tower-004-176",
|
43047
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43048
|
+
"liveSkipType": 2,
|
43049
|
+
"moodType": 0,
|
43050
|
+
"rewardCardExp": 0,
|
43051
|
+
"rankAdditionalRewardId": "",
|
43052
|
+
"rankSRewardId": "",
|
43053
|
+
"rankARewardId": "",
|
43054
|
+
"rankBRewardId": "",
|
43055
|
+
"rankCRewardId": "",
|
43056
|
+
"rankDRewardId": "",
|
43057
|
+
"unlockConditionId": "",
|
43058
|
+
"dailyLimitCount": 0,
|
43059
|
+
"ticketAmount": 0,
|
43060
|
+
"achievedRankRewards": [],
|
43061
|
+
"liveBonusGroupId": ""
|
43062
|
+
},
|
43063
|
+
{
|
43064
|
+
"id": "qt-ex-tower-004-177",
|
43065
|
+
"areaId": "area-ex-tower-004",
|
43066
|
+
"stageId": "stage-live-dome-00-04",
|
43067
|
+
"musicId": "music-sun-005",
|
43068
|
+
"difficultyLevel": 288,
|
43069
|
+
"name": "STAGE177",
|
43070
|
+
"description": "STAGE177",
|
43071
|
+
"order": 177,
|
43072
|
+
"musicChartPatternId": "chart-sun-005-001",
|
43073
|
+
"position1AttributeType": 3,
|
43074
|
+
"position2AttributeType": 2,
|
43075
|
+
"position3AttributeType": 3,
|
43076
|
+
"position4AttributeType": 3,
|
43077
|
+
"position5AttributeType": 3,
|
43078
|
+
"activeSkillWeightPermil": 1000,
|
43079
|
+
"specialSkillWeightPermil": 1000,
|
43080
|
+
"skillStaminaWeightPermil": 5000,
|
43081
|
+
"staminaRecoveryWeightPermil": 1000,
|
43082
|
+
"beatDanceWeightPermil": 150,
|
43083
|
+
"beatVocalWeightPermil": 250,
|
43084
|
+
"beatVisualWeightPermil": 600,
|
43085
|
+
"maxCapacity": 62000,
|
43086
|
+
"mentalThreshold": 4588,
|
43087
|
+
"questPressureId": "quest_pressure-1",
|
43088
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43089
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43090
|
+
"clearScore": "1030000000",
|
43091
|
+
"rewardManagerExp": 144400,
|
43092
|
+
"clearRewardId": "rd-ex-tower-004-177",
|
43093
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43094
|
+
"liveSkipType": 2,
|
43095
|
+
"moodType": 0,
|
43096
|
+
"rewardCardExp": 0,
|
43097
|
+
"rankAdditionalRewardId": "",
|
43098
|
+
"rankSRewardId": "",
|
43099
|
+
"rankARewardId": "",
|
43100
|
+
"rankBRewardId": "",
|
43101
|
+
"rankCRewardId": "",
|
43102
|
+
"rankDRewardId": "",
|
43103
|
+
"unlockConditionId": "",
|
43104
|
+
"dailyLimitCount": 0,
|
43105
|
+
"ticketAmount": 0,
|
43106
|
+
"achievedRankRewards": [],
|
43107
|
+
"liveBonusGroupId": ""
|
43108
|
+
},
|
43109
|
+
{
|
43110
|
+
"id": "qt-ex-tower-004-178",
|
43111
|
+
"areaId": "area-ex-tower-004",
|
43112
|
+
"stageId": "stage-live-dome-00-04",
|
43113
|
+
"musicId": "music-hsm-007",
|
43114
|
+
"difficultyLevel": 289,
|
43115
|
+
"name": "STAGE178",
|
43116
|
+
"description": "STAGE178",
|
43117
|
+
"order": 178,
|
43118
|
+
"musicChartPatternId": "chart-hsm-007-001",
|
43119
|
+
"position1AttributeType": 3,
|
43120
|
+
"position2AttributeType": 3,
|
43121
|
+
"position3AttributeType": 2,
|
43122
|
+
"position4AttributeType": 3,
|
43123
|
+
"position5AttributeType": 3,
|
43124
|
+
"activeSkillWeightPermil": 1000,
|
43125
|
+
"specialSkillWeightPermil": 1000,
|
43126
|
+
"skillStaminaWeightPermil": 5000,
|
43127
|
+
"staminaRecoveryWeightPermil": 1000,
|
43128
|
+
"beatDanceWeightPermil": 150,
|
43129
|
+
"beatVocalWeightPermil": 250,
|
43130
|
+
"beatVisualWeightPermil": 600,
|
43131
|
+
"maxCapacity": 62000,
|
43132
|
+
"mentalThreshold": 4589,
|
43133
|
+
"questPressureId": "quest_pressure-1",
|
43134
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43135
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43136
|
+
"clearScore": "1040000000",
|
43137
|
+
"rewardManagerExp": 144400,
|
43138
|
+
"clearRewardId": "rd-ex-tower-004-178",
|
43139
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43140
|
+
"liveSkipType": 2,
|
43141
|
+
"moodType": 0,
|
43142
|
+
"rewardCardExp": 0,
|
43143
|
+
"rankAdditionalRewardId": "",
|
43144
|
+
"rankSRewardId": "",
|
43145
|
+
"rankARewardId": "",
|
43146
|
+
"rankBRewardId": "",
|
43147
|
+
"rankCRewardId": "",
|
43148
|
+
"rankDRewardId": "",
|
43149
|
+
"unlockConditionId": "",
|
43150
|
+
"dailyLimitCount": 0,
|
43151
|
+
"ticketAmount": 0,
|
43152
|
+
"achievedRankRewards": [],
|
43153
|
+
"liveBonusGroupId": ""
|
43154
|
+
},
|
43155
|
+
{
|
43156
|
+
"id": "qt-ex-tower-004-179",
|
43157
|
+
"areaId": "area-ex-tower-004",
|
43158
|
+
"stageId": "stage-live-dome-00-04",
|
43159
|
+
"musicId": "music-mna-006",
|
43160
|
+
"difficultyLevel": 291,
|
43161
|
+
"name": "STAGE179",
|
43162
|
+
"description": "STAGE179",
|
43163
|
+
"order": 179,
|
43164
|
+
"musicChartPatternId": "chart-mna-006-001",
|
43165
|
+
"position1AttributeType": 3,
|
43166
|
+
"position2AttributeType": 2,
|
43167
|
+
"position3AttributeType": 3,
|
43168
|
+
"position4AttributeType": 3,
|
43169
|
+
"position5AttributeType": 3,
|
43170
|
+
"activeSkillWeightPermil": 1000,
|
43171
|
+
"specialSkillWeightPermil": 1000,
|
43172
|
+
"skillStaminaWeightPermil": 5000,
|
43173
|
+
"staminaRecoveryWeightPermil": 1000,
|
43174
|
+
"beatDanceWeightPermil": 150,
|
43175
|
+
"beatVocalWeightPermil": 250,
|
43176
|
+
"beatVisualWeightPermil": 600,
|
43177
|
+
"maxCapacity": 62000,
|
43178
|
+
"mentalThreshold": 4592,
|
43179
|
+
"questPressureId": "quest_pressure-1",
|
43180
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43181
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43182
|
+
"clearScore": "1030000000",
|
43183
|
+
"rewardManagerExp": 144400,
|
43184
|
+
"clearRewardId": "rd-ex-tower-004-179",
|
43185
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43186
|
+
"liveSkipType": 2,
|
43187
|
+
"moodType": 0,
|
43188
|
+
"rewardCardExp": 0,
|
43189
|
+
"rankAdditionalRewardId": "",
|
43190
|
+
"rankSRewardId": "",
|
43191
|
+
"rankARewardId": "",
|
43192
|
+
"rankBRewardId": "",
|
43193
|
+
"rankCRewardId": "",
|
43194
|
+
"rankDRewardId": "",
|
43195
|
+
"unlockConditionId": "",
|
43196
|
+
"dailyLimitCount": 0,
|
43197
|
+
"ticketAmount": 0,
|
43198
|
+
"achievedRankRewards": [],
|
43199
|
+
"liveBonusGroupId": ""
|
43200
|
+
},
|
43201
|
+
{
|
43202
|
+
"id": "qt-ex-tower-004-180",
|
43203
|
+
"areaId": "area-ex-tower-004",
|
43204
|
+
"stageId": "stage-live-dome-00-04",
|
43205
|
+
"musicId": "music-liz-003",
|
43206
|
+
"difficultyLevel": 292,
|
43207
|
+
"name": "STAGE180",
|
43208
|
+
"description": "STAGE180",
|
43209
|
+
"order": 180,
|
43210
|
+
"musicChartPatternId": "chart-liz-003-001",
|
43211
|
+
"position1AttributeType": 3,
|
43212
|
+
"position2AttributeType": 3,
|
43213
|
+
"position3AttributeType": 2,
|
43214
|
+
"position4AttributeType": 3,
|
43215
|
+
"position5AttributeType": 3,
|
43216
|
+
"activeSkillWeightPermil": 1000,
|
43217
|
+
"specialSkillWeightPermil": 2500,
|
43218
|
+
"skillStaminaWeightPermil": 5000,
|
43219
|
+
"staminaRecoveryWeightPermil": 1000,
|
43220
|
+
"beatDanceWeightPermil": 150,
|
43221
|
+
"beatVocalWeightPermil": 250,
|
43222
|
+
"beatVisualWeightPermil": 600,
|
43223
|
+
"maxCapacity": 62000,
|
43224
|
+
"mentalThreshold": 4594,
|
43225
|
+
"questPressureId": "quest_pressure-1",
|
43226
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43227
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43228
|
+
"clearScore": "2000000000",
|
43229
|
+
"rewardManagerExp": 144400,
|
43230
|
+
"clearRewardId": "rd-ex-tower-004-180",
|
43231
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43232
|
+
"liveBonusGroupId": "live-bonus-group-049",
|
43233
|
+
"liveSkipType": 2,
|
43234
|
+
"moodType": 0,
|
43235
|
+
"rewardCardExp": 0,
|
43236
|
+
"rankAdditionalRewardId": "",
|
43237
|
+
"rankSRewardId": "",
|
43238
|
+
"rankARewardId": "",
|
43239
|
+
"rankBRewardId": "",
|
43240
|
+
"rankCRewardId": "",
|
43241
|
+
"rankDRewardId": "",
|
43242
|
+
"unlockConditionId": "",
|
43243
|
+
"dailyLimitCount": 0,
|
43244
|
+
"ticketAmount": 0,
|
43245
|
+
"achievedRankRewards": []
|
43246
|
+
},
|
43247
|
+
{
|
43248
|
+
"id": "qt-ex-tower-004-181",
|
43249
|
+
"areaId": "area-ex-tower-004",
|
43250
|
+
"stageId": "stage-live-dome-00-05",
|
43251
|
+
"musicId": "music-hsm-003",
|
43252
|
+
"difficultyLevel": 289,
|
43253
|
+
"name": "STAGE181",
|
43254
|
+
"description": "STAGE181",
|
43255
|
+
"order": 181,
|
43256
|
+
"musicChartPatternId": "chart-hsm-003-001",
|
43257
|
+
"position1AttributeType": 2,
|
43258
|
+
"position2AttributeType": 1,
|
43259
|
+
"position3AttributeType": 2,
|
43260
|
+
"position4AttributeType": 2,
|
43261
|
+
"position5AttributeType": 2,
|
43262
|
+
"activeSkillWeightPermil": 1000,
|
43263
|
+
"specialSkillWeightPermil": 1000,
|
43264
|
+
"skillStaminaWeightPermil": 5000,
|
43265
|
+
"staminaRecoveryWeightPermil": 1000,
|
43266
|
+
"beatDanceWeightPermil": 250,
|
43267
|
+
"beatVocalWeightPermil": 600,
|
43268
|
+
"beatVisualWeightPermil": 150,
|
43269
|
+
"maxCapacity": 70000,
|
43270
|
+
"mentalThreshold": 4592,
|
43271
|
+
"questPressureId": "quest_pressure-1",
|
43272
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43273
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43274
|
+
"clearScore": "1040000000",
|
43275
|
+
"rewardManagerExp": 144400,
|
43276
|
+
"clearRewardId": "rd-ex-tower-004-181",
|
43277
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43278
|
+
"liveSkipType": 2,
|
43279
|
+
"moodType": 0,
|
43280
|
+
"rewardCardExp": 0,
|
43281
|
+
"rankAdditionalRewardId": "",
|
43282
|
+
"rankSRewardId": "",
|
43283
|
+
"rankARewardId": "",
|
43284
|
+
"rankBRewardId": "",
|
43285
|
+
"rankCRewardId": "",
|
43286
|
+
"rankDRewardId": "",
|
43287
|
+
"unlockConditionId": "",
|
43288
|
+
"dailyLimitCount": 0,
|
43289
|
+
"ticketAmount": 0,
|
43290
|
+
"achievedRankRewards": [],
|
43291
|
+
"liveBonusGroupId": ""
|
43292
|
+
},
|
43293
|
+
{
|
43294
|
+
"id": "qt-ex-tower-004-182",
|
43295
|
+
"areaId": "area-ex-tower-004",
|
43296
|
+
"stageId": "stage-live-dome-00-05",
|
43297
|
+
"musicId": "music-sun-006",
|
43298
|
+
"difficultyLevel": 290,
|
43299
|
+
"name": "STAGE182",
|
43300
|
+
"description": "STAGE182",
|
43301
|
+
"order": 182,
|
43302
|
+
"musicChartPatternId": "chart-sun-006-001",
|
43303
|
+
"position1AttributeType": 2,
|
43304
|
+
"position2AttributeType": 2,
|
43305
|
+
"position3AttributeType": 1,
|
43306
|
+
"position4AttributeType": 2,
|
43307
|
+
"position5AttributeType": 2,
|
43308
|
+
"activeSkillWeightPermil": 1000,
|
43309
|
+
"specialSkillWeightPermil": 1000,
|
43310
|
+
"skillStaminaWeightPermil": 5000,
|
43311
|
+
"staminaRecoveryWeightPermil": 1000,
|
43312
|
+
"beatDanceWeightPermil": 250,
|
43313
|
+
"beatVocalWeightPermil": 600,
|
43314
|
+
"beatVisualWeightPermil": 150,
|
43315
|
+
"maxCapacity": 70000,
|
43316
|
+
"mentalThreshold": 4593,
|
43317
|
+
"questPressureId": "quest_pressure-1",
|
43318
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43319
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43320
|
+
"clearScore": "1080000000",
|
43321
|
+
"rewardManagerExp": 144400,
|
43322
|
+
"clearRewardId": "rd-ex-tower-004-182",
|
43323
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43324
|
+
"liveSkipType": 2,
|
43325
|
+
"moodType": 0,
|
43326
|
+
"rewardCardExp": 0,
|
43327
|
+
"rankAdditionalRewardId": "",
|
43328
|
+
"rankSRewardId": "",
|
43329
|
+
"rankARewardId": "",
|
43330
|
+
"rankBRewardId": "",
|
43331
|
+
"rankCRewardId": "",
|
43332
|
+
"rankDRewardId": "",
|
43333
|
+
"unlockConditionId": "",
|
43334
|
+
"dailyLimitCount": 0,
|
43335
|
+
"ticketAmount": 0,
|
43336
|
+
"achievedRankRewards": [],
|
43337
|
+
"liveBonusGroupId": ""
|
43338
|
+
},
|
43339
|
+
{
|
43340
|
+
"id": "qt-ex-tower-004-183",
|
43341
|
+
"areaId": "area-ex-tower-004",
|
43342
|
+
"stageId": "stage-live-dome-00-05",
|
43343
|
+
"musicId": "music-hsm-011",
|
43344
|
+
"difficultyLevel": 291,
|
43345
|
+
"name": "STAGE183",
|
43346
|
+
"description": "STAGE183",
|
43347
|
+
"order": 183,
|
43348
|
+
"musicChartPatternId": "chart-hsm-011-001",
|
43349
|
+
"position1AttributeType": 2,
|
43350
|
+
"position2AttributeType": 1,
|
43351
|
+
"position3AttributeType": 2,
|
43352
|
+
"position4AttributeType": 2,
|
43353
|
+
"position5AttributeType": 2,
|
43354
|
+
"activeSkillWeightPermil": 1000,
|
43355
|
+
"specialSkillWeightPermil": 1000,
|
43356
|
+
"skillStaminaWeightPermil": 5000,
|
43357
|
+
"staminaRecoveryWeightPermil": 1000,
|
43358
|
+
"beatDanceWeightPermil": 250,
|
43359
|
+
"beatVocalWeightPermil": 600,
|
43360
|
+
"beatVisualWeightPermil": 150,
|
43361
|
+
"maxCapacity": 70000,
|
43362
|
+
"mentalThreshold": 4594,
|
43363
|
+
"questPressureId": "quest_pressure-1",
|
43364
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43365
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43366
|
+
"clearScore": "1110000000",
|
43367
|
+
"rewardManagerExp": 144400,
|
43368
|
+
"clearRewardId": "rd-ex-tower-004-183",
|
43369
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43370
|
+
"liveSkipType": 2,
|
43371
|
+
"moodType": 0,
|
43372
|
+
"rewardCardExp": 0,
|
43373
|
+
"rankAdditionalRewardId": "",
|
43374
|
+
"rankSRewardId": "",
|
43375
|
+
"rankARewardId": "",
|
43376
|
+
"rankBRewardId": "",
|
43377
|
+
"rankCRewardId": "",
|
43378
|
+
"rankDRewardId": "",
|
43379
|
+
"unlockConditionId": "",
|
43380
|
+
"dailyLimitCount": 0,
|
43381
|
+
"ticketAmount": 0,
|
43382
|
+
"achievedRankRewards": [],
|
43383
|
+
"liveBonusGroupId": ""
|
43384
|
+
},
|
43385
|
+
{
|
43386
|
+
"id": "qt-ex-tower-004-184",
|
43387
|
+
"areaId": "area-ex-tower-004",
|
43388
|
+
"stageId": "stage-live-dome-00-05",
|
43389
|
+
"musicId": "music-unit-003",
|
43390
|
+
"difficultyLevel": 293,
|
43391
|
+
"name": "STAGE184",
|
43392
|
+
"description": "STAGE184",
|
43393
|
+
"order": 184,
|
43394
|
+
"musicChartPatternId": "chart-unit-003-001",
|
43395
|
+
"position1AttributeType": 2,
|
43396
|
+
"position2AttributeType": 2,
|
43397
|
+
"position3AttributeType": 1,
|
43398
|
+
"position4AttributeType": 2,
|
43399
|
+
"position5AttributeType": 2,
|
43400
|
+
"activeSkillWeightPermil": 1000,
|
43401
|
+
"specialSkillWeightPermil": 1000,
|
43402
|
+
"skillStaminaWeightPermil": 5000,
|
43403
|
+
"staminaRecoveryWeightPermil": 1000,
|
43404
|
+
"beatDanceWeightPermil": 250,
|
43405
|
+
"beatVocalWeightPermil": 600,
|
43406
|
+
"beatVisualWeightPermil": 150,
|
43407
|
+
"maxCapacity": 70000,
|
43408
|
+
"mentalThreshold": 4595,
|
43409
|
+
"questPressureId": "quest_pressure-1",
|
43410
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43411
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43412
|
+
"clearScore": "1100000000",
|
43413
|
+
"rewardManagerExp": 144400,
|
43414
|
+
"clearRewardId": "rd-ex-tower-004-184",
|
43415
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43416
|
+
"liveSkipType": 2,
|
43417
|
+
"moodType": 0,
|
43418
|
+
"rewardCardExp": 0,
|
43419
|
+
"rankAdditionalRewardId": "",
|
43420
|
+
"rankSRewardId": "",
|
43421
|
+
"rankARewardId": "",
|
43422
|
+
"rankBRewardId": "",
|
43423
|
+
"rankCRewardId": "",
|
43424
|
+
"rankDRewardId": "",
|
43425
|
+
"unlockConditionId": "",
|
43426
|
+
"dailyLimitCount": 0,
|
43427
|
+
"ticketAmount": 0,
|
43428
|
+
"achievedRankRewards": [],
|
43429
|
+
"liveBonusGroupId": ""
|
43430
|
+
},
|
43431
|
+
{
|
43432
|
+
"id": "qt-ex-tower-004-185",
|
43433
|
+
"areaId": "area-ex-tower-004",
|
43434
|
+
"stageId": "stage-live-dome-00-05",
|
43435
|
+
"musicId": "music-liz-005",
|
43436
|
+
"difficultyLevel": 294,
|
43437
|
+
"name": "STAGE185",
|
43438
|
+
"description": "STAGE185",
|
43439
|
+
"order": 185,
|
43440
|
+
"musicChartPatternId": "chart-liz-005-001",
|
43441
|
+
"position1AttributeType": 2,
|
43442
|
+
"position2AttributeType": 1,
|
43443
|
+
"position3AttributeType": 2,
|
43444
|
+
"position4AttributeType": 2,
|
43445
|
+
"position5AttributeType": 2,
|
43446
|
+
"activeSkillWeightPermil": 1000,
|
43447
|
+
"specialSkillWeightPermil": 1000,
|
43448
|
+
"skillStaminaWeightPermil": 5000,
|
43449
|
+
"staminaRecoveryWeightPermil": 1000,
|
43450
|
+
"beatDanceWeightPermil": 250,
|
43451
|
+
"beatVocalWeightPermil": 600,
|
43452
|
+
"beatVisualWeightPermil": 150,
|
43453
|
+
"maxCapacity": 70000,
|
43454
|
+
"mentalThreshold": 4598,
|
43455
|
+
"questPressureId": "quest_pressure-1",
|
43456
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43457
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43458
|
+
"clearScore": "1260000000",
|
43459
|
+
"rewardManagerExp": 144400,
|
43460
|
+
"clearRewardId": "rd-ex-tower-004-185",
|
43461
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43462
|
+
"liveBonusGroupId": "live-bonus-group-010",
|
43463
|
+
"liveSkipType": 2,
|
43464
|
+
"moodType": 0,
|
43465
|
+
"rewardCardExp": 0,
|
43466
|
+
"rankAdditionalRewardId": "",
|
43467
|
+
"rankSRewardId": "",
|
43468
|
+
"rankARewardId": "",
|
43469
|
+
"rankBRewardId": "",
|
43470
|
+
"rankCRewardId": "",
|
43471
|
+
"rankDRewardId": "",
|
43472
|
+
"unlockConditionId": "",
|
43473
|
+
"dailyLimitCount": 0,
|
43474
|
+
"ticketAmount": 0,
|
43475
|
+
"achievedRankRewards": []
|
43476
|
+
},
|
43477
|
+
{
|
43478
|
+
"id": "qt-ex-tower-004-186",
|
43479
|
+
"areaId": "area-ex-tower-004",
|
43480
|
+
"stageId": "stage-live-dome-00-05",
|
43481
|
+
"musicId": "music-unit-002",
|
43482
|
+
"difficultyLevel": 291,
|
43483
|
+
"name": "STAGE186",
|
43484
|
+
"description": "STAGE186",
|
43485
|
+
"order": 186,
|
43486
|
+
"musicChartPatternId": "chart-unit-002-001",
|
43487
|
+
"position1AttributeType": 1,
|
43488
|
+
"position2AttributeType": 1,
|
43489
|
+
"position3AttributeType": 3,
|
43490
|
+
"position4AttributeType": 1,
|
43491
|
+
"position5AttributeType": 1,
|
43492
|
+
"activeSkillWeightPermil": 1000,
|
43493
|
+
"specialSkillWeightPermil": 1000,
|
43494
|
+
"skillStaminaWeightPermil": 5000,
|
43495
|
+
"staminaRecoveryWeightPermil": 1000,
|
43496
|
+
"beatDanceWeightPermil": 600,
|
43497
|
+
"beatVocalWeightPermil": 150,
|
43498
|
+
"beatVisualWeightPermil": 250,
|
43499
|
+
"maxCapacity": 70000,
|
43500
|
+
"mentalThreshold": 4595,
|
43501
|
+
"questPressureId": "quest_pressure-1",
|
43502
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43503
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43504
|
+
"clearScore": "1050000000",
|
43505
|
+
"rewardManagerExp": 144400,
|
43506
|
+
"clearRewardId": "rd-ex-tower-004-186",
|
43507
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43508
|
+
"liveSkipType": 2,
|
43509
|
+
"moodType": 0,
|
43510
|
+
"rewardCardExp": 0,
|
43511
|
+
"rankAdditionalRewardId": "",
|
43512
|
+
"rankSRewardId": "",
|
43513
|
+
"rankARewardId": "",
|
43514
|
+
"rankBRewardId": "",
|
43515
|
+
"rankCRewardId": "",
|
43516
|
+
"rankDRewardId": "",
|
43517
|
+
"unlockConditionId": "",
|
43518
|
+
"dailyLimitCount": 0,
|
43519
|
+
"ticketAmount": 0,
|
43520
|
+
"achievedRankRewards": [],
|
43521
|
+
"liveBonusGroupId": ""
|
43522
|
+
},
|
43523
|
+
{
|
43524
|
+
"id": "qt-ex-tower-004-187",
|
43525
|
+
"areaId": "area-ex-tower-004",
|
43526
|
+
"stageId": "stage-live-dome-00-05",
|
43527
|
+
"musicId": "music-unit-001",
|
43528
|
+
"difficultyLevel": 292,
|
43529
|
+
"name": "STAGE187",
|
43530
|
+
"description": "STAGE187",
|
43531
|
+
"order": 187,
|
43532
|
+
"musicChartPatternId": "chart-unit-001-001",
|
43533
|
+
"position1AttributeType": 1,
|
43534
|
+
"position2AttributeType": 3,
|
43535
|
+
"position3AttributeType": 1,
|
43536
|
+
"position4AttributeType": 1,
|
43537
|
+
"position5AttributeType": 1,
|
43538
|
+
"activeSkillWeightPermil": 1000,
|
43539
|
+
"specialSkillWeightPermil": 1000,
|
43540
|
+
"skillStaminaWeightPermil": 5000,
|
43541
|
+
"staminaRecoveryWeightPermil": 1000,
|
43542
|
+
"beatDanceWeightPermil": 600,
|
43543
|
+
"beatVocalWeightPermil": 150,
|
43544
|
+
"beatVisualWeightPermil": 250,
|
43545
|
+
"maxCapacity": 70000,
|
43546
|
+
"mentalThreshold": 4597,
|
43547
|
+
"questPressureId": "quest_pressure-1",
|
43548
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43549
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43550
|
+
"clearScore": "1060000000",
|
43551
|
+
"rewardManagerExp": 144400,
|
43552
|
+
"clearRewardId": "rd-ex-tower-004-187",
|
43553
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43554
|
+
"liveSkipType": 2,
|
43555
|
+
"moodType": 0,
|
43556
|
+
"rewardCardExp": 0,
|
43557
|
+
"rankAdditionalRewardId": "",
|
43558
|
+
"rankSRewardId": "",
|
43559
|
+
"rankARewardId": "",
|
43560
|
+
"rankBRewardId": "",
|
43561
|
+
"rankCRewardId": "",
|
43562
|
+
"rankDRewardId": "",
|
43563
|
+
"unlockConditionId": "",
|
43564
|
+
"dailyLimitCount": 0,
|
43565
|
+
"ticketAmount": 0,
|
43566
|
+
"achievedRankRewards": [],
|
43567
|
+
"liveBonusGroupId": ""
|
43568
|
+
},
|
43569
|
+
{
|
43570
|
+
"id": "qt-ex-tower-004-188",
|
43571
|
+
"areaId": "area-ex-tower-004",
|
43572
|
+
"stageId": "stage-live-dome-00-05",
|
43573
|
+
"musicId": "music-thrx-001",
|
43574
|
+
"difficultyLevel": 293,
|
43575
|
+
"name": "STAGE188",
|
43576
|
+
"description": "STAGE188",
|
43577
|
+
"order": 188,
|
43578
|
+
"musicChartPatternId": "chart-thrx-001-001",
|
43579
|
+
"position1AttributeType": 1,
|
43580
|
+
"position2AttributeType": 1,
|
43581
|
+
"position3AttributeType": 3,
|
43582
|
+
"position4AttributeType": 1,
|
43583
|
+
"position5AttributeType": 1,
|
43584
|
+
"activeSkillWeightPermil": 1000,
|
43585
|
+
"specialSkillWeightPermil": 1000,
|
43586
|
+
"skillStaminaWeightPermil": 5000,
|
43587
|
+
"staminaRecoveryWeightPermil": 1000,
|
43588
|
+
"beatDanceWeightPermil": 600,
|
43589
|
+
"beatVocalWeightPermil": 150,
|
43590
|
+
"beatVisualWeightPermil": 250,
|
43591
|
+
"maxCapacity": 70000,
|
43592
|
+
"mentalThreshold": 4598,
|
43593
|
+
"questPressureId": "quest_pressure-1",
|
43594
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43595
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43596
|
+
"clearScore": "1300000000",
|
43597
|
+
"rewardManagerExp": 144400,
|
43598
|
+
"clearRewardId": "rd-ex-tower-004-188",
|
43599
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43600
|
+
"liveSkipType": 2,
|
43601
|
+
"moodType": 0,
|
43602
|
+
"rewardCardExp": 0,
|
43603
|
+
"rankAdditionalRewardId": "",
|
43604
|
+
"rankSRewardId": "",
|
43605
|
+
"rankARewardId": "",
|
43606
|
+
"rankBRewardId": "",
|
43607
|
+
"rankCRewardId": "",
|
43608
|
+
"rankDRewardId": "",
|
43609
|
+
"unlockConditionId": "",
|
43610
|
+
"dailyLimitCount": 0,
|
43611
|
+
"ticketAmount": 0,
|
43612
|
+
"achievedRankRewards": [],
|
43613
|
+
"liveBonusGroupId": ""
|
43614
|
+
},
|
43615
|
+
{
|
43616
|
+
"id": "qt-ex-tower-004-189",
|
43617
|
+
"areaId": "area-ex-tower-004",
|
43618
|
+
"stageId": "stage-live-dome-00-05",
|
43619
|
+
"musicId": "music-moon-007",
|
43620
|
+
"difficultyLevel": 295,
|
43621
|
+
"name": "STAGE189",
|
43622
|
+
"description": "STAGE189",
|
43623
|
+
"order": 189,
|
43624
|
+
"musicChartPatternId": "chart-moon-007-001",
|
43625
|
+
"position1AttributeType": 1,
|
43626
|
+
"position2AttributeType": 3,
|
43627
|
+
"position3AttributeType": 1,
|
43628
|
+
"position4AttributeType": 1,
|
43629
|
+
"position5AttributeType": 1,
|
43630
|
+
"activeSkillWeightPermil": 1000,
|
43631
|
+
"specialSkillWeightPermil": 1000,
|
43632
|
+
"skillStaminaWeightPermil": 5000,
|
43633
|
+
"staminaRecoveryWeightPermil": 1000,
|
43634
|
+
"beatDanceWeightPermil": 600,
|
43635
|
+
"beatVocalWeightPermil": 150,
|
43636
|
+
"beatVisualWeightPermil": 250,
|
43637
|
+
"maxCapacity": 70000,
|
43638
|
+
"mentalThreshold": 4600,
|
43639
|
+
"questPressureId": "quest_pressure-1",
|
43640
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43641
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43642
|
+
"clearScore": "1170000000",
|
43643
|
+
"rewardManagerExp": 144400,
|
43644
|
+
"clearRewardId": "rd-ex-tower-004-189",
|
43645
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43646
|
+
"liveSkipType": 2,
|
43647
|
+
"moodType": 0,
|
43648
|
+
"rewardCardExp": 0,
|
43649
|
+
"rankAdditionalRewardId": "",
|
43650
|
+
"rankSRewardId": "",
|
43651
|
+
"rankARewardId": "",
|
43652
|
+
"rankBRewardId": "",
|
43653
|
+
"rankCRewardId": "",
|
43654
|
+
"rankDRewardId": "",
|
43655
|
+
"unlockConditionId": "",
|
43656
|
+
"dailyLimitCount": 0,
|
43657
|
+
"ticketAmount": 0,
|
43658
|
+
"achievedRankRewards": [],
|
43659
|
+
"liveBonusGroupId": ""
|
43660
|
+
},
|
43661
|
+
{
|
43662
|
+
"id": "qt-ex-tower-004-190",
|
43663
|
+
"areaId": "area-ex-tower-004",
|
43664
|
+
"stageId": "stage-live-dome-00-05",
|
43665
|
+
"musicId": "music-liz-007",
|
43666
|
+
"difficultyLevel": 296,
|
43667
|
+
"name": "STAGE190",
|
43668
|
+
"description": "STAGE190",
|
43669
|
+
"order": 190,
|
43670
|
+
"musicChartPatternId": "chart-liz-007-001",
|
43671
|
+
"position1AttributeType": 1,
|
43672
|
+
"position2AttributeType": 1,
|
43673
|
+
"position3AttributeType": 3,
|
43674
|
+
"position4AttributeType": 1,
|
43675
|
+
"position5AttributeType": 1,
|
43676
|
+
"activeSkillWeightPermil": 1000,
|
43677
|
+
"specialSkillWeightPermil": 1000,
|
43678
|
+
"skillStaminaWeightPermil": 5000,
|
43679
|
+
"staminaRecoveryWeightPermil": 1000,
|
43680
|
+
"beatDanceWeightPermil": 1800,
|
43681
|
+
"beatVocalWeightPermil": 450,
|
43682
|
+
"beatVisualWeightPermil": 750,
|
43683
|
+
"maxCapacity": 70000,
|
43684
|
+
"mentalThreshold": 4603,
|
43685
|
+
"questPressureId": "quest_pressure-1",
|
43686
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43687
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43688
|
+
"clearScore": "1180000000",
|
43689
|
+
"rewardManagerExp": 144400,
|
43690
|
+
"clearRewardId": "rd-ex-tower-004-190",
|
43691
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43692
|
+
"liveBonusGroupId": "live-bonus-group-027",
|
43693
|
+
"liveSkipType": 2,
|
43694
|
+
"moodType": 0,
|
43695
|
+
"rewardCardExp": 0,
|
43696
|
+
"rankAdditionalRewardId": "",
|
43697
|
+
"rankSRewardId": "",
|
43698
|
+
"rankARewardId": "",
|
43699
|
+
"rankBRewardId": "",
|
43700
|
+
"rankCRewardId": "",
|
43701
|
+
"rankDRewardId": "",
|
43702
|
+
"unlockConditionId": "",
|
43703
|
+
"dailyLimitCount": 0,
|
43704
|
+
"ticketAmount": 0,
|
43705
|
+
"achievedRankRewards": []
|
43706
|
+
},
|
43707
|
+
{
|
43708
|
+
"id": "qt-ex-tower-004-191",
|
43709
|
+
"areaId": "area-ex-tower-004",
|
43710
|
+
"stageId": "stage-live-dome-01-04",
|
43711
|
+
"musicId": "music-mna-007",
|
43712
|
+
"difficultyLevel": 293,
|
43713
|
+
"name": "STAGE191",
|
43714
|
+
"description": "STAGE191",
|
43715
|
+
"order": 191,
|
43716
|
+
"musicChartPatternId": "chart-mna-007-001",
|
43717
|
+
"position1AttributeType": 3,
|
43718
|
+
"position2AttributeType": 2,
|
43719
|
+
"position3AttributeType": 3,
|
43720
|
+
"position4AttributeType": 3,
|
43721
|
+
"position5AttributeType": 3,
|
43722
|
+
"activeSkillWeightPermil": 1000,
|
43723
|
+
"specialSkillWeightPermil": 1000,
|
43724
|
+
"skillStaminaWeightPermil": 5000,
|
43725
|
+
"staminaRecoveryWeightPermil": 1000,
|
43726
|
+
"beatDanceWeightPermil": 150,
|
43727
|
+
"beatVocalWeightPermil": 250,
|
43728
|
+
"beatVisualWeightPermil": 600,
|
43729
|
+
"maxCapacity": 80000,
|
43730
|
+
"mentalThreshold": 4600,
|
43731
|
+
"questPressureId": "quest_pressure-1",
|
43732
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43733
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43734
|
+
"clearScore": "948000000",
|
43735
|
+
"rewardManagerExp": 144400,
|
43736
|
+
"clearRewardId": "rd-ex-tower-004-191",
|
43737
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43738
|
+
"liveSkipType": 2,
|
43739
|
+
"moodType": 0,
|
43740
|
+
"rewardCardExp": 0,
|
43741
|
+
"rankAdditionalRewardId": "",
|
43742
|
+
"rankSRewardId": "",
|
43743
|
+
"rankARewardId": "",
|
43744
|
+
"rankBRewardId": "",
|
43745
|
+
"rankCRewardId": "",
|
43746
|
+
"rankDRewardId": "",
|
43747
|
+
"unlockConditionId": "",
|
43748
|
+
"dailyLimitCount": 0,
|
43749
|
+
"ticketAmount": 0,
|
43750
|
+
"achievedRankRewards": [],
|
43751
|
+
"liveBonusGroupId": ""
|
43752
|
+
},
|
43753
|
+
{
|
43754
|
+
"id": "qt-ex-tower-004-192",
|
43755
|
+
"areaId": "area-ex-tower-004",
|
43756
|
+
"stageId": "stage-live-dome-01-04",
|
43757
|
+
"musicId": "music-mna-008",
|
43758
|
+
"difficultyLevel": 294,
|
43759
|
+
"name": "STAGE192",
|
43760
|
+
"description": "STAGE192",
|
43761
|
+
"order": 192,
|
43762
|
+
"musicChartPatternId": "chart-mna-008-001",
|
43763
|
+
"position1AttributeType": 3,
|
43764
|
+
"position2AttributeType": 3,
|
43765
|
+
"position3AttributeType": 2,
|
43766
|
+
"position4AttributeType": 3,
|
43767
|
+
"position5AttributeType": 3,
|
43768
|
+
"activeSkillWeightPermil": 1000,
|
43769
|
+
"specialSkillWeightPermil": 1000,
|
43770
|
+
"skillStaminaWeightPermil": 5000,
|
43771
|
+
"staminaRecoveryWeightPermil": 1000,
|
43772
|
+
"beatDanceWeightPermil": 150,
|
43773
|
+
"beatVocalWeightPermil": 250,
|
43774
|
+
"beatVisualWeightPermil": 600,
|
43775
|
+
"maxCapacity": 80000,
|
43776
|
+
"mentalThreshold": 4602,
|
43777
|
+
"questPressureId": "quest_pressure-1",
|
43778
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43779
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43780
|
+
"clearScore": "1160000000",
|
43781
|
+
"rewardManagerExp": 144400,
|
43782
|
+
"clearRewardId": "rd-ex-tower-004-192",
|
43783
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43784
|
+
"liveSkipType": 2,
|
43785
|
+
"moodType": 0,
|
43786
|
+
"rewardCardExp": 0,
|
43787
|
+
"rankAdditionalRewardId": "",
|
43788
|
+
"rankSRewardId": "",
|
43789
|
+
"rankARewardId": "",
|
43790
|
+
"rankBRewardId": "",
|
43791
|
+
"rankCRewardId": "",
|
43792
|
+
"rankDRewardId": "",
|
43793
|
+
"unlockConditionId": "",
|
43794
|
+
"dailyLimitCount": 0,
|
43795
|
+
"ticketAmount": 0,
|
43796
|
+
"achievedRankRewards": [],
|
43797
|
+
"liveBonusGroupId": ""
|
43798
|
+
},
|
43799
|
+
{
|
43800
|
+
"id": "qt-ex-tower-004-193",
|
43801
|
+
"areaId": "area-ex-tower-004",
|
43802
|
+
"stageId": "stage-live-dome-01-04",
|
43803
|
+
"musicId": "music-tri-004",
|
43804
|
+
"difficultyLevel": 295,
|
43805
|
+
"name": "STAGE193",
|
43806
|
+
"description": "STAGE193",
|
43807
|
+
"order": 193,
|
43808
|
+
"musicChartPatternId": "chart-tri-004-001",
|
43809
|
+
"position1AttributeType": 3,
|
43810
|
+
"position2AttributeType": 2,
|
43811
|
+
"position3AttributeType": 3,
|
43812
|
+
"position4AttributeType": 3,
|
43813
|
+
"position5AttributeType": 3,
|
43814
|
+
"activeSkillWeightPermil": 1000,
|
43815
|
+
"specialSkillWeightPermil": 1000,
|
43816
|
+
"skillStaminaWeightPermil": 5000,
|
43817
|
+
"staminaRecoveryWeightPermil": 1000,
|
43818
|
+
"beatDanceWeightPermil": 150,
|
43819
|
+
"beatVocalWeightPermil": 250,
|
43820
|
+
"beatVisualWeightPermil": 600,
|
43821
|
+
"maxCapacity": 80000,
|
43822
|
+
"mentalThreshold": 4603,
|
43823
|
+
"questPressureId": "quest_pressure-1",
|
43824
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43825
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43826
|
+
"clearScore": "1300000000",
|
43827
|
+
"rewardManagerExp": 144400,
|
43828
|
+
"clearRewardId": "rd-ex-tower-004-193",
|
43829
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43830
|
+
"liveSkipType": 2,
|
43831
|
+
"moodType": 0,
|
43832
|
+
"rewardCardExp": 0,
|
43833
|
+
"rankAdditionalRewardId": "",
|
43834
|
+
"rankSRewardId": "",
|
43835
|
+
"rankARewardId": "",
|
43836
|
+
"rankBRewardId": "",
|
43837
|
+
"rankCRewardId": "",
|
43838
|
+
"rankDRewardId": "",
|
43839
|
+
"unlockConditionId": "",
|
43840
|
+
"dailyLimitCount": 0,
|
43841
|
+
"ticketAmount": 0,
|
43842
|
+
"achievedRankRewards": [],
|
43843
|
+
"liveBonusGroupId": ""
|
43844
|
+
},
|
43845
|
+
{
|
43846
|
+
"id": "qt-ex-tower-004-194",
|
43847
|
+
"areaId": "area-ex-tower-004",
|
43848
|
+
"stageId": "stage-live-dome-01-04",
|
43849
|
+
"musicId": "music-hsm-005",
|
43850
|
+
"difficultyLevel": 297,
|
43851
|
+
"name": "STAGE194",
|
43852
|
+
"description": "STAGE194",
|
43853
|
+
"order": 194,
|
43854
|
+
"musicChartPatternId": "chart-hsm-005-001",
|
43855
|
+
"position1AttributeType": 3,
|
43856
|
+
"position2AttributeType": 3,
|
43857
|
+
"position3AttributeType": 2,
|
43858
|
+
"position4AttributeType": 3,
|
43859
|
+
"position5AttributeType": 3,
|
43860
|
+
"activeSkillWeightPermil": 1000,
|
43861
|
+
"specialSkillWeightPermil": 1000,
|
43862
|
+
"skillStaminaWeightPermil": 5000,
|
43863
|
+
"staminaRecoveryWeightPermil": 1000,
|
43864
|
+
"beatDanceWeightPermil": 150,
|
43865
|
+
"beatVocalWeightPermil": 250,
|
43866
|
+
"beatVisualWeightPermil": 600,
|
43867
|
+
"maxCapacity": 80000,
|
43868
|
+
"mentalThreshold": 4604,
|
43869
|
+
"questPressureId": "quest_pressure-1",
|
43870
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43871
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43872
|
+
"clearScore": "1160000000",
|
43873
|
+
"rewardManagerExp": 144400,
|
43874
|
+
"clearRewardId": "rd-ex-tower-004-194",
|
43875
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43876
|
+
"liveSkipType": 2,
|
43877
|
+
"moodType": 0,
|
43878
|
+
"rewardCardExp": 0,
|
43879
|
+
"rankAdditionalRewardId": "",
|
43880
|
+
"rankSRewardId": "",
|
43881
|
+
"rankARewardId": "",
|
43882
|
+
"rankBRewardId": "",
|
43883
|
+
"rankCRewardId": "",
|
43884
|
+
"rankDRewardId": "",
|
43885
|
+
"unlockConditionId": "",
|
43886
|
+
"dailyLimitCount": 0,
|
43887
|
+
"ticketAmount": 0,
|
43888
|
+
"achievedRankRewards": [],
|
43889
|
+
"liveBonusGroupId": ""
|
43890
|
+
},
|
43891
|
+
{
|
43892
|
+
"id": "qt-ex-tower-004-195",
|
43893
|
+
"areaId": "area-ex-tower-004",
|
43894
|
+
"stageId": "stage-live-dome-01-04",
|
43895
|
+
"musicId": "music-liz-008",
|
43896
|
+
"difficultyLevel": 298,
|
43897
|
+
"name": "STAGE195",
|
43898
|
+
"description": "STAGE195",
|
43899
|
+
"order": 195,
|
43900
|
+
"musicChartPatternId": "chart-liz-008-001",
|
43901
|
+
"position1AttributeType": 3,
|
43902
|
+
"position2AttributeType": 2,
|
43903
|
+
"position3AttributeType": 3,
|
43904
|
+
"position4AttributeType": 3,
|
43905
|
+
"position5AttributeType": 3,
|
43906
|
+
"activeSkillWeightPermil": 1000,
|
43907
|
+
"specialSkillWeightPermil": 1000,
|
43908
|
+
"skillStaminaWeightPermil": 5000,
|
43909
|
+
"staminaRecoveryWeightPermil": 1000,
|
43910
|
+
"beatDanceWeightPermil": 150,
|
43911
|
+
"beatVocalWeightPermil": 250,
|
43912
|
+
"beatVisualWeightPermil": 600,
|
43913
|
+
"maxCapacity": 80000,
|
43914
|
+
"mentalThreshold": 4607,
|
43915
|
+
"questPressureId": "quest_pressure-1",
|
43916
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43917
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43918
|
+
"clearScore": "1450000000",
|
43919
|
+
"rewardManagerExp": 144400,
|
43920
|
+
"clearRewardId": "rd-ex-tower-004-195",
|
43921
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43922
|
+
"liveBonusGroupId": "live-bonus-group-060",
|
43923
|
+
"liveSkipType": 2,
|
43924
|
+
"moodType": 0,
|
43925
|
+
"rewardCardExp": 0,
|
43926
|
+
"rankAdditionalRewardId": "",
|
43927
|
+
"rankSRewardId": "",
|
43928
|
+
"rankARewardId": "",
|
43929
|
+
"rankBRewardId": "",
|
43930
|
+
"rankCRewardId": "",
|
43931
|
+
"rankDRewardId": "",
|
43932
|
+
"unlockConditionId": "",
|
43933
|
+
"dailyLimitCount": 0,
|
43934
|
+
"ticketAmount": 0,
|
43935
|
+
"achievedRankRewards": []
|
43936
|
+
},
|
43937
|
+
{
|
43938
|
+
"id": "qt-ex-tower-004-196",
|
43939
|
+
"areaId": "area-ex-tower-004",
|
43940
|
+
"stageId": "stage-live-dome-01-04",
|
43941
|
+
"musicId": "music-thrx-002",
|
43942
|
+
"difficultyLevel": 295,
|
43943
|
+
"name": "STAGE196",
|
43944
|
+
"description": "STAGE196",
|
43945
|
+
"order": 196,
|
43946
|
+
"musicChartPatternId": "chart-thrx-002-001",
|
43947
|
+
"position1AttributeType": 2,
|
43948
|
+
"position2AttributeType": 2,
|
43949
|
+
"position3AttributeType": 1,
|
43950
|
+
"position4AttributeType": 2,
|
43951
|
+
"position5AttributeType": 2,
|
43952
|
+
"activeSkillWeightPermil": 1000,
|
43953
|
+
"specialSkillWeightPermil": 1000,
|
43954
|
+
"skillStaminaWeightPermil": 5000,
|
43955
|
+
"staminaRecoveryWeightPermil": 1000,
|
43956
|
+
"beatDanceWeightPermil": 250,
|
43957
|
+
"beatVocalWeightPermil": 600,
|
43958
|
+
"beatVisualWeightPermil": 150,
|
43959
|
+
"maxCapacity": 80000,
|
43960
|
+
"mentalThreshold": 4604,
|
43961
|
+
"questPressureId": "quest_pressure-1",
|
43962
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
43963
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
43964
|
+
"clearScore": "1200000000",
|
43965
|
+
"rewardManagerExp": 144400,
|
43966
|
+
"clearRewardId": "rd-ex-tower-004-196",
|
43967
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
43968
|
+
"liveSkipType": 2,
|
43969
|
+
"moodType": 0,
|
43970
|
+
"rewardCardExp": 0,
|
43971
|
+
"rankAdditionalRewardId": "",
|
43972
|
+
"rankSRewardId": "",
|
43973
|
+
"rankARewardId": "",
|
43974
|
+
"rankBRewardId": "",
|
43975
|
+
"rankCRewardId": "",
|
43976
|
+
"rankDRewardId": "",
|
43977
|
+
"unlockConditionId": "",
|
43978
|
+
"dailyLimitCount": 0,
|
43979
|
+
"ticketAmount": 0,
|
43980
|
+
"achievedRankRewards": [],
|
43981
|
+
"liveBonusGroupId": ""
|
43982
|
+
},
|
43983
|
+
{
|
43984
|
+
"id": "qt-ex-tower-004-197",
|
43985
|
+
"areaId": "area-ex-tower-004",
|
43986
|
+
"stageId": "stage-live-dome-01-04",
|
43987
|
+
"musicId": "music-tri-005",
|
43988
|
+
"difficultyLevel": 296,
|
43989
|
+
"name": "STAGE197",
|
43990
|
+
"description": "STAGE197",
|
43991
|
+
"order": 197,
|
43992
|
+
"musicChartPatternId": "chart-tri-005-001",
|
43993
|
+
"position1AttributeType": 2,
|
43994
|
+
"position2AttributeType": 1,
|
43995
|
+
"position3AttributeType": 2,
|
43996
|
+
"position4AttributeType": 2,
|
43997
|
+
"position5AttributeType": 2,
|
43998
|
+
"activeSkillWeightPermil": 1000,
|
43999
|
+
"specialSkillWeightPermil": 1000,
|
44000
|
+
"skillStaminaWeightPermil": 5000,
|
44001
|
+
"staminaRecoveryWeightPermil": 1000,
|
44002
|
+
"beatDanceWeightPermil": 250,
|
44003
|
+
"beatVocalWeightPermil": 600,
|
44004
|
+
"beatVisualWeightPermil": 150,
|
44005
|
+
"maxCapacity": 80000,
|
44006
|
+
"mentalThreshold": 4606,
|
44007
|
+
"questPressureId": "quest_pressure-1",
|
44008
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
44009
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
44010
|
+
"clearScore": "1180000000",
|
44011
|
+
"rewardManagerExp": 144400,
|
44012
|
+
"clearRewardId": "rd-ex-tower-004-197",
|
44013
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
44014
|
+
"liveSkipType": 2,
|
44015
|
+
"moodType": 0,
|
44016
|
+
"rewardCardExp": 0,
|
44017
|
+
"rankAdditionalRewardId": "",
|
44018
|
+
"rankSRewardId": "",
|
44019
|
+
"rankARewardId": "",
|
44020
|
+
"rankBRewardId": "",
|
44021
|
+
"rankCRewardId": "",
|
44022
|
+
"rankDRewardId": "",
|
44023
|
+
"unlockConditionId": "",
|
44024
|
+
"dailyLimitCount": 0,
|
44025
|
+
"ticketAmount": 0,
|
44026
|
+
"achievedRankRewards": [],
|
44027
|
+
"liveBonusGroupId": ""
|
44028
|
+
},
|
44029
|
+
{
|
44030
|
+
"id": "qt-ex-tower-004-198",
|
44031
|
+
"areaId": "area-ex-tower-004",
|
44032
|
+
"stageId": "stage-live-dome-01-04",
|
44033
|
+
"musicId": "music-mna-001",
|
44034
|
+
"difficultyLevel": 297,
|
44035
|
+
"name": "STAGE198",
|
44036
|
+
"description": "STAGE198",
|
44037
|
+
"order": 198,
|
44038
|
+
"musicChartPatternId": "chart-mna-001-001",
|
44039
|
+
"position1AttributeType": 2,
|
44040
|
+
"position2AttributeType": 2,
|
44041
|
+
"position3AttributeType": 1,
|
44042
|
+
"position4AttributeType": 2,
|
44043
|
+
"position5AttributeType": 2,
|
44044
|
+
"activeSkillWeightPermil": 1000,
|
44045
|
+
"specialSkillWeightPermil": 1000,
|
44046
|
+
"skillStaminaWeightPermil": 5000,
|
44047
|
+
"staminaRecoveryWeightPermil": 1000,
|
44048
|
+
"beatDanceWeightPermil": 250,
|
44049
|
+
"beatVocalWeightPermil": 600,
|
44050
|
+
"beatVisualWeightPermil": 150,
|
44051
|
+
"maxCapacity": 80000,
|
44052
|
+
"mentalThreshold": 4607,
|
44053
|
+
"questPressureId": "quest_pressure-1",
|
44054
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
44055
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
44056
|
+
"clearScore": "1000000000",
|
44057
|
+
"rewardManagerExp": 144400,
|
44058
|
+
"clearRewardId": "rd-ex-tower-004-198",
|
44059
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
44060
|
+
"liveSkipType": 2,
|
44061
|
+
"moodType": 0,
|
44062
|
+
"rewardCardExp": 0,
|
44063
|
+
"rankAdditionalRewardId": "",
|
44064
|
+
"rankSRewardId": "",
|
44065
|
+
"rankARewardId": "",
|
44066
|
+
"rankBRewardId": "",
|
44067
|
+
"rankCRewardId": "",
|
44068
|
+
"rankDRewardId": "",
|
44069
|
+
"unlockConditionId": "",
|
44070
|
+
"dailyLimitCount": 0,
|
44071
|
+
"ticketAmount": 0,
|
44072
|
+
"achievedRankRewards": [],
|
44073
|
+
"liveBonusGroupId": ""
|
44074
|
+
},
|
44075
|
+
{
|
44076
|
+
"id": "qt-ex-tower-004-199",
|
44077
|
+
"areaId": "area-ex-tower-004",
|
44078
|
+
"stageId": "stage-live-dome-01-04",
|
44079
|
+
"musicId": "music-sun-001",
|
44080
|
+
"difficultyLevel": 299,
|
44081
|
+
"name": "STAGE199",
|
44082
|
+
"description": "STAGE199",
|
44083
|
+
"order": 199,
|
44084
|
+
"musicChartPatternId": "chart-sun-001-001",
|
44085
|
+
"position1AttributeType": 2,
|
44086
|
+
"position2AttributeType": 1,
|
44087
|
+
"position3AttributeType": 2,
|
44088
|
+
"position4AttributeType": 2,
|
44089
|
+
"position5AttributeType": 2,
|
44090
|
+
"activeSkillWeightPermil": 1000,
|
44091
|
+
"specialSkillWeightPermil": 1000,
|
44092
|
+
"skillStaminaWeightPermil": 5000,
|
44093
|
+
"staminaRecoveryWeightPermil": 1000,
|
44094
|
+
"beatDanceWeightPermil": 250,
|
44095
|
+
"beatVocalWeightPermil": 600,
|
44096
|
+
"beatVisualWeightPermil": 150,
|
44097
|
+
"maxCapacity": 80000,
|
44098
|
+
"mentalThreshold": 4609,
|
44099
|
+
"questPressureId": "quest_pressure-1",
|
44100
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
44101
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
44102
|
+
"clearScore": "1210000000",
|
44103
|
+
"rewardManagerExp": 144400,
|
44104
|
+
"clearRewardId": "rd-ex-tower-004-199",
|
44105
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
44106
|
+
"liveSkipType": 2,
|
44107
|
+
"moodType": 0,
|
44108
|
+
"rewardCardExp": 0,
|
44109
|
+
"rankAdditionalRewardId": "",
|
44110
|
+
"rankSRewardId": "",
|
44111
|
+
"rankARewardId": "",
|
44112
|
+
"rankBRewardId": "",
|
44113
|
+
"rankCRewardId": "",
|
44114
|
+
"rankDRewardId": "",
|
44115
|
+
"unlockConditionId": "",
|
44116
|
+
"dailyLimitCount": 0,
|
44117
|
+
"ticketAmount": 0,
|
44118
|
+
"achievedRankRewards": [],
|
44119
|
+
"liveBonusGroupId": ""
|
44120
|
+
},
|
44121
|
+
{
|
44122
|
+
"id": "qt-ex-tower-004-200",
|
44123
|
+
"areaId": "area-ex-tower-004",
|
44124
|
+
"stageId": "stage-live-dome-01-04",
|
44125
|
+
"musicId": "music-liz-009",
|
44126
|
+
"difficultyLevel": 300,
|
44127
|
+
"name": "STAGE200",
|
44128
|
+
"description": "STAGE200",
|
44129
|
+
"order": 200,
|
44130
|
+
"musicChartPatternId": "chart-liz-009-001",
|
44131
|
+
"position1AttributeType": 1,
|
44132
|
+
"position2AttributeType": 2,
|
44133
|
+
"position3AttributeType": 1,
|
44134
|
+
"position4AttributeType": 1,
|
44135
|
+
"position5AttributeType": 2,
|
44136
|
+
"activeSkillWeightPermil": 2500,
|
44137
|
+
"specialSkillWeightPermil": 1000,
|
44138
|
+
"skillStaminaWeightPermil": 5000,
|
44139
|
+
"staminaRecoveryWeightPermil": 1000,
|
44140
|
+
"beatDanceWeightPermil": 600,
|
44141
|
+
"beatVocalWeightPermil": 250,
|
44142
|
+
"beatVisualWeightPermil": 150,
|
44143
|
+
"maxCapacity": 80000,
|
44144
|
+
"mentalThreshold": 4612,
|
44145
|
+
"questPressureId": "quest_pressure-1",
|
44146
|
+
"questCharacterAdvantageId": "quest_character_advantage_4-3500",
|
44147
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
44148
|
+
"rewardManagerExp": 144400,
|
44149
|
+
"clearRewardId": "rd-ex-tower-004-200",
|
44150
|
+
"viewConditionId": "cd-time-tower-23-0503",
|
44151
|
+
"liveBonusGroupId": "live-bonus-group-089",
|
44152
|
+
"liveSkipType": 2,
|
44153
|
+
"moodType": 0,
|
44154
|
+
"clearScore": "0",
|
44155
|
+
"rewardCardExp": 0,
|
44156
|
+
"rankAdditionalRewardId": "",
|
44157
|
+
"rankSRewardId": "",
|
44158
|
+
"rankARewardId": "",
|
44159
|
+
"rankBRewardId": "",
|
44160
|
+
"rankCRewardId": "",
|
44161
|
+
"rankDRewardId": "",
|
44162
|
+
"unlockConditionId": "",
|
44163
|
+
"dailyLimitCount": 0,
|
44164
|
+
"ticketAmount": 0,
|
44165
|
+
"achievedRankRewards": []
|
44166
|
+
},
|
41284
44167
|
{
|
41285
44168
|
"id": "qt-exercise-basic-01",
|
41286
44169
|
"areaId": "area-exercise",
|