hoshimi-venus 0.1.0
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/LICENSE +201 -0
- package/README.md +17 -0
- package/out/concert/concert.d.ts +69 -0
- package/out/concert/concert.js +161 -0
- package/out/concert/concert.js.map +1 -0
- package/out/concert/consts/chart_consts.d.ts +41 -0
- package/out/concert/consts/chart_consts.js +65 -0
- package/out/concert/consts/chart_consts.js.map +1 -0
- package/out/concert/consts/eff_grades.d.ts +1191 -0
- package/out/concert/consts/eff_grades.js +221 -0
- package/out/concert/consts/eff_grades.js.map +1 -0
- package/out/concert/consts/efficacy_list.d.ts +9 -0
- package/out/concert/consts/efficacy_list.js +50 -0
- package/out/concert/consts/efficacy_list.js.map +1 -0
- package/out/concert/efficacy_analyze.d.ts +11 -0
- package/out/concert/efficacy_analyze.js +82 -0
- package/out/concert/efficacy_analyze.js.map +1 -0
- package/out/concert/efficacy_proc.d.ts +0 -0
- package/out/concert/efficacy_proc.js +1 -0
- package/out/concert/efficacy_proc.js.map +1 -0
- package/out/concert/partial/a_migration.d.ts +2 -0
- package/out/concert/partial/a_migration.js +36 -0
- package/out/concert/partial/a_migration.js.map +1 -0
- package/out/concert/partial/actions/action.d.ts +24 -0
- package/out/concert/partial/actions/action.js +130 -0
- package/out/concert/partial/actions/action.js.map +1 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.d.ts +2 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.js +14 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.js.map +1 -0
- package/out/concert/partial/actions/cool_time_increase.d.ts +4 -0
- package/out/concert/partial/actions/cool_time_increase.js +43 -0
- package/out/concert/partial/actions/cool_time_increase.js.map +1 -0
- package/out/concert/partial/actions/cool_time_reduction.d.ts +4 -0
- package/out/concert/partial/actions/cool_time_reduction.js +43 -0
- package/out/concert/partial/actions/cool_time_reduction.js.map +1 -0
- package/out/concert/partial/actions/dance_boost.d.ts +2 -0
- package/out/concert/partial/actions/dance_boost.js +35 -0
- package/out/concert/partial/actions/dance_boost.js.map +1 -0
- package/out/concert/partial/actions/dance_down.d.ts +2 -0
- package/out/concert/partial/actions/dance_down.js +35 -0
- package/out/concert/partial/actions/dance_down.js.map +1 -0
- package/out/concert/partial/actions/dance_up.d.ts +2 -0
- package/out/concert/partial/actions/dance_up.js +35 -0
- package/out/concert/partial/actions/dance_up.js.map +1 -0
- package/out/concert/partial/actions/fix_stamina_recovery.d.ts +2 -0
- package/out/concert/partial/actions/fix_stamina_recovery.js +35 -0
- package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.d.ts +2 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js +14 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -0
- package/out/concert/partial/actions/stamina_consumption.d.ts +2 -0
- package/out/concert/partial/actions/stamina_consumption.js +34 -0
- package/out/concert/partial/actions/stamina_consumption.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_assignment.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_assignment.js +14 -0
- package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.js +40 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_count_increase.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_count_increase.js +40 -0
- package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_erasing.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_erasing.js +41 -0
- package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.js +34 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js +47 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js +47 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_value_increase.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_value_increase.js +55 -0
- package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -0
- package/out/concert/partial/actions/target_stamina_recovery.d.ts +2 -0
- package/out/concert/partial/actions/target_stamina_recovery.js +36 -0
- package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -0
- package/out/concert/partial/actions/visual_boost.d.ts +2 -0
- package/out/concert/partial/actions/visual_boost.js +35 -0
- package/out/concert/partial/actions/visual_boost.js.map +1 -0
- package/out/concert/partial/actions/visual_down.d.ts +2 -0
- package/out/concert/partial/actions/visual_down.js +35 -0
- package/out/concert/partial/actions/visual_down.js.map +1 -0
- package/out/concert/partial/actions/visual_up.d.ts +2 -0
- package/out/concert/partial/actions/visual_up.js +35 -0
- package/out/concert/partial/actions/visual_up.js.map +1 -0
- package/out/concert/partial/actions/vocal_boost.d.ts +2 -0
- package/out/concert/partial/actions/vocal_boost.js +35 -0
- package/out/concert/partial/actions/vocal_boost.js.map +1 -0
- package/out/concert/partial/actions/vocal_down.d.ts +2 -0
- package/out/concert/partial/actions/vocal_down.js +35 -0
- package/out/concert/partial/actions/vocal_down.js.map +1 -0
- package/out/concert/partial/actions/vocal_up.d.ts +2 -0
- package/out/concert/partial/actions/vocal_up.js +35 -0
- package/out/concert/partial/actions/vocal_up.js.map +1 -0
- package/out/concert/partial/actions/weakness_effect_inversion.d.ts +2 -0
- package/out/concert/partial/actions/weakness_effect_inversion.js +60 -0
- package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -0
- package/out/concert/partial/actions/weakness_effect_recovery.d.ts +2 -0
- package/out/concert/partial/actions/weakness_effect_recovery.js +34 -0
- package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -0
- package/out/concert/partial/apply_continuous_effects.d.ts +2 -0
- package/out/concert/partial/apply_continuous_effects.js +22 -0
- package/out/concert/partial/apply_continuous_effects.js.map +1 -0
- package/out/concert/partial/b_check_existence.d.ts +2 -0
- package/out/concert/partial/b_check_existence.js +37 -0
- package/out/concert/partial/b_check_existence.js.map +1 -0
- package/out/concert/partial/c_check_act_skill_stamina.d.ts +2 -0
- package/out/concert/partial/c_check_act_skill_stamina.js +28 -0
- package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -0
- package/out/concert/partial/d_check_act_skill_cool_time.d.ts +2 -0
- package/out/concert/partial/d_check_act_skill_cool_time.js +24 -0
- package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -0
- package/out/concert/partial/e_check_act_skill_possibility.d.ts +2 -0
- package/out/concert/partial/e_check_act_skill_possibility.js +21 -0
- package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -0
- package/out/concert/partial/f_determine_act_skill_privilege.d.ts +2 -0
- package/out/concert/partial/f_determine_act_skill_privilege.js +28 -0
- package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -0
- package/out/concert/partial/handle_combo.d.ts +16 -0
- package/out/concert/partial/handle_combo.js +44 -0
- package/out/concert/partial/handle_combo.js.map +1 -0
- package/out/concert/partial/impl_efficacy.d.ts +7 -0
- package/out/concert/partial/impl_efficacy.js +19 -0
- package/out/concert/partial/impl_efficacy.js.map +1 -0
- package/out/concert/partial/init_concert.d.ts +7 -0
- package/out/concert/partial/init_concert.js +114 -0
- package/out/concert/partial/init_concert.js.map +1 -0
- package/out/concert/partial/perform_beat.d.ts +2 -0
- package/out/concert/partial/perform_beat.js +19 -0
- package/out/concert/partial/perform_beat.js.map +1 -0
- package/out/concert/partial/perform_skill.d.ts +15 -0
- package/out/concert/partial/perform_skill.js +166 -0
- package/out/concert/partial/perform_skill.js.map +1 -0
- package/out/concert/partial/prepare_p_skill.d.ts +5 -0
- package/out/concert/partial/prepare_p_skill.js +68 -0
- package/out/concert/partial/prepare_p_skill.js.map +1 -0
- package/out/concert/partial/rotate_ct.d.ts +2 -0
- package/out/concert/partial/rotate_ct.js +24 -0
- package/out/concert/partial/rotate_ct.js.map +1 -0
- package/out/concert/partial/rotate_remains.d.ts +2 -0
- package/out/concert/partial/rotate_remains.js +14 -0
- package/out/concert/partial/rotate_remains.js.map +1 -0
- package/out/concert/target_analyze.d.ts +4 -0
- package/out/concert/target_analyze.js +32 -0
- package/out/concert/target_analyze.js.map +1 -0
- package/out/concert/target_proc.d.ts +3 -0
- package/out/concert/target_proc.js +200 -0
- package/out/concert/target_proc.js.map +1 -0
- package/out/concert/trigger_analyze.d.ts +4 -0
- package/out/concert/trigger_analyze.js +38 -0
- package/out/concert/trigger_analyze.js.map +1 -0
- package/out/concert/trigger_proc.d.ts +5 -0
- package/out/concert/trigger_proc.js +334 -0
- package/out/concert/trigger_proc.js.map +1 -0
- package/out/database/Card.json +7641 -0
- package/out/database/CardParameter.json +4682 -0
- package/out/database/CardRarity.json +62 -0
- package/out/database/LiveAbility.json +26906 -0
- package/out/database/LiveBonus.json +464 -0
- package/out/database/LiveBonusGroup.json +466 -0
- package/out/database/Music.json +20282 -0
- package/out/database/MusicChartPattern.json +99842 -0
- package/out/database/Quest.json +95671 -0
- package/out/database/Setting.json +280 -0
- package/out/database/Skill.json +94030 -0
- package/out/database/SkillEfficacy.json +37042 -0
- package/out/database/SkillTarget.json +212 -0
- package/out/database/SkillTrigger.json +511 -0
- package/out/db/dao/card_dao.d.ts +5 -0
- package/out/db/dao/card_dao.js +27 -0
- package/out/db/dao/card_dao.js.map +1 -0
- package/out/db/dao/quest_dao.d.ts +8 -0
- package/out/db/dao/quest_dao.js +49 -0
- package/out/db/dao/quest_dao.js.map +1 -0
- package/out/db/dao/setting_dao.d.ts +3 -0
- package/out/db/dao/setting_dao.js +13 -0
- package/out/db/dao/setting_dao.js.map +1 -0
- package/out/db/dao/skill_dao.d.ts +6 -0
- package/out/db/dao/skill_dao.js +42 -0
- package/out/db/dao/skill_dao.js.map +1 -0
- package/out/db/repository/card_repository.d.ts +6 -0
- package/out/db/repository/card_repository.js +39 -0
- package/out/db/repository/card_repository.js.map +1 -0
- package/out/db/repository/quest_repository.d.ts +2 -0
- package/out/db/repository/quest_repository.js +17 -0
- package/out/db/repository/quest_repository.js.map +1 -0
- package/out/db/repository/setting_repository.d.ts +2 -0
- package/out/db/repository/setting_repository.js +9 -0
- package/out/db/repository/setting_repository.js.map +1 -0
- package/out/db/repository/skill_repository.d.ts +2 -0
- package/out/db/repository/skill_repository.js +31 -0
- package/out/db/repository/skill_repository.js.map +1 -0
- package/out/db/wrapper/card_wrapper.d.ts +2 -0
- package/out/db/wrapper/card_wrapper.js +30 -0
- package/out/db/wrapper/card_wrapper.js.map +1 -0
- package/out/db/wrapper/quest_wrapper.d.ts +2 -0
- package/out/db/wrapper/quest_wrapper.js +47 -0
- package/out/db/wrapper/quest_wrapper.js.map +1 -0
- package/out/db/wrapper/skill_wrapper.d.ts +5 -0
- package/out/db/wrapper/skill_wrapper.js +34 -0
- package/out/db/wrapper/skill_wrapper.js.map +1 -0
- package/out/index.d.ts +3 -0
- package/out/index.js +18 -0
- package/out/index.js.map +1 -0
- package/out/main.d.ts +1 -0
- package/out/main.js +67 -0
- package/out/main.js.map +1 -0
- package/out/satomi/card.d.ts +4 -0
- package/out/satomi/card.js +36 -0
- package/out/satomi/card.js.map +1 -0
- package/out/satomi/deck.d.ts +3 -0
- package/out/satomi/deck.js +28 -0
- package/out/satomi/deck.js.map +1 -0
- package/out/satomi/live.d.ts +4 -0
- package/out/satomi/live.js +14 -0
- package/out/satomi/live.js.map +1 -0
- package/out/types/card_types.d.ts +40 -0
- package/out/types/card_types.js +3 -0
- package/out/types/card_types.js.map +1 -0
- package/out/types/concert_types.d.ts +134 -0
- package/out/types/concert_types.js +3 -0
- package/out/types/concert_types.js.map +1 -0
- package/out/types/misc_types.d.ts +15 -0
- package/out/types/misc_types.js +3 -0
- package/out/types/misc_types.js.map +1 -0
- package/out/types/proto/proto_api.d.ts +4353 -0
- package/out/types/proto/proto_api.js +4 -0
- package/out/types/proto/proto_api.js.map +1 -0
- package/out/types/proto/proto_enum.d.ts +1607 -0
- package/out/types/proto/proto_enum.js +1744 -0
- package/out/types/proto/proto_enum.js.map +1 -0
- package/out/types/proto/proto_master.d.ts +1963 -0
- package/out/types/proto/proto_master.js +4 -0
- package/out/types/proto/proto_master.js.map +1 -0
- package/out/types/proto/proto_transaction.d.ts +395 -0
- package/out/types/proto/proto_transaction.js +4 -0
- package/out/types/proto/proto_transaction.js.map +1 -0
- package/out/types/trans_types.d.ts +23 -0
- package/out/types/trans_types.js +3 -0
- package/out/types/trans_types.js.map +1 -0
- package/out/types/wap/card_waps.d.ts +9 -0
- package/out/types/wap/card_waps.js +3 -0
- package/out/types/wap/card_waps.js.map +1 -0
- package/out/types/wap/misc_waps.d.ts +11 -0
- package/out/types/wap/misc_waps.js +3 -0
- package/out/types/wap/misc_waps.js.map +1 -0
- package/out/types/wap/quest_waps.d.ts +12 -0
- package/out/types/wap/quest_waps.js +3 -0
- package/out/types/wap/quest_waps.js.map +1 -0
- package/out/types/wap/skill_waps.d.ts +24 -0
- package/out/types/wap/skill_waps.js +3 -0
- package/out/types/wap/skill_waps.js.map +1 -0
- package/out/utils/calc_utils.d.ts +20 -0
- package/out/utils/calc_utils.js +137 -0
- package/out/utils/calc_utils.js.map +1 -0
- package/out/utils/chart_utils.d.ts +49 -0
- package/out/utils/chart_utils.js +218 -0
- package/out/utils/chart_utils.js.map +1 -0
- package/out/utils/console_utils.d.ts +1 -0
- package/out/utils/console_utils.js +9 -0
- package/out/utils/console_utils.js.map +1 -0
- package/out/utils/skill_utils.d.ts +9 -0
- package/out/utils/skill_utils.js +86 -0
- package/out/utils/skill_utils.js.map +1 -0
- package/package.json +32 -0
@@ -0,0 +1,464 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": "live-lba-passive_skill-001",
|
4
|
+
"name": "live-lba-passive_skill-001",
|
5
|
+
"liveAbilityId": "live-lba-passive_skill-001",
|
6
|
+
"liveAbilityLevel": 5
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"id": "live-lba-passive_skill-002",
|
10
|
+
"name": "live-lba-passive_skill-002",
|
11
|
+
"liveAbilityId": "live-lba-passive_skill-002",
|
12
|
+
"liveAbilityLevel": 5
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"id": "live-lba-passive_skill-003",
|
16
|
+
"name": "live-lba-passive_skill-003",
|
17
|
+
"liveAbilityId": "live-lba-passive_skill-003",
|
18
|
+
"liveAbilityLevel": 5
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"id": "live-lba-passive_skill-004",
|
22
|
+
"name": "live-lba-passive_skill-004",
|
23
|
+
"liveAbilityId": "live-lba-passive_skill-004",
|
24
|
+
"liveAbilityLevel": 5
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"id": "live-lba-passive_skill-005",
|
28
|
+
"name": "live-lba-passive_skill-005",
|
29
|
+
"liveAbilityId": "live-lba-passive_skill-005",
|
30
|
+
"liveAbilityLevel": 5
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"id": "live-lba-passive_skill-006",
|
34
|
+
"name": "live-lba-passive_skill-006",
|
35
|
+
"liveAbilityId": "live-lba-passive_skill-006",
|
36
|
+
"liveAbilityLevel": 5
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"id": "live-lba-passive_skill-007",
|
40
|
+
"name": "live-lba-passive_skill-007",
|
41
|
+
"liveAbilityId": "live-lba-passive_skill-007",
|
42
|
+
"liveAbilityLevel": 5
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"id": "live-lba-passive_skill-008",
|
46
|
+
"name": "live-lba-passive_skill-008",
|
47
|
+
"liveAbilityId": "live-lba-passive_skill-008",
|
48
|
+
"liveAbilityLevel": 5
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"id": "live-lba-passive_skill-009",
|
52
|
+
"name": "live-lba-passive_skill-009",
|
53
|
+
"liveAbilityId": "live-lba-passive_skill-009",
|
54
|
+
"liveAbilityLevel": 5
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"id": "live-lba-passive_skill-010",
|
58
|
+
"name": "live-lba-passive_skill-010",
|
59
|
+
"liveAbilityId": "live-lba-passive_skill-010",
|
60
|
+
"liveAbilityLevel": 5
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"id": "live-lba-passive_skill-011",
|
64
|
+
"name": "live-lba-passive_skill-011",
|
65
|
+
"liveAbilityId": "live-lba-passive_skill-011",
|
66
|
+
"liveAbilityLevel": 5
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"id": "live-lba-passive_skill-012",
|
70
|
+
"name": "live-lba-passive_skill-012",
|
71
|
+
"liveAbilityId": "live-lba-passive_skill-012",
|
72
|
+
"liveAbilityLevel": 5
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"id": "live-lba-passive_skill-013",
|
76
|
+
"name": "live-lba-passive_skill-013",
|
77
|
+
"liveAbilityId": "live-lba-passive_skill-013",
|
78
|
+
"liveAbilityLevel": 5
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"id": "live-lba-passive_skill-014",
|
82
|
+
"name": "live-lba-passive_skill-014",
|
83
|
+
"liveAbilityId": "live-lba-passive_skill-014",
|
84
|
+
"liveAbilityLevel": 5
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"id": "live-lba-passive_skill-015",
|
88
|
+
"name": "live-lba-passive_skill-015",
|
89
|
+
"liveAbilityId": "live-lba-passive_skill-015",
|
90
|
+
"liveAbilityLevel": 5
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"id": "live-lba-passive_skill-016",
|
94
|
+
"name": "live-lba-passive_skill-016",
|
95
|
+
"liveAbilityId": "live-lba-passive_skill-016",
|
96
|
+
"liveAbilityLevel": 5
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"id": "live-lba-passive_skill-017",
|
100
|
+
"name": "live-lba-passive_skill-017",
|
101
|
+
"liveAbilityId": "live-lba-passive_skill-017",
|
102
|
+
"liveAbilityLevel": 5
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"id": "live-lba-passive_skill-018",
|
106
|
+
"name": "live-lba-passive_skill-018",
|
107
|
+
"liveAbilityId": "live-lba-passive_skill-018",
|
108
|
+
"liveAbilityLevel": 5
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"id": "live-lba-passive_skill-019",
|
112
|
+
"name": "live-lba-passive_skill-019",
|
113
|
+
"liveAbilityId": "live-lba-passive_skill-019",
|
114
|
+
"liveAbilityLevel": 5
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"id": "live-lba-passive_skill-020",
|
118
|
+
"name": "live-lba-passive_skill-020",
|
119
|
+
"liveAbilityId": "live-lba-passive_skill-020",
|
120
|
+
"liveAbilityLevel": 5
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"id": "live-lba-passive_skill-021",
|
124
|
+
"name": "live-lba-passive_skill-021",
|
125
|
+
"liveAbilityId": "live-lba-passive_skill-021",
|
126
|
+
"liveAbilityLevel": 5
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"id": "live-lba-passive_skill-022",
|
130
|
+
"name": "live-lba-passive_skill-022",
|
131
|
+
"liveAbilityId": "live-lba-passive_skill-022",
|
132
|
+
"liveAbilityLevel": 5
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"id": "live-lba-passive_skill-023",
|
136
|
+
"name": "live-lba-passive_skill-023",
|
137
|
+
"liveAbilityId": "live-lba-passive_skill-023",
|
138
|
+
"liveAbilityLevel": 5
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"id": "live-lba-passive_skill-024",
|
142
|
+
"name": "live-lba-passive_skill-024",
|
143
|
+
"liveAbilityId": "live-lba-passive_skill-024",
|
144
|
+
"liveAbilityLevel": 5
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"id": "live-lba-passive_skill-025",
|
148
|
+
"name": "live-lba-passive_skill-025",
|
149
|
+
"liveAbilityId": "live-lba-passive_skill-025",
|
150
|
+
"liveAbilityLevel": 5
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"id": "live-lba-passive_skill-026",
|
154
|
+
"name": "live-lba-passive_skill-026",
|
155
|
+
"liveAbilityId": "live-lba-passive_skill-026",
|
156
|
+
"liveAbilityLevel": 5
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"id": "live-lba-passive_skill-027",
|
160
|
+
"name": "live-lba-passive_skill-027",
|
161
|
+
"liveAbilityId": "live-lba-passive_skill-027",
|
162
|
+
"liveAbilityLevel": 5
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"id": "live-lba-passive_skill-028",
|
166
|
+
"name": "live-lba-passive_skill-028",
|
167
|
+
"liveAbilityId": "live-lba-passive_skill-028",
|
168
|
+
"liveAbilityLevel": 5
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"id": "live-lba-passive_skill-029",
|
172
|
+
"name": "live-lba-passive_skill-029",
|
173
|
+
"liveAbilityId": "live-lba-passive_skill-029",
|
174
|
+
"liveAbilityLevel": 5
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"id": "live-lba-passive_skill-030",
|
178
|
+
"name": "live-lba-passive_skill-030",
|
179
|
+
"liveAbilityId": "live-lba-passive_skill-030",
|
180
|
+
"liveAbilityLevel": 5
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"id": "live-lba-passive_skill-031",
|
184
|
+
"name": "live-lba-passive_skill-031",
|
185
|
+
"liveAbilityId": "live-lba-passive_skill-031",
|
186
|
+
"liveAbilityLevel": 5
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"id": "live-lba-passive_skill-032",
|
190
|
+
"name": "live-lba-passive_skill-032",
|
191
|
+
"liveAbilityId": "live-lba-passive_skill-032",
|
192
|
+
"liveAbilityLevel": 5
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"id": "live-lba-passive_skill-033",
|
196
|
+
"name": "live-lba-passive_skill-033",
|
197
|
+
"liveAbilityId": "live-lba-passive_skill-033",
|
198
|
+
"liveAbilityLevel": 5
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"id": "live-lba-passive_skill-034",
|
202
|
+
"name": "live-lba-passive_skill-034",
|
203
|
+
"liveAbilityId": "live-lba-passive_skill-034",
|
204
|
+
"liveAbilityLevel": 5
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"id": "live-lba-passive_skill-035",
|
208
|
+
"name": "live-lba-passive_skill-035",
|
209
|
+
"liveAbilityId": "live-lba-passive_skill-035",
|
210
|
+
"liveAbilityLevel": 5
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "live-lba-passive_skill-036",
|
214
|
+
"name": "live-lba-passive_skill-036",
|
215
|
+
"liveAbilityId": "live-lba-passive_skill-036",
|
216
|
+
"liveAbilityLevel": 5
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"id": "live-lba-passive_skill-037",
|
220
|
+
"name": "live-lba-passive_skill-037",
|
221
|
+
"liveAbilityId": "live-lba-passive_skill-037",
|
222
|
+
"liveAbilityLevel": 5
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"id": "live-lba-passive_skill-038",
|
226
|
+
"name": "live-lba-passive_skill-038",
|
227
|
+
"liveAbilityId": "live-lba-passive_skill-038",
|
228
|
+
"liveAbilityLevel": 5
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"id": "live-lba-passive_skill-039",
|
232
|
+
"name": "live-lba-passive_skill-039",
|
233
|
+
"liveAbilityId": "live-lba-passive_skill-039",
|
234
|
+
"liveAbilityLevel": 5
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"id": "live-lba-passive_skill-040",
|
238
|
+
"name": "live-lba-passive_skill-040",
|
239
|
+
"liveAbilityId": "live-lba-passive_skill-040",
|
240
|
+
"liveAbilityLevel": 5
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"id": "live-lba-passive_skill-041",
|
244
|
+
"name": "live-lba-passive_skill-041",
|
245
|
+
"liveAbilityId": "live-lba-passive_skill-041",
|
246
|
+
"liveAbilityLevel": 5
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"id": "live-lba-passive_skill-042",
|
250
|
+
"name": "live-lba-passive_skill-042",
|
251
|
+
"liveAbilityId": "live-lba-passive_skill-042",
|
252
|
+
"liveAbilityLevel": 5
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"id": "live-lba-passive_skill-043",
|
256
|
+
"name": "live-lba-passive_skill-043",
|
257
|
+
"liveAbilityId": "live-lba-passive_skill-043",
|
258
|
+
"liveAbilityLevel": 5
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"id": "live-lba-passive_skill-044",
|
262
|
+
"name": "live-lba-passive_skill-044",
|
263
|
+
"liveAbilityId": "live-lba-passive_skill-044",
|
264
|
+
"liveAbilityLevel": 5
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"id": "live-lba-passive_skill-045",
|
268
|
+
"name": "live-lba-passive_skill-045",
|
269
|
+
"liveAbilityId": "live-lba-passive_skill-045",
|
270
|
+
"liveAbilityLevel": 5
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"id": "live-lba-passive_skill-046",
|
274
|
+
"name": "live-lba-passive_skill-046",
|
275
|
+
"liveAbilityId": "live-lba-passive_skill-046",
|
276
|
+
"liveAbilityLevel": 5
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"id": "live-lba-passive_skill-047",
|
280
|
+
"name": "live-lba-passive_skill-047",
|
281
|
+
"liveAbilityId": "live-lba-passive_skill-047",
|
282
|
+
"liveAbilityLevel": 5
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"id": "live-lba-passive_skill-048",
|
286
|
+
"name": "live-lba-passive_skill-048",
|
287
|
+
"liveAbilityId": "live-lba-passive_skill-048",
|
288
|
+
"liveAbilityLevel": 5
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"id": "live-lba-passive_skill-049",
|
292
|
+
"name": "live-lba-passive_skill-049",
|
293
|
+
"liveAbilityId": "live-lba-passive_skill-049",
|
294
|
+
"liveAbilityLevel": 5
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"id": "live-lba-passive_skill-050",
|
298
|
+
"name": "live-lba-passive_skill-050",
|
299
|
+
"liveAbilityId": "live-lba-passive_skill-050",
|
300
|
+
"liveAbilityLevel": 5
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"id": "live-lba-passive_skill-051",
|
304
|
+
"name": "live-lba-passive_skill-051",
|
305
|
+
"liveAbilityId": "live-lba-passive_skill-051",
|
306
|
+
"liveAbilityLevel": 5
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"id": "live-lba-passive_skill-052",
|
310
|
+
"name": "live-lba-passive_skill-052",
|
311
|
+
"liveAbilityId": "live-lba-passive_skill-052",
|
312
|
+
"liveAbilityLevel": 5
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"id": "live-lba-passive_skill-053",
|
316
|
+
"name": "live-lba-passive_skill-053",
|
317
|
+
"liveAbilityId": "live-lba-passive_skill-053",
|
318
|
+
"liveAbilityLevel": 5
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"id": "live-lba-passive_skill-054",
|
322
|
+
"name": "live-lba-passive_skill-054",
|
323
|
+
"liveAbilityId": "live-lba-passive_skill-054",
|
324
|
+
"liveAbilityLevel": 5
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"id": "live-lba-passive_skill-055",
|
328
|
+
"name": "live-lba-passive_skill-055",
|
329
|
+
"liveAbilityId": "live-lba-passive_skill-055",
|
330
|
+
"liveAbilityLevel": 5
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"id": "live-lba-passive_skill-056",
|
334
|
+
"name": "live-lba-passive_skill-056",
|
335
|
+
"liveAbilityId": "live-lba-passive_skill-056",
|
336
|
+
"liveAbilityLevel": 5
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"id": "live-lba-passive_skill-057",
|
340
|
+
"name": "live-lba-passive_skill-057",
|
341
|
+
"liveAbilityId": "live-lba-passive_skill-057",
|
342
|
+
"liveAbilityLevel": 5
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"id": "live-lba-passive_skill-058",
|
346
|
+
"name": "live-lba-passive_skill-058",
|
347
|
+
"liveAbilityId": "live-lba-passive_skill-058",
|
348
|
+
"liveAbilityLevel": 5
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"id": "live-lba-passive_skill-059",
|
352
|
+
"name": "live-lba-passive_skill-059",
|
353
|
+
"liveAbilityId": "live-lba-passive_skill-059",
|
354
|
+
"liveAbilityLevel": 5
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"id": "live-lba-passive_skill-060",
|
358
|
+
"name": "live-lba-passive_skill-060",
|
359
|
+
"liveAbilityId": "live-lba-passive_skill-060",
|
360
|
+
"liveAbilityLevel": 5
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"id": "live-lba-passive_skill-061",
|
364
|
+
"name": "live-lba-passive_skill-061",
|
365
|
+
"liveAbilityId": "live-lba-passive_skill-061",
|
366
|
+
"liveAbilityLevel": 5
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"id": "live-lba-passive_skill-062",
|
370
|
+
"name": "live-lba-passive_skill-062",
|
371
|
+
"liveAbilityId": "live-lba-passive_skill-062",
|
372
|
+
"liveAbilityLevel": 5
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"id": "live-lba-passive_skill-063",
|
376
|
+
"name": "live-lba-passive_skill-063",
|
377
|
+
"liveAbilityId": "live-lba-passive_skill-063",
|
378
|
+
"liveAbilityLevel": 5
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"id": "live-lba-passive_skill-064",
|
382
|
+
"name": "live-lba-passive_skill-064",
|
383
|
+
"liveAbilityId": "live-lba-passive_skill-064",
|
384
|
+
"liveAbilityLevel": 5
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"id": "live-lba-passive_skill-065",
|
388
|
+
"name": "live-lba-passive_skill-065",
|
389
|
+
"liveAbilityId": "live-lba-passive_skill-065",
|
390
|
+
"liveAbilityLevel": 5
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"id": "live-lba-passive_skill-066",
|
394
|
+
"name": "live-lba-passive_skill-066",
|
395
|
+
"liveAbilityId": "live-lba-passive_skill-066",
|
396
|
+
"liveAbilityLevel": 5
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"id": "live-lba-passive_skill-067",
|
400
|
+
"name": "live-lba-passive_skill-067",
|
401
|
+
"liveAbilityId": "live-lba-passive_skill-067",
|
402
|
+
"liveAbilityLevel": 5
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"id": "live-lba-passive_skill-068",
|
406
|
+
"name": "live-lba-passive_skill-068",
|
407
|
+
"liveAbilityId": "live-lba-passive_skill-068",
|
408
|
+
"liveAbilityLevel": 5
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"id": "live-lba-passive_skill-069",
|
412
|
+
"name": "live-lba-passive_skill-069",
|
413
|
+
"liveAbilityId": "live-lba-passive_skill-069",
|
414
|
+
"liveAbilityLevel": 5
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"id": "live-lba-passive_skill-070",
|
418
|
+
"name": "live-lba-passive_skill-070",
|
419
|
+
"liveAbilityId": "live-lba-passive_skill-070",
|
420
|
+
"liveAbilityLevel": 5
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"id": "live-lba-passive_skill-071",
|
424
|
+
"name": "誰かがステルス状態の時、全体にビートスコアアップ",
|
425
|
+
"liveAbilityId": "live-lba-passive_skill-071",
|
426
|
+
"liveAbilityLevel": 5
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"id": "live-lba-passive_skill-072",
|
430
|
+
"name": "誰かが集目状態の時、対象にAスキルスコアアップ",
|
431
|
+
"liveAbilityId": "live-lba-passive_skill-072",
|
432
|
+
"liveAbilityLevel": 5
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"id": "live-lba-passive_skill-073",
|
436
|
+
"name": "サポータータイプ2人にボーカルアップ\nスコアラータイプ2人にボーカルダウン",
|
437
|
+
"liveAbilityId": "live-lba-passive_skill-073",
|
438
|
+
"liveAbilityLevel": 5
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"id": "live-lba-passive_skill-074",
|
442
|
+
"name": "誰かがAスキルスコアアップ状態の時、全体にビートスコアアップ",
|
443
|
+
"liveAbilityId": "live-lba-passive_skill-074",
|
444
|
+
"liveAbilityLevel": 5
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"id": "live-lba-passive_skill-076",
|
448
|
+
"name": "live-lba-passive_skill-076",
|
449
|
+
"liveAbilityId": "live-lba-passive_skill-076",
|
450
|
+
"liveAbilityLevel": 5
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"id": "live-lba-passive_skill-077",
|
454
|
+
"name": "ライブボーナス",
|
455
|
+
"liveAbilityId": "live-lba-passive_skill-077",
|
456
|
+
"liveAbilityLevel": 5
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"id": "live-lba-passive_skill-078",
|
460
|
+
"name": "ライブボーナス",
|
461
|
+
"liveAbilityId": "live-lba-passive_skill-078",
|
462
|
+
"liveAbilityLevel": 5
|
463
|
+
}
|
464
|
+
]
|