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.
Files changed (269) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +17 -0
  3. package/out/concert/concert.d.ts +69 -0
  4. package/out/concert/concert.js +161 -0
  5. package/out/concert/concert.js.map +1 -0
  6. package/out/concert/consts/chart_consts.d.ts +41 -0
  7. package/out/concert/consts/chart_consts.js +65 -0
  8. package/out/concert/consts/chart_consts.js.map +1 -0
  9. package/out/concert/consts/eff_grades.d.ts +1191 -0
  10. package/out/concert/consts/eff_grades.js +221 -0
  11. package/out/concert/consts/eff_grades.js.map +1 -0
  12. package/out/concert/consts/efficacy_list.d.ts +9 -0
  13. package/out/concert/consts/efficacy_list.js +50 -0
  14. package/out/concert/consts/efficacy_list.js.map +1 -0
  15. package/out/concert/efficacy_analyze.d.ts +11 -0
  16. package/out/concert/efficacy_analyze.js +82 -0
  17. package/out/concert/efficacy_analyze.js.map +1 -0
  18. package/out/concert/efficacy_proc.d.ts +0 -0
  19. package/out/concert/efficacy_proc.js +1 -0
  20. package/out/concert/efficacy_proc.js.map +1 -0
  21. package/out/concert/partial/a_migration.d.ts +2 -0
  22. package/out/concert/partial/a_migration.js +36 -0
  23. package/out/concert/partial/a_migration.js.map +1 -0
  24. package/out/concert/partial/actions/action.d.ts +24 -0
  25. package/out/concert/partial/actions/action.js +130 -0
  26. package/out/concert/partial/actions/action.js.map +1 -0
  27. package/out/concert/partial/actions/active_skill_chance_assignment.d.ts +2 -0
  28. package/out/concert/partial/actions/active_skill_chance_assignment.js +14 -0
  29. package/out/concert/partial/actions/active_skill_chance_assignment.js.map +1 -0
  30. package/out/concert/partial/actions/cool_time_increase.d.ts +4 -0
  31. package/out/concert/partial/actions/cool_time_increase.js +43 -0
  32. package/out/concert/partial/actions/cool_time_increase.js.map +1 -0
  33. package/out/concert/partial/actions/cool_time_reduction.d.ts +4 -0
  34. package/out/concert/partial/actions/cool_time_reduction.js +43 -0
  35. package/out/concert/partial/actions/cool_time_reduction.js.map +1 -0
  36. package/out/concert/partial/actions/dance_boost.d.ts +2 -0
  37. package/out/concert/partial/actions/dance_boost.js +35 -0
  38. package/out/concert/partial/actions/dance_boost.js.map +1 -0
  39. package/out/concert/partial/actions/dance_down.d.ts +2 -0
  40. package/out/concert/partial/actions/dance_down.js +35 -0
  41. package/out/concert/partial/actions/dance_down.js.map +1 -0
  42. package/out/concert/partial/actions/dance_up.d.ts +2 -0
  43. package/out/concert/partial/actions/dance_up.js +35 -0
  44. package/out/concert/partial/actions/dance_up.js.map +1 -0
  45. package/out/concert/partial/actions/fix_stamina_recovery.d.ts +2 -0
  46. package/out/concert/partial/actions/fix_stamina_recovery.js +35 -0
  47. package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -0
  48. package/out/concert/partial/actions/live_ability_cool_time_reduction.d.ts +2 -0
  49. package/out/concert/partial/actions/live_ability_cool_time_reduction.js +14 -0
  50. package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -0
  51. package/out/concert/partial/actions/stamina_consumption.d.ts +2 -0
  52. package/out/concert/partial/actions/stamina_consumption.js +34 -0
  53. package/out/concert/partial/actions/stamina_consumption.js.map +1 -0
  54. package/out/concert/partial/actions/strength_effect_assignment.d.ts +2 -0
  55. package/out/concert/partial/actions/strength_effect_assignment.js +14 -0
  56. package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -0
  57. package/out/concert/partial/actions/strength_effect_assignment_all.d.ts +2 -0
  58. package/out/concert/partial/actions/strength_effect_assignment_all.js +40 -0
  59. package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -0
  60. package/out/concert/partial/actions/strength_effect_count_increase.d.ts +2 -0
  61. package/out/concert/partial/actions/strength_effect_count_increase.js +40 -0
  62. package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -0
  63. package/out/concert/partial/actions/strength_effect_erasing.d.ts +2 -0
  64. package/out/concert/partial/actions/strength_effect_erasing.js +41 -0
  65. package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -0
  66. package/out/concert/partial/actions/strength_effect_erasing_all.d.ts +2 -0
  67. package/out/concert/partial/actions/strength_effect_erasing_all.js +34 -0
  68. package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -0
  69. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.d.ts +2 -0
  70. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js +47 -0
  71. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -0
  72. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.d.ts +2 -0
  73. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js +47 -0
  74. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -0
  75. package/out/concert/partial/actions/strength_effect_value_increase.d.ts +2 -0
  76. package/out/concert/partial/actions/strength_effect_value_increase.js +55 -0
  77. package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -0
  78. package/out/concert/partial/actions/target_stamina_recovery.d.ts +2 -0
  79. package/out/concert/partial/actions/target_stamina_recovery.js +36 -0
  80. package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -0
  81. package/out/concert/partial/actions/visual_boost.d.ts +2 -0
  82. package/out/concert/partial/actions/visual_boost.js +35 -0
  83. package/out/concert/partial/actions/visual_boost.js.map +1 -0
  84. package/out/concert/partial/actions/visual_down.d.ts +2 -0
  85. package/out/concert/partial/actions/visual_down.js +35 -0
  86. package/out/concert/partial/actions/visual_down.js.map +1 -0
  87. package/out/concert/partial/actions/visual_up.d.ts +2 -0
  88. package/out/concert/partial/actions/visual_up.js +35 -0
  89. package/out/concert/partial/actions/visual_up.js.map +1 -0
  90. package/out/concert/partial/actions/vocal_boost.d.ts +2 -0
  91. package/out/concert/partial/actions/vocal_boost.js +35 -0
  92. package/out/concert/partial/actions/vocal_boost.js.map +1 -0
  93. package/out/concert/partial/actions/vocal_down.d.ts +2 -0
  94. package/out/concert/partial/actions/vocal_down.js +35 -0
  95. package/out/concert/partial/actions/vocal_down.js.map +1 -0
  96. package/out/concert/partial/actions/vocal_up.d.ts +2 -0
  97. package/out/concert/partial/actions/vocal_up.js +35 -0
  98. package/out/concert/partial/actions/vocal_up.js.map +1 -0
  99. package/out/concert/partial/actions/weakness_effect_inversion.d.ts +2 -0
  100. package/out/concert/partial/actions/weakness_effect_inversion.js +60 -0
  101. package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -0
  102. package/out/concert/partial/actions/weakness_effect_recovery.d.ts +2 -0
  103. package/out/concert/partial/actions/weakness_effect_recovery.js +34 -0
  104. package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -0
  105. package/out/concert/partial/apply_continuous_effects.d.ts +2 -0
  106. package/out/concert/partial/apply_continuous_effects.js +22 -0
  107. package/out/concert/partial/apply_continuous_effects.js.map +1 -0
  108. package/out/concert/partial/b_check_existence.d.ts +2 -0
  109. package/out/concert/partial/b_check_existence.js +37 -0
  110. package/out/concert/partial/b_check_existence.js.map +1 -0
  111. package/out/concert/partial/c_check_act_skill_stamina.d.ts +2 -0
  112. package/out/concert/partial/c_check_act_skill_stamina.js +28 -0
  113. package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -0
  114. package/out/concert/partial/d_check_act_skill_cool_time.d.ts +2 -0
  115. package/out/concert/partial/d_check_act_skill_cool_time.js +24 -0
  116. package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -0
  117. package/out/concert/partial/e_check_act_skill_possibility.d.ts +2 -0
  118. package/out/concert/partial/e_check_act_skill_possibility.js +21 -0
  119. package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -0
  120. package/out/concert/partial/f_determine_act_skill_privilege.d.ts +2 -0
  121. package/out/concert/partial/f_determine_act_skill_privilege.js +28 -0
  122. package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -0
  123. package/out/concert/partial/handle_combo.d.ts +16 -0
  124. package/out/concert/partial/handle_combo.js +44 -0
  125. package/out/concert/partial/handle_combo.js.map +1 -0
  126. package/out/concert/partial/impl_efficacy.d.ts +7 -0
  127. package/out/concert/partial/impl_efficacy.js +19 -0
  128. package/out/concert/partial/impl_efficacy.js.map +1 -0
  129. package/out/concert/partial/init_concert.d.ts +7 -0
  130. package/out/concert/partial/init_concert.js +114 -0
  131. package/out/concert/partial/init_concert.js.map +1 -0
  132. package/out/concert/partial/perform_beat.d.ts +2 -0
  133. package/out/concert/partial/perform_beat.js +19 -0
  134. package/out/concert/partial/perform_beat.js.map +1 -0
  135. package/out/concert/partial/perform_skill.d.ts +15 -0
  136. package/out/concert/partial/perform_skill.js +166 -0
  137. package/out/concert/partial/perform_skill.js.map +1 -0
  138. package/out/concert/partial/prepare_p_skill.d.ts +5 -0
  139. package/out/concert/partial/prepare_p_skill.js +68 -0
  140. package/out/concert/partial/prepare_p_skill.js.map +1 -0
  141. package/out/concert/partial/rotate_ct.d.ts +2 -0
  142. package/out/concert/partial/rotate_ct.js +24 -0
  143. package/out/concert/partial/rotate_ct.js.map +1 -0
  144. package/out/concert/partial/rotate_remains.d.ts +2 -0
  145. package/out/concert/partial/rotate_remains.js +14 -0
  146. package/out/concert/partial/rotate_remains.js.map +1 -0
  147. package/out/concert/target_analyze.d.ts +4 -0
  148. package/out/concert/target_analyze.js +32 -0
  149. package/out/concert/target_analyze.js.map +1 -0
  150. package/out/concert/target_proc.d.ts +3 -0
  151. package/out/concert/target_proc.js +200 -0
  152. package/out/concert/target_proc.js.map +1 -0
  153. package/out/concert/trigger_analyze.d.ts +4 -0
  154. package/out/concert/trigger_analyze.js +38 -0
  155. package/out/concert/trigger_analyze.js.map +1 -0
  156. package/out/concert/trigger_proc.d.ts +5 -0
  157. package/out/concert/trigger_proc.js +334 -0
  158. package/out/concert/trigger_proc.js.map +1 -0
  159. package/out/database/Card.json +7641 -0
  160. package/out/database/CardParameter.json +4682 -0
  161. package/out/database/CardRarity.json +62 -0
  162. package/out/database/LiveAbility.json +26906 -0
  163. package/out/database/LiveBonus.json +464 -0
  164. package/out/database/LiveBonusGroup.json +466 -0
  165. package/out/database/Music.json +20282 -0
  166. package/out/database/MusicChartPattern.json +99842 -0
  167. package/out/database/Quest.json +95671 -0
  168. package/out/database/Setting.json +280 -0
  169. package/out/database/Skill.json +94030 -0
  170. package/out/database/SkillEfficacy.json +37042 -0
  171. package/out/database/SkillTarget.json +212 -0
  172. package/out/database/SkillTrigger.json +511 -0
  173. package/out/db/dao/card_dao.d.ts +5 -0
  174. package/out/db/dao/card_dao.js +27 -0
  175. package/out/db/dao/card_dao.js.map +1 -0
  176. package/out/db/dao/quest_dao.d.ts +8 -0
  177. package/out/db/dao/quest_dao.js +49 -0
  178. package/out/db/dao/quest_dao.js.map +1 -0
  179. package/out/db/dao/setting_dao.d.ts +3 -0
  180. package/out/db/dao/setting_dao.js +13 -0
  181. package/out/db/dao/setting_dao.js.map +1 -0
  182. package/out/db/dao/skill_dao.d.ts +6 -0
  183. package/out/db/dao/skill_dao.js +42 -0
  184. package/out/db/dao/skill_dao.js.map +1 -0
  185. package/out/db/repository/card_repository.d.ts +6 -0
  186. package/out/db/repository/card_repository.js +39 -0
  187. package/out/db/repository/card_repository.js.map +1 -0
  188. package/out/db/repository/quest_repository.d.ts +2 -0
  189. package/out/db/repository/quest_repository.js +17 -0
  190. package/out/db/repository/quest_repository.js.map +1 -0
  191. package/out/db/repository/setting_repository.d.ts +2 -0
  192. package/out/db/repository/setting_repository.js +9 -0
  193. package/out/db/repository/setting_repository.js.map +1 -0
  194. package/out/db/repository/skill_repository.d.ts +2 -0
  195. package/out/db/repository/skill_repository.js +31 -0
  196. package/out/db/repository/skill_repository.js.map +1 -0
  197. package/out/db/wrapper/card_wrapper.d.ts +2 -0
  198. package/out/db/wrapper/card_wrapper.js +30 -0
  199. package/out/db/wrapper/card_wrapper.js.map +1 -0
  200. package/out/db/wrapper/quest_wrapper.d.ts +2 -0
  201. package/out/db/wrapper/quest_wrapper.js +47 -0
  202. package/out/db/wrapper/quest_wrapper.js.map +1 -0
  203. package/out/db/wrapper/skill_wrapper.d.ts +5 -0
  204. package/out/db/wrapper/skill_wrapper.js +34 -0
  205. package/out/db/wrapper/skill_wrapper.js.map +1 -0
  206. package/out/index.d.ts +3 -0
  207. package/out/index.js +18 -0
  208. package/out/index.js.map +1 -0
  209. package/out/main.d.ts +1 -0
  210. package/out/main.js +67 -0
  211. package/out/main.js.map +1 -0
  212. package/out/satomi/card.d.ts +4 -0
  213. package/out/satomi/card.js +36 -0
  214. package/out/satomi/card.js.map +1 -0
  215. package/out/satomi/deck.d.ts +3 -0
  216. package/out/satomi/deck.js +28 -0
  217. package/out/satomi/deck.js.map +1 -0
  218. package/out/satomi/live.d.ts +4 -0
  219. package/out/satomi/live.js +14 -0
  220. package/out/satomi/live.js.map +1 -0
  221. package/out/types/card_types.d.ts +40 -0
  222. package/out/types/card_types.js +3 -0
  223. package/out/types/card_types.js.map +1 -0
  224. package/out/types/concert_types.d.ts +134 -0
  225. package/out/types/concert_types.js +3 -0
  226. package/out/types/concert_types.js.map +1 -0
  227. package/out/types/misc_types.d.ts +15 -0
  228. package/out/types/misc_types.js +3 -0
  229. package/out/types/misc_types.js.map +1 -0
  230. package/out/types/proto/proto_api.d.ts +4353 -0
  231. package/out/types/proto/proto_api.js +4 -0
  232. package/out/types/proto/proto_api.js.map +1 -0
  233. package/out/types/proto/proto_enum.d.ts +1607 -0
  234. package/out/types/proto/proto_enum.js +1744 -0
  235. package/out/types/proto/proto_enum.js.map +1 -0
  236. package/out/types/proto/proto_master.d.ts +1963 -0
  237. package/out/types/proto/proto_master.js +4 -0
  238. package/out/types/proto/proto_master.js.map +1 -0
  239. package/out/types/proto/proto_transaction.d.ts +395 -0
  240. package/out/types/proto/proto_transaction.js +4 -0
  241. package/out/types/proto/proto_transaction.js.map +1 -0
  242. package/out/types/trans_types.d.ts +23 -0
  243. package/out/types/trans_types.js +3 -0
  244. package/out/types/trans_types.js.map +1 -0
  245. package/out/types/wap/card_waps.d.ts +9 -0
  246. package/out/types/wap/card_waps.js +3 -0
  247. package/out/types/wap/card_waps.js.map +1 -0
  248. package/out/types/wap/misc_waps.d.ts +11 -0
  249. package/out/types/wap/misc_waps.js +3 -0
  250. package/out/types/wap/misc_waps.js.map +1 -0
  251. package/out/types/wap/quest_waps.d.ts +12 -0
  252. package/out/types/wap/quest_waps.js +3 -0
  253. package/out/types/wap/quest_waps.js.map +1 -0
  254. package/out/types/wap/skill_waps.d.ts +24 -0
  255. package/out/types/wap/skill_waps.js +3 -0
  256. package/out/types/wap/skill_waps.js.map +1 -0
  257. package/out/utils/calc_utils.d.ts +20 -0
  258. package/out/utils/calc_utils.js +137 -0
  259. package/out/utils/calc_utils.js.map +1 -0
  260. package/out/utils/chart_utils.d.ts +49 -0
  261. package/out/utils/chart_utils.js +218 -0
  262. package/out/utils/chart_utils.js.map +1 -0
  263. package/out/utils/console_utils.d.ts +1 -0
  264. package/out/utils/console_utils.js +9 -0
  265. package/out/utils/console_utils.js.map +1 -0
  266. package/out/utils/skill_utils.d.ts +9 -0
  267. package/out/utils/skill_utils.js +86 -0
  268. package/out/utils/skill_utils.js.map +1 -0
  269. package/package.json +32 -0
