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,4 @@
1
+ "use strict";
2
+ // Generated from ProtoMaster.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=proto_master.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proto_master.js","sourceRoot":"","sources":["../../../types/proto/proto_master.ts"],"names":[],"mappings":";AAAA,mCAAmC"}
@@ -0,0 +1,395 @@
1
+ import type { HomePositionType, MessageStatusType, MissionStatusType, PhotoImageType, ProfileBackgroundType, ProfileLayoutType, ProfileInformationType, ProfileColorType, ResultRankType, StoryStatusType, TelephoneStatusType, ResourceType, NotificationType, PointType, ParameterType, TutorialType } from './proto_enum';
2
+ export declare type Payslip = {
3
+ managerLevel: number;
4
+ loginDays: number;
5
+ absenceDays: number;
6
+ basicSalary: number;
7
+ activityHours: number;
8
+ activityBonus: number;
9
+ gvgHighestPoint: string;
10
+ gvgHighestPointBonus: number;
11
+ totalCardLevel: number;
12
+ cardLevelBonus: number;
13
+ totalFanAmount: string;
14
+ fanAmountBonus: number;
15
+ totalFanEventScore: string;
16
+ fanEventScoreBonus: number;
17
+ totalContestScore: string;
18
+ contestScoreBonus: number;
19
+ loginTimes: string[];
20
+ mostGrownCharacterId: string;
21
+ hierarchyDetailGradeId: string;
22
+ hierarchyPoint: string;
23
+ hierarchyGradeBonus: number;
24
+ hierarchyRank: number;
25
+ year: number;
26
+ month: number;
27
+ };
28
+ export declare type User = {
29
+ name: string;
30
+ managerExp: string;
31
+ deckSequence: string;
32
+ guildId: string;
33
+ lastGuildCheckTime: string;
34
+ divisionId: string;
35
+ firstDivisionId: string;
36
+ emblemId: string;
37
+ deckMaxOverallValue: string;
38
+ lastCreatedForumThreadDatetime: string;
39
+ gameStartTime: string;
40
+ lastLoginTime: string;
41
+ cardSupportLevel: number;
42
+ cardSupportReleaseCount: number;
43
+ nextPhotoImageId: string;
44
+ divisionMovedTime: string;
45
+ isReviewed: boolean;
46
+ questMainAreaLastClearCharacterIds: string[];
47
+ highestSalary: number;
48
+ tutorialClearedTime: string;
49
+ comebackStartTime: string;
50
+ photoLimitExtendedCount: number;
51
+ inviteHostUserId: string;
52
+ buddyCardId: string;
53
+ managerLevel: number;
54
+ cardSupportMaxNumber: number;
55
+ };
56
+ export declare type UserAccessory = {
57
+ accessoryId: string;
58
+ amount: string;
59
+ };
60
+ export declare type UserArea = {
61
+ areaId: string;
62
+ clearQuestCount: number;
63
+ dailyClearCount: number;
64
+ lastClearedTime: string;
65
+ };
66
+ export declare type UserCard = {
67
+ cardId: string;
68
+ totalExp: string;
69
+ rarityTotalExp: number;
70
+ skillLevel1: number;
71
+ skillLevel2: number;
72
+ skillLevel3: number;
73
+ liveAbilityLevel: number;
74
+ activityAbilityLevel: number;
75
+ obtainedTime: string;
76
+ supported: boolean;
77
+ lastEnhanceTime: string;
78
+ level: number;
79
+ rarity: number;
80
+ vocal: string;
81
+ dance: string;
82
+ visual: string;
83
+ stamina: string;
84
+ mental: string;
85
+ technique: string;
86
+ skillId1: string;
87
+ skillId2: string;
88
+ skillId3: string;
89
+ liveAbilityId: string;
90
+ activityAbilityId: string;
91
+ photoEquipableCount: number;
92
+ baseLevel: number;
93
+ baseVocal: string;
94
+ baseDance: string;
95
+ baseVisual: string;
96
+ baseStamina: string;
97
+ baseSkillLevel1: number;
98
+ baseSkillLevel2: number;
99
+ baseSkillLevel3: number;
100
+ baseLiveAbilityLevel: number;
101
+ baseActivityAbilityLevel: number;
102
+ baseSkillId1: string;
103
+ baseSkillId2: string;
104
+ baseSkillId3: string;
105
+ baseLiveAbilityId: string;
106
+ baseActivityAbilityId: string;
107
+ basePhotoEquipableCount: number;
108
+ };
109
+ export declare type UserCharacter = {
110
+ characterId: string;
111
+ activityExp: string;
112
+ activityStamina: number;
113
+ lightFanAmount: number;
114
+ middleFanAmount: number;
115
+ heavyFanAmount: number;
116
+ favoriteCostumeId: string;
117
+ staminaUpdatedTime: string;
118
+ inActivity: boolean;
119
+ reliability: number;
120
+ liveHighestScore: string;
121
+ characterOnlyPhotoAmount: number;
122
+ liveCostumeId: string;
123
+ activityLevel: number;
124
+ audienceCandidateAmount: number;
125
+ };
126
+ export declare type UserCharacterMusic = {
127
+ characterId: string;
128
+ musicId: string;
129
+ masteryPoint: number;
130
+ masteryLevel: number;
131
+ };
132
+ export declare type UserCostume = {
133
+ costumeId: string;
134
+ checked: boolean;
135
+ obtainedTime: string;
136
+ };
137
+ export declare type UserDecoration = {
138
+ decorationId: string;
139
+ };
140
+ export declare type UserEmblem = {
141
+ emblemId: string;
142
+ };
143
+ export declare type UserHierarchy = {
144
+ bestDetailGradeId: string;
145
+ currentFixedPoint: string;
146
+ currentVariablePoint: string;
147
+ bestTotalPoint: string;
148
+ currentPointUpdateDatetime: string;
149
+ receivedRewardIds: string[];
150
+ receivedDivisionRewardIds: string[];
151
+ };
152
+ export declare type UserHomePosition = {
153
+ homePositionType: HomePositionType;
154
+ characterId: string;
155
+ };
156
+ export declare type UserHomeTalk = {
157
+ homeTalkId: string;
158
+ };
159
+ export declare type UserItem = {
160
+ itemId: string;
161
+ expiredTime: string;
162
+ amount: string;
163
+ };
164
+ export declare type UserLoginBonus = {
165
+ loginBonusId: string;
166
+ lastLoginTime: string;
167
+ loginCount: number;
168
+ receiveCount: number;
169
+ loginBonusTextId: string;
170
+ };
171
+ export declare type UserMessage = {
172
+ messageId: string;
173
+ messageStatusType: MessageStatusType;
174
+ selectMessageDetailIds: string[];
175
+ arrivedTime: string;
176
+ };
177
+ export declare type UserMessageSchedule = {
178
+ messageId: string;
179
+ scheduledTime: string;
180
+ };
181
+ export declare type UserMission = {
182
+ missionId: string;
183
+ currentThreshold: string;
184
+ progress: string;
185
+ statusType: MissionStatusType;
186
+ lastUpdateTime: string;
187
+ };
188
+ export declare type UserMusic = {
189
+ musicId: string;
190
+ };
191
+ export declare type UserPhoto = {
192
+ photoId: string;
193
+ assetId: string;
194
+ imageType: PhotoImageType;
195
+ characterIds: string[];
196
+ name: string;
197
+ rarity: number;
198
+ placeName: string;
199
+ eventName: string;
200
+ locked: boolean;
201
+ level: number;
202
+ rerollable: boolean;
203
+ abilities: UserPhotoAbility[];
204
+ shootingTime: string;
205
+ focusCharacterId: string;
206
+ photoRecipeId: string;
207
+ };
208
+ export declare type UserPhotoAbility = {
209
+ photoAbilityId: string;
210
+ effectValue: string;
211
+ missionId: string;
212
+ grade: number;
213
+ isAvailable: boolean;
214
+ };
215
+ export declare type UserPhotoRecipe = {
216
+ photoRecipeId: string;
217
+ amount: string;
218
+ };
219
+ export declare type UserProfile = {
220
+ favoriteCardId: string;
221
+ favoritePhotoId: string;
222
+ favoriteCharacterIds: string[];
223
+ message: string;
224
+ birthMonth: string;
225
+ birthDay: string;
226
+ backgroundType: ProfileBackgroundType;
227
+ layoutType: ProfileLayoutType;
228
+ twitterInfo: TwitterInfo;
229
+ decorationId: string;
230
+ informationType: ProfileInformationType;
231
+ colorType: ProfileColorType;
232
+ };
233
+ export declare type UserQuest = {
234
+ questId: string;
235
+ dailyClearCount: number;
236
+ lastClearedTime: string;
237
+ highestScore: string;
238
+ highestScoreTime: string;
239
+ highestRank: string;
240
+ currentRankingHighestScore: string;
241
+ currentRankingHighestScoreTime: string;
242
+ currentRankingHighestRank: string;
243
+ currentRankingSeasonID: string;
244
+ highestScoreRank: ResultRankType;
245
+ };
246
+ export declare type UserStory = {
247
+ storyId: string;
248
+ statusType: StoryStatusType;
249
+ isInvalid: boolean;
250
+ };
251
+ export declare type UserTelephone = {
252
+ telephoneId: string;
253
+ unlockedTime: string;
254
+ scheduledTime: string;
255
+ telephoneStatusType: TelephoneStatusType;
256
+ };
257
+ export declare type ConsumptionResult = {
258
+ resourceType: ResourceType;
259
+ resourceId: string;
260
+ amount: number;
261
+ beforeAmount: string;
262
+ afterAmount: string;
263
+ };
264
+ export declare type MasterTag = {
265
+ version: string;
266
+ masterTagPacks: MasterTagPack[];
267
+ };
268
+ export declare type MasterTagPack = {
269
+ type: string;
270
+ fileName: string;
271
+ fileSize: number;
272
+ cryptoKey: string;
273
+ downloadUrl: string;
274
+ };
275
+ export declare type Reward = {
276
+ resourceType: ResourceType;
277
+ resourceId: string;
278
+ amount: string;
279
+ };
280
+ export declare type RewardResult = {
281
+ resourceType: ResourceType;
282
+ resourceId: string;
283
+ amount: number;
284
+ beforeAmount: string;
285
+ afterAmount: string;
286
+ isNew: boolean;
287
+ isTruncate: boolean;
288
+ isGift: boolean;
289
+ duplicateRewardResults: RewardResult[];
290
+ additionalGifts: Reward[];
291
+ };
292
+ export declare type UserBalance = {
293
+ freeBalance: number;
294
+ paidBalance: number;
295
+ };
296
+ export declare type UserBuddy = {
297
+ dailyRentalAmount: string;
298
+ };
299
+ export declare type UserCardSupport = {
300
+ number: number;
301
+ cardId: string;
302
+ removableTime: string;
303
+ };
304
+ export declare type UserDeck = {
305
+ number: number;
306
+ name: string;
307
+ };
308
+ export declare type UserDeckPosition = {
309
+ number: number;
310
+ position: number;
311
+ cardId: string;
312
+ part1AccessoryId: string;
313
+ part2AccessoryId: string;
314
+ photoIds: string[];
315
+ costumeId: string;
316
+ };
317
+ export declare type UserGachaButton = {
318
+ gachaButtonId: string;
319
+ drawTime: string;
320
+ todayCount: number;
321
+ totalCount: number;
322
+ };
323
+ export declare type UserGift = {
324
+ giftId: string;
325
+ resourceType: ResourceType;
326
+ resourceId: string;
327
+ amount: string;
328
+ message: string;
329
+ postedTime: string;
330
+ limitTime: string;
331
+ photoGift: PhotoGift;
332
+ };
333
+ export declare type PhotoGift = {
334
+ name: string;
335
+ };
336
+ export declare type UserGiftHistory = {
337
+ giftId: string;
338
+ resourceType: ResourceType;
339
+ resourceId: string;
340
+ amount: string;
341
+ message: string;
342
+ postedTime: string;
343
+ receivedTime: string;
344
+ photoGift: PhotoGiftHistory;
345
+ };
346
+ export declare type PhotoGiftHistory = {
347
+ name: string;
348
+ };
349
+ export declare type UserInvite = {
350
+ inviteCode: string;
351
+ receivedHostRewardTotalAmount: string;
352
+ };
353
+ export declare type UserNotification = {
354
+ notificationType: NotificationType;
355
+ valid: boolean;
356
+ startTime: string;
357
+ };
358
+ export declare type UserPhotoReport = {
359
+ photos: UserPhoto[];
360
+ received: boolean;
361
+ };
362
+ export declare type UserPoint = {
363
+ pointType: PointType;
364
+ amount: string;
365
+ };
366
+ export declare type TwitterInfo = {
367
+ twitterUserID: string;
368
+ twitterScreenName: string;
369
+ };
370
+ export declare type UserPublic = {
371
+ serverUserId: string;
372
+ publicUserId: string;
373
+ };
374
+ export declare type UserStaff = {
375
+ parameterType: ParameterType;
376
+ level: number;
377
+ };
378
+ export declare type UserTotalCount = {
379
+ loginCount: string;
380
+ marketExchangeCount: string;
381
+ photoShootCount: string;
382
+ staffTrainCount: string;
383
+ pointGoldAmount: string;
384
+ forumLikeCount: string;
385
+ forumCreateReplyCount: string;
386
+ activityFanEventCount: string;
387
+ activityPromotionMinutes: string;
388
+ activityRefreshCount: string;
389
+ guildCheckInCount: string;
390
+ photoRetouchCount: string;
391
+ };
392
+ export declare type UserTutorial = {
393
+ tutorialType: TutorialType;
394
+ step: string;
395
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // Generated from ProtoTransaction.proto
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=proto_transaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proto_transaction.js","sourceRoot":"","sources":["../../../types/proto/proto_transaction.ts"],"names":[],"mappings":";AAAA,wCAAwC"}
@@ -0,0 +1,23 @@
1
+ export declare type TransDeck = {
2
+ name: string;
3
+ transCards: {
4
+ index: number;
5
+ card: TransCard;
6
+ }[];
7
+ };
8
+ export declare type TransCard = {
9
+ index: number;
10
+ cardId: string;
11
+ level: number;
12
+ rarity: number;
13
+ skillLevel1: number;
14
+ skillLevel2: number;
15
+ skillLevel3: number;
16
+ isArbitrary: boolean;
17
+ vocal: number;
18
+ dance: number;
19
+ visual: number;
20
+ stamina: number;
21
+ mental: number;
22
+ technique: number;
23
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=trans_types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trans_types.js","sourceRoot":"","sources":["../../types/trans_types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { AttributeType } from "../proto/proto_enum";
2
+ import { Card } from "../proto/proto_master";
3
+ import { WapSkill } from "./skill_waps";
4
+ export declare type WapCard = Card & {
5
+ skill1: WapSkill;
6
+ skill2: WapSkill;
7
+ skill3: WapSkill;
8
+ attributeType: AttributeType;
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=card_waps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card_waps.js","sourceRoot":"","sources":["../../../types/wap/card_waps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { LiveBeat } from "../proto/proto_api";
2
+ export declare type WapLiveBeat = Omit<LiveBeat, "score"> & {
3
+ score: number;
4
+ };
5
+ export declare type WapPhotoAbility = {
6
+ photoAbilityId: string;
7
+ effectValue: string;
8
+ missionId: string;
9
+ grade: number;
10
+ isAvailable: boolean;
11
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=misc_waps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"misc_waps.js","sourceRoot":"","sources":["../../../types/wap/misc_waps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { AttributeType } from "../proto/proto_enum";
2
+ import { MusicChartPattern, Quest } from "../proto/proto_master";
3
+ import { WapLiveAbility } from "./skill_waps";
4
+ export declare type WapQuest = Quest & {
5
+ musicName: string;
6
+ musicChartPatterns: WapMusicChartPattern[];
7
+ liveBonuses?: WapLiveAbility[];
8
+ getLaneType: (index: number) => AttributeType;
9
+ };
10
+ export declare type WapMusicChartPattern = MusicChartPattern & {
11
+ sequence: number;
12
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=quest_waps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quest_waps.js","sourceRoot":"","sources":["../../../types/wap/quest_waps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,24 @@
1
+ import { SkillCategoryType } from "../proto/proto_enum";
2
+ import { Skill, SkillLevel, SkillTrigger, SkillDetail, SkillEfficacy, SkillTarget, LiveAbilityLevel } from "../proto/proto_master";
3
+ export declare type WapSkill = Skill & {
4
+ wapSkillLevels: WapSkillLevel[];
5
+ };
6
+ export declare type WapSkillLevel = SkillLevel & {
7
+ trigger?: SkillTrigger;
8
+ wapSkillDetails: WapSkillDetail[];
9
+ categoryType: SkillCategoryType;
10
+ name: string;
11
+ assetId: string;
12
+ };
13
+ export declare type WapSkillDetail = SkillDetail & {
14
+ trigger?: SkillTrigger;
15
+ efficacy: WapSkillEfficacy;
16
+ };
17
+ export declare type WapSkillEfficacy = SkillEfficacy & {
18
+ skillTarget?: SkillTarget;
19
+ duration: number;
20
+ isInstant: boolean;
21
+ };
22
+ export declare type WapLiveAbility = LiveAbilityLevel & {
23
+ skill: WapSkillLevel;
24
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=skill_waps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill_waps.js","sourceRoot":"","sources":["../../../types/wap/skill_waps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import { LiveCard } from "../types/card_types";
2
+ import { CardStatus } from "../types/concert_types";
3
+ import { AttributeType } from "../types/proto/proto_enum";
4
+ import { WapSkillLevel } from "../types/wap/skill_waps";
5
+ export declare function calcParam(paramValue: number, permil: number, rarityBonusPermil: number): number;
6
+ export declare function calcBuffedParam(base: number, mul?: number, add?: number, isPermil?: boolean): number;
7
+ export declare function calcStaminaConsumption(expectedSt: number, cardStat: CardStatus, questWeightPermil: number): number;
8
+ export declare function calcStaminaRecovery(expectedSt: number, cardStat: CardStatus, questWeightPermil: number): number;
9
+ /**
10
+ * Calculate stamina consumption.
11
+ * @param skillLevel A `WapSkillLevel` to be performed.
12
+ * @param card A `LiveCard` which performs this skill.
13
+ * @param cardStatus A `CardStatus` belongs to which performs this skill.
14
+ * @param staminaWeightPermil Stamina consumption rate of this stage.
15
+ * @returns Calculated stamina amount to be consumed.
16
+ */
17
+ export declare function calcSkillStaminaConsumption(skillLevel: WapSkillLevel, card: LiveCard, cardStatus: CardStatus, staminaWeightPermil: number): number;
18
+ export declare function calcActSkillPrivilege(laneType: AttributeType, card: LiveCard, cardStatus: CardStatus): number;
19
+ export declare function roll(probabilityPermil: number): boolean;
20
+ export declare function calcCriticalRate(technique: number, difficulty: number): number;