hoshimi-venus 0.5.1 → 0.6.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 (53) hide show
  1. package/out/concert/concert.d.ts +2 -0
  2. package/out/concert/concert.js +5 -0
  3. package/out/concert/concert.js.map +1 -1
  4. package/out/concert/consts/chart_consts.d.ts +1 -0
  5. package/out/concert/consts/chart_consts.js +4 -1
  6. package/out/concert/consts/chart_consts.js.map +1 -1
  7. package/out/concert/partial/actions/action.d.ts +1 -1
  8. package/out/concert/partial/actions/action.js +2 -0
  9. package/out/concert/partial/actions/action.js.map +1 -1
  10. package/out/concert/partial/assignment_a_skill.d.ts +2 -0
  11. package/out/concert/partial/assignment_a_skill.js +35 -0
  12. package/out/concert/partial/assignment_a_skill.js.map +1 -0
  13. package/out/concert/partial/b_check_existence.d.ts +1 -1
  14. package/out/concert/partial/b_check_existence.js +6 -2
  15. package/out/concert/partial/b_check_existence.js.map +1 -1
  16. package/out/concert/partial/c_check_act_skill_stamina.js +3 -0
  17. package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -1
  18. package/out/concert/partial/d_check_act_skill_cool_time.js +3 -0
  19. package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -1
  20. package/out/concert/partial/e_check_act_skill_possibility.js +3 -0
  21. package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -1
  22. package/out/concert/partial/init_concert.js +1 -0
  23. package/out/concert/partial/init_concert.js.map +1 -1
  24. package/out/database/Card.json +1 -8585
  25. package/out/database/CardParameter.json +1 -4682
  26. package/out/database/CardRarity.json +1 -62
  27. package/out/database/Character.json +1 -3743
  28. package/out/database/LiveAbility.json +1 -27692
  29. package/out/database/LiveBonus.json +1 -488
  30. package/out/database/LiveBonusGroup.json +1 -490
  31. package/out/database/MarathonQuest.json +1 -1387
  32. package/out/database/Music.json +1 -24029
  33. package/out/database/MusicChartPattern.json +1 -107582
  34. package/out/database/Quest.json +1 -103537
  35. package/out/database/Setting.json +1 -278
  36. package/out/database/Skill.json +1 -104420
  37. package/out/database/SkillEfficacy.json +1 -40962
  38. package/out/database/SkillTarget.json +1 -227
  39. package/out/database/SkillTrigger.json +1 -576
  40. package/out/main.js +1 -1
  41. package/out/types/card_types.d.ts +3 -3
  42. package/out/types/concert_types.d.ts +13 -12
  43. package/out/types/misc_types.d.ts +2 -2
  44. package/out/types/proto/proto_api.d.ts +834 -834
  45. package/out/types/proto/proto_master.d.ts +265 -265
  46. package/out/types/proto/proto_transaction.d.ts +51 -51
  47. package/out/types/quest_types.d.ts +1 -1
  48. package/out/types/trans_types.d.ts +3 -3
  49. package/out/types/wap/card_waps.d.ts +1 -1
  50. package/out/types/wap/misc_waps.d.ts +2 -2
  51. package/out/types/wap/quest_waps.d.ts +2 -2
  52. package/out/types/wap/skill_waps.d.ts +5 -5
  53. package/package.json +4 -3
@@ -1,62 +1 @@
1
- [
2
- {
3
- "rarity": 1,
4
- "levelLimit": 20,
5
- "parameterBonusPermil": 1000,
6
- "requiredExp": 0
7
- },
8
- {
9
- "rarity": 2,
10
- "levelLimit": 40,
11
- "parameterBonusPermil": 1050,
12
- "requiredExp": 10
13
- },
14
- {
15
- "rarity": 3,
16
- "levelLimit": 60,
17
- "parameterBonusPermil": 1100,
18
- "requiredExp": 35
19
- },
20
- {
21
- "rarity": 4,
22
- "levelLimit": 80,
23
- "parameterBonusPermil": 1150,
24
- "requiredExp": 60
25
- },
26
- {
27
- "rarity": 5,
28
- "levelLimit": 100,
29
- "parameterBonusPermil": 1200,
30
- "requiredExp": 110
31
- },
32
- {
33
- "rarity": 6,
34
- "levelLimit": 120,
35
- "parameterBonusPermil": 1250,
36
- "requiredExp": 210
37
- },
38
- {
39
- "rarity": 7,
40
- "levelLimit": 140,
41
- "parameterBonusPermil": 1300,
42
- "requiredExp": 410
43
- },
44
- {
45
- "rarity": 8,
46
- "levelLimit": 160,
47
- "parameterBonusPermil": 1350,
48
- "requiredExp": 610
49
- },
50
- {
51
- "rarity": 9,
52
- "levelLimit": 180,
53
- "parameterBonusPermil": 1400,
54
- "requiredExp": 810
55
- },
56
- {
57
- "rarity": 10,
58
- "levelLimit": 200,
59
- "parameterBonusPermil": 1450,
60
- "requiredExp": 1210
61
- }
62
- ]
1
+ [{ "rarity": 1, "levelLimit": 20, "parameterBonusPermil": 1000, "requiredExp": 0 }, { "rarity": 2, "levelLimit": 40, "parameterBonusPermil": 1050, "requiredExp": 10 }, { "rarity": 3, "levelLimit": 60, "parameterBonusPermil": 1100, "requiredExp": 35 }, { "rarity": 4, "levelLimit": 80, "parameterBonusPermil": 1150, "requiredExp": 60 }, { "rarity": 5, "levelLimit": 100, "parameterBonusPermil": 1200, "requiredExp": 110 }, { "rarity": 6, "levelLimit": 120, "parameterBonusPermil": 1250, "requiredExp": 210 }, { "rarity": 7, "levelLimit": 140, "parameterBonusPermil": 1300, "requiredExp": 410 }, { "rarity": 8, "levelLimit": 160, "parameterBonusPermil": 1350, "requiredExp": 610 }, { "rarity": 9, "levelLimit": 180, "parameterBonusPermil": 1400, "requiredExp": 810 }, { "rarity": 10, "levelLimit": 200, "parameterBonusPermil": 1450, "requiredExp": 1210 }]