@@ -0,0 +1,212 @@
1
+ [
2
+ {
3
+ "id": "target-all",
4
+ "type": 2,
5
+ "isOpponent": false
6
+ },
7
+ {
8
+ "id": "target-center",
9
+ "type": 3,
10
+ "isOpponent": false
11
+ },
12
+ {
13
+ "id": "target-character_type-1-1",
14
+ "type": 14,
15
+ "isOpponent": false
16
+ },
17
+ {
18
+ "id": "target-character_type-1-2",
19
+ "type": 14,
20
+ "isOpponent": false
21
+ },
22
+ {
23
+ "id": "target-character_type-2-2",
24
+ "type": 14,
25
+ "isOpponent": false
26
+ },
27
+ {
28
+ "id": "target-character_type-3-2",
29
+ "type": 14,
30
+ "isOpponent": false
31
+ },
32
+ {
33
+ "id": "target-dance-1",
34
+ "type": 17,
35
+ "isOpponent": false
36
+ },
37
+ {
38
+ "id": "target-dance-2",
39
+ "type": 17,
40
+ "isOpponent": false
41
+ },
42
+ {
43
+ "id": "target-dance-3",
44
+ "type": 17,
45
+ "isOpponent": false
46
+ },
47
+ {
48
+ "id": "target-dance_higher-1",
49
+ "type": 4,
50
+ "isOpponent": false
51
+ },
52
+ {
53
+ "id": "target-dance_higher-2",
54
+ "type": 4,
55
+ "isOpponent": false
56
+ },
57
+ {
58
+ "id": "target-dance_higher-3",
59
+ "type": 4,
60
+ "isOpponent": false
61
+ },
62
+ {
63
+ "id": "target-neighbor",
64
+ "type": 15,
65
+ "isOpponent": false
66
+ },
67
+ {
68
+ "id": "target-opponent_center",
69
+ "type": 22,
70
+ "isOpponent": true
71
+ },
72
+ {
73
+ "id": "target-opponent_character_type-1-2",
74
+ "type": 23,
75
+ "isOpponent": true
76
+ },
77
+ {
78
+ "id": "target-opponent_same_position",
79
+ "type": 25,
80
+ "isOpponent": true
81
+ },
82
+ {
83
+ "id": "target-position_attribute_visual-2",
84
+ "type": 21,
85
+ "isOpponent": false
86
+ },
87
+ {
88
+ "id": "target-position_attribute_vocal-2",
89
+ "type": 19,
90
+ "isOpponent": false
91
+ },
92
+ {
93
+ "id": "target-self",
94
+ "type": 1,
95
+ "isOpponent": false
96
+ },
97
+ {
98
+ "id": "target-stamina_higher-1",
99
+ "type": 10,
100
+ "isOpponent": false
101
+ },
102
+ {
103
+ "id": "target-stamina_lower-1",
104
+ "type": 11,
105
+ "isOpponent": false
106
+ },
107
+ {
108
+ "id": "target-stamina_lower-2",
109
+ "type": 11,
110
+ "isOpponent": false
111
+ },
112
+ {
113
+ "id": "target-stamina_lower-3",
114
+ "type": 11,
115
+ "isOpponent": false
116
+ },
117
+ {
118
+ "id": "target-status-dance_up-1",
119
+ "type": 12,
120
+ "isOpponent": false
121
+ },
122
+ {
123
+ "id": "target-status-dance_up-3",
124
+ "type": 12,
125
+ "isOpponent": false
126
+ },
127
+ {
128
+ "id": "target-status-skill_score_up-1",
129
+ "type": 12,
130
+ "isOpponent": false
131
+ },
132
+ {
133
+ "id": "target-status-vocal_up-1",
134
+ "type": 12,
135
+ "isOpponent": false
136
+ },
137
+ {
138
+ "id": "target-trigger",
139
+ "type": 13,
140
+ "isOpponent": false
141
+ },
142
+ {
143
+ "id": "target-trigger-2",
144
+ "type": 13,
145
+ "isOpponent": false
146
+ },
147
+ {
148
+ "id": "target-visual-1",
149
+ "type": 18,
150
+ "isOpponent": false
151
+ },
152
+ {
153
+ "id": "target-visual-2",
154
+ "type": 18,
155
+ "isOpponent": false
156
+ },
157
+ {
158
+ "id": "target-visual-3",
159
+ "type": 18,
160
+ "isOpponent": false
161
+ },
162
+ {
163
+ "id": "target-visual-5",
164
+ "type": 18,
165
+ "isOpponent": false
166
+ },
167
+ {
168
+ "id": "target-visual_higher-1",
169
+ "type": 8,
170
+ "isOpponent": false
171
+ },
172
+ {
173
+ "id": "target-visual_higher-2",
174
+ "type": 8,
175
+ "isOpponent": false
176
+ },
177
+ {
178
+ "id": "target-visual_higher-3",
179
+ "type": 8,
180
+ "isOpponent": false
181
+ },
182
+ {
183
+ "id": "target-vocal-1",
184
+ "type": 16,
185
+ "isOpponent": false
186
+ },
187
+ {
188
+ "id": "target-vocal-2",
189
+ "type": 16,
190
+ "isOpponent": false
191
+ },
192
+ {
193
+ "id": "target-vocal-3",
194
+ "type": 16,
195
+ "isOpponent": false
196
+ },
197
+ {
198
+ "id": "target-vocal_higher-1",
199
+ "type": 6,
200
+ "isOpponent": false
201
+ },
202
+ {
203
+ "id": "target-vocal_higher-2",
204
+ "type": 6,
205
+ "isOpponent": false
206
+ },
207
+ {
208
+ "id": "target-vocal_higher-3",
209
+ "type": 6,
210
+ "isOpponent": false
211
+ }
212
+ ]
@@ -0,0 +1,511 @@
1
+ [
2
+ {
3
+ "id": "tg-beat",
4
+ "type": 1,
5
+ "characterIds": []
6
+ },
7
+ {
8
+ "id": "tg-before_active_skill_by_someone",
9
+ "type": 5,
10
+ "characterIds": []
11
+ },
12
+ {
13
+ "id": "tg-before_critical",
14
+ "type": 7,
15
+ "characterIds": []
16
+ },
17
+ {
18
+ "id": "tg-before_critical_by_someone",
19
+ "type": 8,
20
+ "characterIds": []
21
+ },
22
+ {
23
+ "id": "tg-before_special_skill",
24
+ "type": 37,
25
+ "characterIds": []
26
+ },
27
+ {
28
+ "id": "tg-before_special_skill_by_someone",
29
+ "type": 6,
30
+ "characterIds": []
31
+ },
32
+ {
33
+ "id": "tg-center",
34
+ "type": 16,
35
+ "characterIds": []
36
+ },
37
+ {
38
+ "id": "tg-combo-100",
39
+ "type": 3,
40
+ "characterIds": []
41
+ },
42
+ {
43
+ "id": "tg-combo-50",
44
+ "type": 3,
45
+ "characterIds": []
46
+ },
47
+ {
48
+ "id": "tg-combo-80",
49
+ "type": 3,
50
+ "characterIds": []
51
+ },
52
+ {
53
+ "id": "tg-combo_less_equal-100",
54
+ "type": 33,
55
+ "characterIds": []
56
+ },
57
+ {
58
+ "id": "tg-combo_less_equal-50",
59
+ "type": 33,
60
+ "characterIds": []
61
+ },
62
+ {
63
+ "id": "tg-combo_less_equal-80",
64
+ "type": 33,
65
+ "characterIds": []
66
+ },
67
+ {
68
+ "id": "tg-critical",
69
+ "type": 9,
70
+ "characterIds": []
71
+ },
72
+ {
73
+ "id": "tg-fan_engage_higher-10",
74
+ "type": 15,
75
+ "characterIds": []
76
+ },
77
+ {
78
+ "id": "tg-fan_engage_higher-15",
79
+ "type": 15,
80
+ "characterIds": []
81
+ },
82
+ {
83
+ "id": "tg-fan_engage_higher-20",
84
+ "type": 15,
85
+ "characterIds": []
86
+ },
87
+ {
88
+ "id": "tg-fan_engage_higher-25",
89
+ "type": 15,
90
+ "characterIds": []
91
+ },
92
+ {
93
+ "id": "tg-fan_engage_higher-30",
94
+ "type": 15,
95
+ "characterIds": []
96
+ },
97
+ {
98
+ "id": "tg-live_start",
99
+ "type": 2,
100
+ "characterIds": []
101
+ },
102
+ {
103
+ "id": "tg-mood_type-black_club",
104
+ "type": 17,
105
+ "characterIds": []
106
+ },
107
+ {
108
+ "id": "tg-mood_type-black_diamond",
109
+ "type": 17,
110
+ "characterIds": []
111
+ },
112
+ {
113
+ "id": "tg-mood_type-black_heart",
114
+ "type": 17,
115
+ "characterIds": []
116
+ },
117
+ {
118
+ "id": "tg-mood_type-black_spade",
119
+ "type": 17,
120
+ "characterIds": []
121
+ },
122
+ {
123
+ "id": "tg-mood_type-white_club",
124
+ "type": 17,
125
+ "characterIds": []
126
+ },
127
+ {
128
+ "id": "tg-mood_type-white_diamond",
129
+ "type": 17,
130
+ "characterIds": []
131
+ },
132
+ {
133
+ "id": "tg-mood_type-white_heart",
134
+ "type": 17,
135
+ "characterIds": []
136
+ },
137
+ {
138
+ "id": "tg-mood_type-white_spade",
139
+ "type": 17,
140
+ "characterIds": []
141
+ },
142
+ {
143
+ "id": "tg-more_than_character_count-ai-1",
144
+ "type": 4,
145
+ "characterIds": [
146
+ "char-ai"
147
+ ]
148
+ },
149
+ {
150
+ "id": "tg-more_than_character_count-aoi-1",
151
+ "type": 4,
152
+ "characterIds": [
153
+ "char-aoi"
154
+ ]
155
+ },
156
+ {
157
+ "id": "tg-more_than_character_count-chs-1",
158
+ "type": 4,
159
+ "characterIds": [
160
+ "char-chs"
161
+ ]
162
+ },
163
+ {
164
+ "id": "tg-more_than_character_count-hrk-1",
165
+ "type": 4,
166
+ "characterIds": [
167
+ "char-hrk"
168
+ ]
169
+ },
170
+ {
171
+ "id": "tg-more_than_character_count-kkr-1",
172
+ "type": 4,
173
+ "characterIds": [
174
+ "char-kkr"
175
+ ]
176
+ },
177
+ {
178
+ "id": "tg-more_than_character_count-ktn-1",
179
+ "type": 4,
180
+ "characterIds": [
181
+ "char-ktn"
182
+ ]
183
+ },
184
+ {
185
+ "id": "tg-more_than_character_count-mei-1",
186
+ "type": 4,
187
+ "characterIds": [
188
+ "char-mei"
189
+ ]
190
+ },
191
+ {
192
+ "id": "tg-more_than_character_count-ngs-1",
193
+ "type": 4,
194
+ "characterIds": [
195
+ "char-ngs"
196
+ ]
197
+ },
198
+ {
199
+ "id": "tg-more_than_character_count-rei-1",
200
+ "type": 4,
201
+ "characterIds": [
202
+ "char-rei"
203
+ ]
204
+ },
205
+ {
206
+ "id": "tg-more_than_character_count-rio-1",
207
+ "type": 4,
208
+ "characterIds": [
209
+ "char-rio"
210
+ ]
211
+ },
212
+ {
213
+ "id": "tg-more_than_character_count-rui-1",
214
+ "type": 4,
215
+ "characterIds": [
216
+ "char-rui"
217
+ ]
218
+ },
219
+ {
220
+ "id": "tg-more_than_character_count-ski-1",
221
+ "type": 4,
222
+ "characterIds": [
223
+ "char-ski"
224
+ ]
225
+ },
226
+ {
227
+ "id": "tg-more_than_character_count-skr-1",
228
+ "type": 4,
229
+ "characterIds": [
230
+ "char-skr"
231
+ ]
232
+ },
233
+ {
234
+ "id": "tg-more_than_character_count-smr-1",
235
+ "type": 4,
236
+ "characterIds": [
237
+ "char-smr"
238
+ ]
239
+ },
240
+ {
241
+ "id": "tg-more_than_character_count-suz-1",
242
+ "type": 4,
243
+ "characterIds": [
244
+ "char-suz"
245
+ ]
246
+ },
247
+ {
248
+ "id": "tg-more_than_character_count-szk-1",
249
+ "type": 4,
250
+ "characterIds": [
251
+ "char-szk"
252
+ ]
253
+ },
254
+ {
255
+ "id": "tg-more_than_character_count-yu-1",
256
+ "type": 4,
257
+ "characterIds": [
258
+ "char-yu"
259
+ ]
260
+ },
261
+ {
262
+ "id": "tg-position_attribute_dance",
263
+ "type": 22,
264
+ "characterIds": []
265
+ },
266
+ {
267
+ "id": "tg-position_attribute_visual",
268
+ "type": 23,
269
+ "characterIds": []
270
+ },
271
+ {
272
+ "id": "tg-position_attribute_vocal",
273
+ "type": 21,
274
+ "characterIds": []
275
+ },
276
+ {
277
+ "id": "tg-someone_recovered",
278
+ "type": 26,
279
+ "characterIds": []
280
+ },
281
+ {
282
+ "id": "tg-someone_stamina_lower-30",
283
+ "type": 14,
284
+ "characterIds": []
285
+ },
286
+ {
287
+ "id": "tg-someone_stamina_lower-50",
288
+ "type": 14,
289
+ "characterIds": []
290
+ },
291
+ {
292
+ "id": "tg-someone_stamina_lower-70",
293
+ "type": 14,
294
+ "characterIds": []
295
+ },
296
+ {
297
+ "id": "tg-someone_status-audience_amount_increase",
298
+ "type": 11,
299
+ "characterIds": []
300
+ },
301
+ {
302
+ "id": "tg-someone_status-audience_amount_reduction",
303
+ "type": 11,
304
+ "characterIds": []
305
+ },
306
+ {
307
+ "id": "tg-someone_status-beat_score_up",
308
+ "type": 11,
309
+ "characterIds": []
310
+ },
311
+ {
312
+ "id": "tg-someone_status-combo_continuation",
313
+ "type": 11,
314
+ "characterIds": []
315
+ },
316
+ {
317
+ "id": "tg-someone_status-critical_bonus_permil_up",
318
+ "type": 11,
319
+ "characterIds": []
320
+ },
321
+ {
322
+ "id": "tg-someone_status-critical_rate_up",
323
+ "type": 11,
324
+ "characterIds": []
325
+ },
326
+ {
327
+ "id": "tg-someone_status-dance_down",
328
+ "type": 11,
329
+ "characterIds": []
330
+ },
331
+ {
332
+ "id": "tg-someone_status-dance_up",
333
+ "type": 11,
334
+ "characterIds": []
335
+ },
336
+ {
337
+ "id": "tg-someone_status-score_up",
338
+ "type": 11,
339
+ "characterIds": []
340
+ },
341
+ {
342
+ "id": "tg-someone_status-skill_impossible",
343
+ "type": 11,
344
+ "characterIds": []
345
+ },
346
+ {
347
+ "id": "tg-someone_status-skill_score_up",
348
+ "type": 11,
349
+ "characterIds": []
350
+ },
351
+ {
352
+ "id": "tg-someone_status-stamina_consumption_increase",
353
+ "type": 11,
354
+ "characterIds": []
355
+ },
356
+ {
357
+ "id": "tg-someone_status-stamina_consumption_reduction",
358
+ "type": 11,
359
+ "characterIds": []
360
+ },
361
+ {
362
+ "id": "tg-someone_status-tension_up",
363
+ "type": 11,
364
+ "characterIds": []
365
+ },
366
+ {
367
+ "id": "tg-someone_status-visual_down",
368
+ "type": 11,
369
+ "characterIds": []
370
+ },
371
+ {
372
+ "id": "tg-someone_status-visual_up",
373
+ "type": 11,
374
+ "characterIds": []
375
+ },
376
+ {
377
+ "id": "tg-someone_status-vocal_down",
378
+ "type": 11,
379
+ "characterIds": []
380
+ },
381
+ {
382
+ "id": "tg-someone_status-vocal_up",
383
+ "type": 11,
384
+ "characterIds": []
385
+ },
386
+ {
387
+ "id": "tg-someone_status_group-weekness",
388
+ "type": 20,
389
+ "characterIds": []
390
+ },
391
+ {
392
+ "id": "tg-stamina_higher-100",
393
+ "type": 13,
394
+ "characterIds": []
395
+ },
396
+ {
397
+ "id": "tg-stamina_higher-60",
398
+ "type": 13,
399
+ "characterIds": []
400
+ },
401
+ {
402
+ "id": "tg-stamina_higher-80",
403
+ "type": 13,
404
+ "characterIds": []
405
+ },
406
+ {
407
+ "id": "tg-stamina_lower-30",
408
+ "type": 12,
409
+ "characterIds": []
410
+ },
411
+ {
412
+ "id": "tg-stamina_lower-50",
413
+ "type": 12,
414
+ "characterIds": []
415
+ },
416
+ {
417
+ "id": "tg-stamina_lower-70",
418
+ "type": 12,
419
+ "characterIds": []
420
+ },
421
+ {
422
+ "id": "tg-status-audience_amount_increase",
423
+ "type": 10,
424
+ "characterIds": []
425
+ },
426
+ {
427
+ "id": "tg-status-audience_amount_reduction",
428
+ "type": 10,
429
+ "characterIds": []
430
+ },
431
+ {
432
+ "id": "tg-status-beat_score_up",
433
+ "type": 10,
434
+ "characterIds": []
435
+ },
436
+ {
437
+ "id": "tg-status-combo_continuation",
438
+ "type": 10,
439
+ "characterIds": []
440
+ },
441
+ {
442
+ "id": "tg-status-critical_bonus_permil_up",
443
+ "type": 10,
444
+ "characterIds": []
445
+ },
446
+ {
447
+ "id": "tg-status-critical_rate_up",
448
+ "type": 10,
449
+ "characterIds": []
450
+ },
451
+ {
452
+ "id": "tg-status-dance_down",
453
+ "type": 10,
454
+ "characterIds": []
455
+ },
456
+ {
457
+ "id": "tg-status-dance_up",
458
+ "type": 10,
459
+ "characterIds": []
460
+ },
461
+ {
462
+ "id": "tg-status-score_up",
463
+ "type": 10,
464
+ "characterIds": []
465
+ },
466
+ {
467
+ "id": "tg-status-skill_impossible",
468
+ "type": 10,
469
+ "characterIds": []
470
+ },
471
+ {
472
+ "id": "tg-status-skill_score_up",
473
+ "type": 10,
474
+ "characterIds": []
475
+ },
476
+ {
477
+ "id": "tg-status-stamina_consumption_increase",
478
+ "type": 10,
479
+ "characterIds": []
480
+ },
481
+ {
482
+ "id": "tg-status-stamina_consumption_reduction",
483
+ "type": 10,
484
+ "characterIds": []
485
+ },
486
+ {
487
+ "id": "tg-status-tension_up",
488
+ "type": 10,
489
+ "characterIds": []
490
+ },
491
+ {
492
+ "id": "tg-status-visual_down",
493
+ "type": 10,
494
+ "characterIds": []
495
+ },
496
+ {
497
+ "id": "tg-status-visual_up",
498
+ "type": 10,
499
+ "characterIds": []
500
+ },
501
+ {
502
+ "id": "tg-status-vocal_down",
503
+ "type": 10,
504
+ "characterIds": []
505
+ },
506
+ {
507
+ "id": "tg-status-vocal_up",
508
+ "type": 10,
509
+ "characterIds": []
510
+ }
511
+ ]
@@ -0,0 +1,5 @@
1
+ import { Card, CardParameter, CardRarity } from "../../types/proto/proto_master";
2
+ declare const getRawCard: (id: string) => Card | undefined;
3
+ declare const getRawCardParameters: (id: string) => CardParameter[];
4
+ declare const getRawCardRarity: (rarity: number) => CardRarity;
5
+ export { getRawCard, getRawCardParameters, getRawCardRarity, };