teyvatdb 0.5.7.1 → 0.5.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97db0f9c6ad84d7dd8df05e9598d2cb9aa0f3932d75d13cd58e06c8639bc69bc
4
- data.tar.gz: d9a4e08605010b2ef13d2279024e5259310287362fad83c9ce10360a0c277972
3
+ metadata.gz: 160170ae8a5831548bcc3efcf6f7a0712cf2ffd71853bfb82b3f7792fb8c2294
4
+ data.tar.gz: 7b09c1059c21afb0fe1492efa387cc5f7d8d117687edab14f0e7ce10eb412369
5
5
  SHA512:
6
- metadata.gz: 3f6b07752e24e04d4b9466a75679c8e148287efdd1431b46869cfe70f017322ed88610dfb45368a00b343a65148b11cf5cf552e6433cf479030716d56fe2e05f
7
- data.tar.gz: d2e9211af81dd9787485781156386df92e4052220bb721b93cac146dcb14c701a66013603ef6d420e570f42c60f93d80b40484608699e2c0bf12c9d4a776127c
6
+ metadata.gz: e475c47acaccefe40113b7336b2e5e048b437418a160a6bc3313efffd9c37bdff042fe0725a10554d51f34b5ff4c65dd72aaa60463bb6d4f446b343aaefec660
7
+ data.tar.gz: bcc384fe62ec7a3a25b2db00e7e56a6a59973ec417b872a538123a93f9b5084a286f937daf9f262cad1e6a6a21ecbea88f619f8cc23e4a75b8fb7f84ec331201
data/CHANGELOG.md CHANGED
@@ -1,7 +1,20 @@
1
+ ## [0.5.8] - 2025-08-03
2
+ - Add new character
3
+ - Inefa (5)
4
+ - Add missing character
5
+ - Emilie (5)
6
+ - Add Weapons
7
+ - Fractured Halo (5)
8
+ - Flame-Forged Insight
9
+ - Add C3/C5 bonuses to all characters
10
+
11
+ ## [0.5.7.2] - 2025-07-06
12
+ - Really Fix typo in DenialAndJudgment
13
+
1
14
  ## [0.5.7.1] - 2025-07-06
2
15
  - Add missing material
3
16
  - Red Berryshroom
4
- - Fix typo in DenialAndJudgement
17
+ - Fix typo in DenialAndJudgment
5
18
 
6
19
  ## [0.5.7] - 2025-06-17
7
20
  - Add new Characters
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- teyvatdb (0.5.7.1)
4
+ teyvatdb (0.5.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -8,6 +8,8 @@ module GenshinData
8
8
  name: "Albedo",
9
9
  nation_name: :mondstadt,
10
10
  rarity: 5,
11
+ constellation_three_bonus: :skill,
12
+ constellation_five_bonus: :burst,
11
13
  element: :geo,
12
14
  weapon_type: :sword,
13
15
  talent_book_name: :ballad,
@@ -23,6 +25,8 @@ module GenshinData
23
25
  name: "Alhaitham",
24
26
  nation_name: :sumeru,
25
27
  rarity: 5,
28
+ constellation_three_bonus: :skill,
29
+ constellation_five_bonus: :burst,
26
30
  element: :dendro,
27
31
  weapon_type: :sword,
28
32
  talent_book_name: :ingenuity,
@@ -38,6 +42,8 @@ module GenshinData
38
42
  name: "Aloy",
39
43
  nation_name: :unknown,
40
44
  rarity: 5,
45
+ constellation_three_bonus: :skill,
46
+ constellation_five_bonus: :burst,
41
47
  element: :cryo,
42
48
  weapon_type: :bow,
43
49
  talent_book_name: :freedom,
@@ -53,6 +59,8 @@ module GenshinData
53
59
  name: "Amber",
54
60
  nation_name: :mondstadt,
55
61
  rarity: 4,
62
+ constellation_three_bonus: :burst,
63
+ constellation_five_bonus: :skill,
56
64
  element: :pyro,
57
65
  weapon_type: :bow,
58
66
  talent_book_name: :freedom,
@@ -68,6 +76,8 @@ module GenshinData
68
76
  name: "Arataki Itto",
69
77
  nation_name: :inazuma,
70
78
  rarity: 5,
79
+ constellation_three_bonus: :skill,
80
+ constellation_five_bonus: :burst,
71
81
  element: :geo,
72
82
  weapon_type: :claymore,
73
83
  talent_book_name: :elegance,
@@ -83,6 +93,8 @@ module GenshinData
83
93
  name: "Arlecchino",
84
94
  nation_name: :fontaine,
85
95
  rarity: 5,
96
+ constellation_three_bonus: :attack,
97
+ constellation_five_bonus: :burst,
86
98
  element: :pyro,
87
99
  weapon_type: :polearm,
88
100
  talent_book_name: :order,
@@ -98,6 +110,8 @@ module GenshinData
98
110
  name: "Baizhu",
99
111
  nation_name: :liyue,
100
112
  rarity: 5,
113
+ constellation_three_bonus: :burst,
114
+ constellation_five_bonus: :skill,
101
115
  element: :dendro,
102
116
  weapon_type: :catalyst,
103
117
  talent_book_name: :gold,
@@ -113,6 +127,8 @@ module GenshinData
113
127
  name: "Barbara",
114
128
  nation_name: :mondstadt,
115
129
  rarity: 4,
130
+ constellation_three_bonus: :burst,
131
+ constellation_five_bonus: :skill,
116
132
  element: :hydro,
117
133
  weapon_type: :catalyst,
118
134
  talent_book_name: :freedom,
@@ -128,6 +144,8 @@ module GenshinData
128
144
  name: "Beidou",
129
145
  nation_name: :liyue,
130
146
  rarity: 4,
147
+ constellation_three_bonus: :skill,
148
+ constellation_five_bonus: :burst,
131
149
  element: :electro,
132
150
  weapon_type: :claymore,
133
151
  talent_book_name: :gold,
@@ -143,6 +161,8 @@ module GenshinData
143
161
  name: "Bennett",
144
162
  nation_name: :mondstadt,
145
163
  rarity: 4,
164
+ constellation_three_bonus: :skill,
165
+ constellation_five_bonus: :burst,
146
166
  element: :pyro,
147
167
  weapon_type: :sword,
148
168
  talent_book_name: :resistance,
@@ -158,6 +178,8 @@ module GenshinData
158
178
  name: "Candace",
159
179
  nation_name: :sumeru,
160
180
  rarity: 4,
181
+ constellation_three_bonus: :burst,
182
+ constellation_five_bonus: :skill,
161
183
  element: :hydro,
162
184
  weapon_type: :polearm,
163
185
  talent_book_name: :admonition,
@@ -173,6 +195,8 @@ module GenshinData
173
195
  name: "Charlotte",
174
196
  nation_name: :fontaine,
175
197
  rarity: 4,
198
+ constellation_three_bonus: :burst,
199
+ constellation_five_bonus: :skill,
176
200
  element: :cryo,
177
201
  weapon_type: :catalyst,
178
202
  talent_book_name: :justice,
@@ -188,6 +212,8 @@ module GenshinData
188
212
  name: "Chasca",
189
213
  nation_name: :natlan,
190
214
  rarity: 5,
215
+ constellation_three_bonus: :skill,
216
+ constellation_five_bonus: :burst,
191
217
  element: :anemo,
192
218
  weapon_type: :bow,
193
219
  talent_book_name: :conflict,
@@ -203,6 +229,8 @@ module GenshinData
203
229
  name: "Chevreuse",
204
230
  nation_name: :fontaine,
205
231
  rarity: 4,
232
+ constellation_three_bonus: :skill,
233
+ constellation_five_bonus: :burst,
206
234
  element: :pyro,
207
235
  weapon_type: :polearm,
208
236
  talent_book_name: :order,
@@ -218,6 +246,8 @@ module GenshinData
218
246
  name: "Chiori",
219
247
  nation_name: :fontaine,
220
248
  rarity: 5,
249
+ constellation_three_bonus: :skill,
250
+ constellation_five_bonus: :burst,
221
251
  element: :geo,
222
252
  weapon_type: :sword,
223
253
  talent_book_name: :light,
@@ -233,6 +263,8 @@ module GenshinData
233
263
  name: "Chongyun",
234
264
  nation_name: :liyue,
235
265
  rarity: 4,
266
+ constellation_three_bonus: :burst,
267
+ constellation_five_bonus: :skill,
236
268
  element: :cryo,
237
269
  weapon_type: :claymore,
238
270
  talent_book_name: :diligence,
@@ -248,6 +280,8 @@ module GenshinData
248
280
  name: "Citlali",
249
281
  nation_name: :natlan,
250
282
  rarity: 5,
283
+ constellation_three_bonus: :skill,
284
+ constellation_five_bonus: :burst,
251
285
  element: :cryo,
252
286
  weapon_type: :catalyst,
253
287
  talent_book_name: :kindling,
@@ -263,6 +297,8 @@ module GenshinData
263
297
  name: "Clorinde",
264
298
  nation_name: :fontaine,
265
299
  rarity: 5,
300
+ constellation_three_bonus: :skill,
301
+ constellation_five_bonus: :burst,
266
302
  element: :electro,
267
303
  weapon_type: :sword,
268
304
  talent_book_name: :justice,
@@ -278,6 +314,8 @@ module GenshinData
278
314
  name: "Collei",
279
315
  nation_name: :sumeru,
280
316
  rarity: 4,
317
+ constellation_three_bonus: :skill,
318
+ constellation_five_bonus: :burst,
281
319
  element: :dendro,
282
320
  weapon_type: :bow,
283
321
  talent_book_name: :praxis,
@@ -293,6 +331,8 @@ module GenshinData
293
331
  name: "Cyno",
294
332
  nation_name: :sumeru,
295
333
  rarity: 5,
334
+ constellation_three_bonus: :burst,
335
+ constellation_five_bonus: :skill,
296
336
  element: :electro,
297
337
  weapon_type: :polearm,
298
338
  talent_book_name: :admonition,
@@ -308,6 +348,8 @@ module GenshinData
308
348
  name: "Dahlia",
309
349
  nation_name: :mondstadt,
310
350
  rarity: 4,
351
+ constellation_three_bonus: :burst,
352
+ constellation_five_bonus: :skill,
311
353
  element: :hydro,
312
354
  weapon_type: :sword,
313
355
  ascension_boss_material_name: "SecretSourceAirflowAccumulator",
@@ -323,6 +365,8 @@ module GenshinData
323
365
  name: "Dehya",
324
366
  nation_name: :sumeru,
325
367
  rarity: 5,
368
+ constellation_three_bonus: :burst,
369
+ constellation_five_bonus: :skill,
326
370
  element: :pyro,
327
371
  weapon_type: :claymore,
328
372
  talent_book_name: :praxis,
@@ -338,6 +382,8 @@ module GenshinData
338
382
  name: "Diluc",
339
383
  nation_name: :mondstadt,
340
384
  rarity: 5,
385
+ constellation_three_bonus: :skill,
386
+ constellation_five_bonus: :burst,
341
387
  element: :pyro,
342
388
  weapon_type: :claymore,
343
389
  talent_book_name: :resistance,
@@ -353,6 +399,8 @@ module GenshinData
353
399
  name: "Diona",
354
400
  nation_name: :mondstadt,
355
401
  rarity: 4,
402
+ constellation_three_bonus: :burst,
403
+ constellation_five_bonus: :skill,
356
404
  element: :cryo,
357
405
  weapon_type: :bow,
358
406
  talent_book_name: :freedom,
@@ -368,6 +416,8 @@ module GenshinData
368
416
  name: "Dori",
369
417
  nation_name: :sumeru,
370
418
  rarity: 4,
419
+ constellation_three_bonus: :burst,
420
+ constellation_five_bonus: :skill,
371
421
  element: :electro,
372
422
  weapon_type: :claymore,
373
423
  talent_book_name: :ingenuity,
@@ -378,11 +428,30 @@ module GenshinData
378
428
  ascension_enemy_material_name: :scarf
379
429
  ).freeze
380
430
 
431
+ EMILIE = GenshinObject::Character.new(
432
+ kamera_key: "Emilie",
433
+ name: "Emilie",
434
+ nation_name: :fontaine,
435
+ rarity: 5,
436
+ constellation_three_bonus: :skill,
437
+ constellation_five_bonus: :burst,
438
+ element: :dendro,
439
+ weapon_type: :polearm,
440
+ ascension_boss_material_name: "FragmentOfAGoldenMelody",
441
+ ascension_gathering_material_name: "LakelightLily",
442
+ ascension_enemy_material_name: :gear,
443
+ talent_book_name: :order,
444
+ talent_rare_material_name: :gear,
445
+ talent_boss_material_name: "SilkenFeather"
446
+ ).freeze
447
+
381
448
  ESCOFFIER = GenshinObject::Character.new(
382
449
  kamera_key: "Escoffier",
383
450
  name: "Escoffier",
384
451
  nation_name: :fontaine,
385
452
  rarity: 5,
453
+ constellation_three_bonus: :skill,
454
+ constellation_five_bonus: :burst,
386
455
  element: :cryo,
387
456
  weapon_type: :polearm,
388
457
  talent_book_name: :justice,
@@ -398,6 +467,8 @@ module GenshinData
398
467
  name: "Eula",
399
468
  nation_name: :mondstadt,
400
469
  rarity: 5,
470
+ constellation_three_bonus: :burst,
471
+ constellation_five_bonus: :skill,
401
472
  element: :cryo,
402
473
  weapon_type: :claymore,
403
474
  talent_book_name: :resistance,
@@ -413,6 +484,8 @@ module GenshinData
413
484
  name: "Faruzan",
414
485
  nation_name: :sumeru,
415
486
  rarity: 4,
487
+ constellation_three_bonus: :skill,
488
+ constellation_five_bonus: :burst,
416
489
  element: :anemo,
417
490
  weapon_type: :bow,
418
491
  talent_book_name: :admonition,
@@ -428,6 +501,8 @@ module GenshinData
428
501
  name: "Fischl",
429
502
  nation_name: :mondstadt,
430
503
  rarity: 4,
504
+ constellation_three_bonus: :skill,
505
+ constellation_five_bonus: :burst,
431
506
  element: :electro,
432
507
  weapon_type: :bow,
433
508
  talent_book_name: :ballad,
@@ -443,6 +518,8 @@ module GenshinData
443
518
  name: "Freminet",
444
519
  nation_name: :fontaine,
445
520
  rarity: 4,
521
+ constellation_three_bonus: :attack,
522
+ constellation_five_bonus: :skill,
446
523
  element: :cryo,
447
524
  weapon_type: :claymore,
448
525
  talent_book_name: :justice,
@@ -458,6 +535,8 @@ module GenshinData
458
535
  name: "Furina",
459
536
  nation_name: :fontaine,
460
537
  rarity: 5,
538
+ constellation_three_bonus: :burst,
539
+ constellation_five_bonus: :skill,
461
540
  element: :hydro,
462
541
  weapon_type: :sword,
463
542
  talent_book_name: :justice,
@@ -473,6 +552,8 @@ module GenshinData
473
552
  name: "Gaming",
474
553
  nation_name: :liyue,
475
554
  rarity: 4,
555
+ constellation_three_bonus: :skill,
556
+ constellation_five_bonus: :burst,
476
557
  element: :pyro,
477
558
  weapon_type: :claymore,
478
559
  talent_book_name: :prosperity,
@@ -488,6 +569,8 @@ module GenshinData
488
569
  name: "Ganyu",
489
570
  nation_name: :liyue,
490
571
  rarity: 5,
572
+ constellation_three_bonus: :burst,
573
+ constellation_five_bonus: :skill,
491
574
  element: :cryo,
492
575
  weapon_type: :bow,
493
576
  talent_book_name: :diligence,
@@ -503,6 +586,8 @@ module GenshinData
503
586
  name: "Gorou",
504
587
  nation_name: :inazuma,
505
588
  rarity: 4,
589
+ constellation_three_bonus: :skill,
590
+ constellation_five_bonus: :burst,
506
591
  element: :geo,
507
592
  weapon_type: :bow,
508
593
  talent_book_name: :light,
@@ -518,6 +603,8 @@ module GenshinData
518
603
  name: "Hu Tao",
519
604
  nation_name: :liyue,
520
605
  rarity: 5,
606
+ constellation_three_bonus: :skill,
607
+ constellation_five_bonus: :burst,
521
608
  element: :pyro,
522
609
  weapon_type: :polearm,
523
610
  talent_book_name: :diligence,
@@ -533,6 +620,8 @@ module GenshinData
533
620
  name: "Iansan",
534
621
  nation_name: :natlan,
535
622
  rarity: 4,
623
+ constellation_three_bonus: :skill,
624
+ constellation_five_bonus: :burst,
536
625
  element: :electro,
537
626
  weapon_type: :polearm,
538
627
  talent_book_name: :contention,
@@ -548,6 +637,8 @@ module GenshinData
548
637
  name: "Ifa",
549
638
  nation_name: :natlan,
550
639
  rarity: 4,
640
+ constellation_three_bonus: :skill,
641
+ constellation_five_bonus: :burst,
551
642
  element: :anemo,
552
643
  weapon_type: :catalyst,
553
644
  talent_book_name: :conflict,
@@ -558,11 +649,30 @@ module GenshinData
558
649
  ascension_enemy_material_name: :fang
559
650
  ).freeze
560
651
 
652
+ INEFA = GenshinObject::Character.new(
653
+ kamera_key: "Inefa",
654
+ name: "Inefa",
655
+ nation_name: :natlan,
656
+ rarity: 5,
657
+ constellation_three_bonus: :skill,
658
+ constellation_five_bonus: :burst,
659
+ element: :electro,
660
+ weapon_type: :polearm,
661
+ talent_book_name: :conflict,
662
+ talent_rare_material_name: :whistle,
663
+ talent_boss_material_name: "ErodedSunfire",
664
+ ascension_boss_material_name: "SecretSourceAirflowAccumulator",
665
+ ascension_gathering_material_name: "GlowingHornshroom",
666
+ ascension_enemy_material_name: :whistle
667
+ ).freeze
668
+
561
669
  JEAN = GenshinObject::Character.new(
562
670
  kamera_key: "Jean",
563
671
  name: "Jean",
564
672
  nation_name: :mondstadt,
565
673
  rarity: 5,
674
+ constellation_three_bonus: :burst,
675
+ constellation_five_bonus: :skill,
566
676
  element: :anemo,
567
677
  weapon_type: :sword,
568
678
  talent_book_name: :resistance,
@@ -578,6 +688,8 @@ module GenshinData
578
688
  name: "Kachina",
579
689
  nation_name: :natlan,
580
690
  rarity: 4,
691
+ constellation_three_bonus: :skill,
692
+ constellation_five_bonus: :burst,
581
693
  element: :geo,
582
694
  weapon_type: :polearm,
583
695
  talent_book_name: :conflict,
@@ -593,6 +705,8 @@ module GenshinData
593
705
  name: "Kaedehara Kazuha",
594
706
  nation_name: :inazuma,
595
707
  rarity: 5,
708
+ constellation_three_bonus: :skill,
709
+ constellation_five_bonus: :burst,
596
710
  element: :anemo,
597
711
  weapon_type: :sword,
598
712
  talent_book_name: :diligence,
@@ -608,6 +722,8 @@ module GenshinData
608
722
  name: "Kaeya",
609
723
  nation_name: :mondstadt,
610
724
  rarity: 4,
725
+ constellation_three_bonus: :skill,
726
+ constellation_five_bonus: :burst,
611
727
  element: :cryo,
612
728
  weapon_type: :sword,
613
729
  talent_book_name: :ballad,
@@ -623,6 +739,8 @@ module GenshinData
623
739
  name: "Kamisato Ayaka",
624
740
  nation_name: :inazuma,
625
741
  rarity: 5,
742
+ constellation_three_bonus: :burst,
743
+ constellation_five_bonus: :skill,
626
744
  element: :cryo,
627
745
  weapon_type: :sword,
628
746
  talent_book_name: :elegance,
@@ -638,6 +756,8 @@ module GenshinData
638
756
  name: "Kamisato Ayato",
639
757
  nation_name: :inazuma,
640
758
  rarity: 5,
759
+ constellation_three_bonus: :skill,
760
+ constellation_five_bonus: :burst,
641
761
  element: :hydro,
642
762
  weapon_type: :sword,
643
763
  talent_book_name: :elegance,
@@ -653,6 +773,8 @@ module GenshinData
653
773
  name: "Kaveh",
654
774
  nation_name: :sumeru,
655
775
  rarity: 4,
776
+ constellation_three_bonus: :burst,
777
+ constellation_five_bonus: :skill,
656
778
  element: :dendro,
657
779
  weapon_type: :claymore,
658
780
  talent_book_name: :ingenuity,
@@ -668,6 +790,8 @@ module GenshinData
668
790
  name: "Keqing",
669
791
  nation_name: :liyue,
670
792
  rarity: 5,
793
+ constellation_three_bonus: :burst,
794
+ constellation_five_bonus: :skill,
671
795
  element: :electro,
672
796
  weapon_type: :sword,
673
797
  talent_book_name: :prosperity,
@@ -678,26 +802,13 @@ module GenshinData
678
802
  ascension_enemy_material_name: :nectar
679
803
  ).freeze
680
804
 
681
- KIRARA = GenshinObject::Character.new(
682
- kamera_key: "Kirara",
683
- name: "Kirara",
684
- nation_name: :inazuma,
685
- rarity: 4,
686
- element: :dendro,
687
- weapon_type: :sword,
688
- talent_book_name: :transience,
689
- talent_rare_material_name: :spectral,
690
- talent_boss_material_name: "Everamber",
691
- ascension_boss_material_name: "EvergloomRing",
692
- ascension_gathering_material_name: "AmakumoFruit",
693
- ascension_enemy_material_name: :spectral
694
- ).freeze
695
-
696
805
  KINICH = GenshinObject::Character.new(
697
806
  kamera_key: "Kinich",
698
807
  name: "Kinich",
699
808
  nation_name: :natlan,
700
809
  rarity: 5,
810
+ constellation_three_bonus: :skill,
811
+ constellation_five_bonus: :burst,
701
812
  element: :dendro,
702
813
  weapon_type: :claymore,
703
814
  talent_book_name: :kindling,
@@ -708,11 +819,30 @@ module GenshinData
708
819
  ascension_enemy_material_name: :fang
709
820
  ).freeze
710
821
 
822
+ KIRARA = GenshinObject::Character.new(
823
+ kamera_key: "Kirara",
824
+ name: "Kirara",
825
+ nation_name: :inazuma,
826
+ rarity: 4,
827
+ constellation_three_bonus: :skill,
828
+ constellation_five_bonus: :burst,
829
+ element: :dendro,
830
+ weapon_type: :sword,
831
+ talent_book_name: :transience,
832
+ talent_rare_material_name: :spectral,
833
+ talent_boss_material_name: "Everamber",
834
+ ascension_boss_material_name: "EvergloomRing",
835
+ ascension_gathering_material_name: "AmakumoFruit",
836
+ ascension_enemy_material_name: :spectral
837
+ ).freeze
838
+
711
839
  KLEE = GenshinObject::Character.new(
712
840
  kamera_key: "Klee",
713
841
  name: "Klee",
714
842
  nation_name: :mondstadt,
715
843
  rarity: 5,
844
+ constellation_three_bonus: :skill,
845
+ constellation_five_bonus: :burst,
716
846
  element: :pyro,
717
847
  weapon_type: :catalyst,
718
848
  talent_book_name: :freedom,
@@ -728,6 +858,8 @@ module GenshinData
728
858
  name: "Kujou Sara",
729
859
  nation_name: :inazuma,
730
860
  rarity: 4,
861
+ constellation_three_bonus: :burst,
862
+ constellation_five_bonus: :skill,
731
863
  element: :electro,
732
864
  weapon_type: :bow,
733
865
  talent_book_name: :elegance,
@@ -743,6 +875,8 @@ module GenshinData
743
875
  name: "Kuki Shinobu",
744
876
  nation_name: :inazuma,
745
877
  rarity: 4,
878
+ constellation_three_bonus: :skill,
879
+ constellation_five_bonus: :burst,
746
880
  element: :electro,
747
881
  weapon_type: :sword,
748
882
  talent_book_name: :elegance,
@@ -758,6 +892,8 @@ module GenshinData
758
892
  name: "Lan Yan",
759
893
  nation_name: :liyue,
760
894
  rarity: 4,
895
+ constellation_three_bonus: :skill,
896
+ constellation_five_bonus: :burst,
761
897
  element: :anemo,
762
898
  weapon_type: :catalyst,
763
899
  talent_book_name: :diligence,
@@ -773,6 +909,8 @@ module GenshinData
773
909
  name: "Layla",
774
910
  nation_name: :sumeru,
775
911
  rarity: 4,
912
+ constellation_three_bonus: :skill,
913
+ constellation_five_bonus: :burst,
776
914
  element: :cryo,
777
915
  weapon_type: :sword,
778
916
  talent_book_name: :ingenuity,
@@ -788,6 +926,8 @@ module GenshinData
788
926
  name: "Lisa",
789
927
  nation_name: :mondstadt,
790
928
  rarity: 4,
929
+ constellation_three_bonus: :burst,
930
+ constellation_five_bonus: :skill,
791
931
  element: :electro,
792
932
  weapon_type: :catalyst,
793
933
  talent_book_name: :ballad,
@@ -803,6 +943,8 @@ module GenshinData
803
943
  name: "Lynette",
804
944
  nation_name: :fontaine,
805
945
  rarity: 4,
946
+ constellation_three_bonus: :burst,
947
+ constellation_five_bonus: :skill,
806
948
  element: :anemo,
807
949
  weapon_type: :sword,
808
950
  talent_book_name: :order,
@@ -818,6 +960,8 @@ module GenshinData
818
960
  name: "Lyney",
819
961
  nation_name: :fontaine,
820
962
  rarity: 5,
963
+ constellation_three_bonus: :attack,
964
+ constellation_five_bonus: :burst,
821
965
  element: :pyro,
822
966
  weapon_type: :bow,
823
967
  talent_book_name: :equity,
@@ -833,6 +977,8 @@ module GenshinData
833
977
  name: "Mavuika",
834
978
  nation_name: :natlan,
835
979
  rarity: 5,
980
+ constellation_three_bonus: :burst,
981
+ constellation_five_bonus: :skill,
836
982
  element: :pyro,
837
983
  weapon_type: :claymore,
838
984
  talent_book_name: :contention,
@@ -848,6 +994,8 @@ module GenshinData
848
994
  name: "Mika",
849
995
  nation_name: :mondstadt,
850
996
  rarity: 4,
997
+ constellation_three_bonus: :burst,
998
+ constellation_five_bonus: :skill,
851
999
  element: :cryo,
852
1000
  weapon_type: :polearm,
853
1001
  talent_book_name: :ballad,
@@ -858,26 +1006,13 @@ module GenshinData
858
1006
  ascension_enemy_material_name: :fatui_insignia
859
1007
  ).freeze
860
1008
 
861
- MUALANI = GenshinObject::Character.new(
862
- kamera_key: "Mualani",
863
- name: "Mualani",
864
- nation_name: :natlan,
865
- rarity: 5,
866
- element: :hydro,
867
- weapon_type: :catalyst,
868
- talent_book_name: :contention,
869
- talent_rare_material_name: :whistle,
870
- talent_boss_material_name: "LightlessMass",
871
- ascension_boss_material_name: "MarkOfTheBindingBlessing",
872
- ascension_gathering_material_name: "SprayfeatherGill",
873
- ascension_enemy_material_name: :whistle
874
- ).freeze
875
-
876
1009
  MONA = GenshinObject::Character.new(
877
1010
  kamera_key: "Mona",
878
1011
  name: "Mona",
879
1012
  nation_name: :mondstadt,
880
1013
  rarity: 5,
1014
+ constellation_three_bonus: :burst,
1015
+ constellation_five_bonus: :skill,
881
1016
  element: :hydro,
882
1017
  weapon_type: :catalyst,
883
1018
  talent_book_name: :resistance,
@@ -888,11 +1023,30 @@ module GenshinData
888
1023
  ascension_enemy_material_name: :nectar
889
1024
  ).freeze
890
1025
 
1026
+ MUALANI = GenshinObject::Character.new(
1027
+ kamera_key: "Mualani",
1028
+ name: "Mualani",
1029
+ nation_name: :natlan,
1030
+ rarity: 5,
1031
+ constellation_three_bonus: :skill,
1032
+ constellation_five_bonus: :burst,
1033
+ element: :hydro,
1034
+ weapon_type: :catalyst,
1035
+ talent_book_name: :contention,
1036
+ talent_rare_material_name: :whistle,
1037
+ talent_boss_material_name: "LightlessMass",
1038
+ ascension_boss_material_name: "MarkOfTheBindingBlessing",
1039
+ ascension_gathering_material_name: "SprayfeatherGill",
1040
+ ascension_enemy_material_name: :whistle
1041
+ ).freeze
1042
+
891
1043
  NAHIDA = GenshinObject::Character.new(
892
1044
  kamera_key: "Nahida",
893
1045
  name: "Nahida",
894
1046
  nation_name: :sumeru,
895
1047
  rarity: 5,
1048
+ constellation_three_bonus: :skill,
1049
+ constellation_five_bonus: :burst,
896
1050
  element: :dendro,
897
1051
  weapon_type: :catalyst,
898
1052
  talent_book_name: :ingenuity,
@@ -908,6 +1062,8 @@ module GenshinData
908
1062
  name: "Navia",
909
1063
  nation_name: :fontaine,
910
1064
  rarity: 5,
1065
+ constellation_three_bonus: :skill,
1066
+ constellation_five_bonus: :burst,
911
1067
  element: :geo,
912
1068
  weapon_type: :claymore,
913
1069
  talent_book_name: :equity,
@@ -923,6 +1079,8 @@ module GenshinData
923
1079
  name: "Neuvillette",
924
1080
  nation_name: :fontaine,
925
1081
  rarity: 5,
1082
+ constellation_three_bonus: :attack,
1083
+ constellation_five_bonus: :burst,
926
1084
  element: :hydro,
927
1085
  weapon_type: :catalyst,
928
1086
  talent_book_name: :equity,
@@ -938,6 +1096,8 @@ module GenshinData
938
1096
  name: "Nilou",
939
1097
  nation_name: :sumeru,
940
1098
  rarity: 5,
1099
+ constellation_three_bonus: :burst,
1100
+ constellation_five_bonus: :skill,
941
1101
  element: :hydro,
942
1102
  weapon_type: :sword,
943
1103
  talent_book_name: :praxis,
@@ -953,6 +1113,8 @@ module GenshinData
953
1113
  name: "Ningguang",
954
1114
  nation_name: :liyue,
955
1115
  rarity: 4,
1116
+ constellation_three_bonus: :burst,
1117
+ constellation_five_bonus: :skill,
956
1118
  element: :geo,
957
1119
  weapon_type: :catalyst,
958
1120
  talent_book_name: :prosperity,
@@ -968,6 +1130,8 @@ module GenshinData
968
1130
  name: "Noelle",
969
1131
  nation_name: :mondstadt,
970
1132
  rarity: 4,
1133
+ constellation_three_bonus: :skill,
1134
+ constellation_five_bonus: :burst,
971
1135
  element: :geo,
972
1136
  weapon_type: :claymore,
973
1137
  talent_book_name: :resistance,
@@ -983,6 +1147,8 @@ module GenshinData
983
1147
  name: "Ororon",
984
1148
  nation_name: :natlan,
985
1149
  rarity: 4,
1150
+ constellation_three_bonus: :burst,
1151
+ constellation_five_bonus: :skill,
986
1152
  element: :electro,
987
1153
  weapon_type: :bow,
988
1154
  talent_book_name: :kindling,
@@ -998,6 +1164,8 @@ module GenshinData
998
1164
  name: "Qiqi",
999
1165
  nation_name: :liyue,
1000
1166
  rarity: 5,
1167
+ constellation_three_bonus: :burst,
1168
+ constellation_five_bonus: :skill,
1001
1169
  element: :cryo,
1002
1170
  weapon_type: :sword,
1003
1171
  talent_book_name: :prosperity,
@@ -1013,6 +1181,8 @@ module GenshinData
1013
1181
  name: "Raiden Shogun",
1014
1182
  nation_name: :inazuma,
1015
1183
  rarity: 5,
1184
+ constellation_three_bonus: :burst,
1185
+ constellation_five_bonus: :skill,
1016
1186
  element: :electro,
1017
1187
  weapon_type: :polearm,
1018
1188
  talent_book_name: :light,
@@ -1028,6 +1198,8 @@ module GenshinData
1028
1198
  name: "Razor",
1029
1199
  nation_name: :mondstadt,
1030
1200
  rarity: 4,
1201
+ constellation_three_bonus: :burst,
1202
+ constellation_five_bonus: :skill,
1031
1203
  element: :electro,
1032
1204
  weapon_type: :claymore,
1033
1205
  talent_book_name: :resistance,
@@ -1043,6 +1215,8 @@ module GenshinData
1043
1215
  name: "Rosaria",
1044
1216
  nation_name: :mondstadt,
1045
1217
  rarity: 4,
1218
+ constellation_three_bonus: :skill,
1219
+ constellation_five_bonus: :burst,
1046
1220
  element: :cryo,
1047
1221
  weapon_type: :polearm,
1048
1222
  talent_book_name: :ballad,
@@ -1058,6 +1232,8 @@ module GenshinData
1058
1232
  name: "Sangonomiya Kokomi",
1059
1233
  nation_name: :inazuma,
1060
1234
  rarity: 5,
1235
+ constellation_three_bonus: :burst,
1236
+ constellation_five_bonus: :skill,
1061
1237
  element: :hydro,
1062
1238
  weapon_type: :catalyst,
1063
1239
  talent_book_name: :transience,
@@ -1073,6 +1249,8 @@ module GenshinData
1073
1249
  name: "Sayu",
1074
1250
  nation_name: :inazuma,
1075
1251
  rarity: 4,
1252
+ constellation_three_bonus: :burst,
1253
+ constellation_five_bonus: :skill,
1076
1254
  element: :anemo,
1077
1255
  weapon_type: :claymore,
1078
1256
  talent_book_name: :light,
@@ -1088,6 +1266,8 @@ module GenshinData
1088
1266
  name: "Sethos",
1089
1267
  nation_name: :sumeru,
1090
1268
  rarity: 4,
1269
+ constellation_three_bonus: :attack,
1270
+ constellation_five_bonus: :burst,
1091
1271
  element: :electro,
1092
1272
  weapon_type: :bow,
1093
1273
  talent_book_name: :praxis,
@@ -1103,6 +1283,8 @@ module GenshinData
1103
1283
  name: "Shenhe",
1104
1284
  nation_name: :liyue,
1105
1285
  rarity: 5,
1286
+ constellation_three_bonus: :skill,
1287
+ constellation_five_bonus: :burst,
1106
1288
  element: :cryo,
1107
1289
  weapon_type: :polearm,
1108
1290
  talent_book_name: :prosperity,
@@ -1118,6 +1300,8 @@ module GenshinData
1118
1300
  name: "Shikanoin Heizou",
1119
1301
  nation_name: :inazuma,
1120
1302
  rarity: 4,
1303
+ constellation_three_bonus: :skill,
1304
+ constellation_five_bonus: :burst,
1121
1305
  element: :anemo,
1122
1306
  weapon_type: :catalyst,
1123
1307
  talent_book_name: :transience,
@@ -1133,6 +1317,8 @@ module GenshinData
1133
1317
  name: "Sigewinne",
1134
1318
  nation_name: :fontaine,
1135
1319
  rarity: 5,
1320
+ constellation_three_bonus: :skill,
1321
+ constellation_five_bonus: :burst,
1136
1322
  element: :hydro,
1137
1323
  weapon_type: :bow,
1138
1324
  ascension_boss_material_name: "WaterThatFailedToTranscend",
@@ -1148,6 +1334,8 @@ module GenshinData
1148
1334
  name: "Skirk",
1149
1335
  nation_name: :natlan,
1150
1336
  rarity: 5,
1337
+ constellation_three_bonus: :burst,
1338
+ constellation_five_bonus: :skill,
1151
1339
  element: :cryo,
1152
1340
  weapon_type: :sword,
1153
1341
  ascension_boss_material_name: "EnsnaringGaze",
@@ -1163,6 +1351,8 @@ module GenshinData
1163
1351
  name: "Sucrose",
1164
1352
  nation_name: :mondstadt,
1165
1353
  rarity: 4,
1354
+ constellation_three_bonus: :skill,
1355
+ constellation_five_bonus: :burst,
1166
1356
  element: :anemo,
1167
1357
  weapon_type: :catalyst,
1168
1358
  talent_book_name: :freedom,
@@ -1178,6 +1368,8 @@ module GenshinData
1178
1368
  name: "Tartaglia",
1179
1369
  nation_name: :snezhnaya,
1180
1370
  rarity: 5,
1371
+ constellation_three_bonus: :skill,
1372
+ constellation_five_bonus: :burst,
1181
1373
  element: :hydro,
1182
1374
  weapon_type: :bow,
1183
1375
  talent_book_name: :freedom,
@@ -1193,6 +1385,8 @@ module GenshinData
1193
1385
  name: "Thoma",
1194
1386
  nation_name: :inazuma,
1195
1387
  rarity: 4,
1388
+ constellation_three_bonus: :skill,
1389
+ constellation_five_bonus: :burst,
1196
1390
  element: :pyro,
1197
1391
  weapon_type: :polearm,
1198
1392
  talent_book_name: :transience,
@@ -1208,6 +1402,8 @@ module GenshinData
1208
1402
  name: "Tighnari",
1209
1403
  nation_name: :sumeru,
1210
1404
  rarity: 5,
1405
+ constellation_three_bonus: :burst,
1406
+ constellation_five_bonus: :skill,
1211
1407
  element: :dendro,
1212
1408
  weapon_type: :bow,
1213
1409
  talent_book_name: :admonition,
@@ -1223,6 +1419,8 @@ module GenshinData
1223
1419
  name: "Varesa",
1224
1420
  nation_name: :natlan,
1225
1421
  rarity: 5,
1422
+ constellation_three_bonus: :burst,
1423
+ constellation_five_bonus: :attack,
1226
1424
  element: :electro,
1227
1425
  weapon_type: :catalyst,
1228
1426
  talent_book_name: :conflict,
@@ -1238,6 +1436,8 @@ module GenshinData
1238
1436
  name: "Venti",
1239
1437
  nation_name: :mondstadt,
1240
1438
  rarity: 5,
1439
+ constellation_three_bonus: :burst,
1440
+ constellation_five_bonus: :skill,
1241
1441
  element: :anemo,
1242
1442
  weapon_type: :bow,
1243
1443
  talent_book_name: :ballad,
@@ -1253,6 +1453,8 @@ module GenshinData
1253
1453
  name: "Wanderer",
1254
1454
  nation_name: :sumeru,
1255
1455
  rarity: 5,
1456
+ constellation_three_bonus: :burst,
1457
+ constellation_five_bonus: :skill,
1256
1458
  element: :anemo,
1257
1459
  weapon_type: :catalyst,
1258
1460
  talent_book_name: :praxis,
@@ -1268,6 +1470,8 @@ module GenshinData
1268
1470
  name: "Wriothesley",
1269
1471
  nation_name: :fontaine,
1270
1472
  rarity: 5,
1473
+ constellation_three_bonus: :attack,
1474
+ constellation_five_bonus: :burst,
1271
1475
  element: :cryo,
1272
1476
  weapon_type: :catalyst,
1273
1477
  talent_book_name: :order,
@@ -1283,6 +1487,8 @@ module GenshinData
1283
1487
  name: "Xiangling",
1284
1488
  nation_name: :liyue,
1285
1489
  rarity: 4,
1490
+ constellation_three_bonus: :burst,
1491
+ constellation_five_bonus: :skill,
1286
1492
  element: :pyro,
1287
1493
  weapon_type: :polearm,
1288
1494
  talent_book_name: :diligence,
@@ -1298,6 +1504,8 @@ module GenshinData
1298
1504
  name: "Xianyun",
1299
1505
  nation_name: :liyue,
1300
1506
  rarity: 5,
1507
+ constellation_three_bonus: :burst,
1508
+ constellation_five_bonus: :skill,
1301
1509
  element: :anemo,
1302
1510
  weapon_type: :catalyst,
1303
1511
  talent_book_name: :gold,
@@ -1313,6 +1521,8 @@ module GenshinData
1313
1521
  name: "Xiao",
1314
1522
  nation_name: :liyue,
1315
1523
  rarity: 5,
1524
+ constellation_three_bonus: :skill,
1525
+ constellation_five_bonus: :burst,
1316
1526
  element: :anemo,
1317
1527
  weapon_type: :polearm,
1318
1528
  talent_book_name: :prosperity,
@@ -1328,6 +1538,8 @@ module GenshinData
1328
1538
  name: "Xilonen",
1329
1539
  nation_name: :natlan,
1330
1540
  rarity: 5,
1541
+ constellation_three_bonus: :skill,
1542
+ constellation_five_bonus: :burst,
1331
1543
  element: :geo,
1332
1544
  weapon_type: :sword,
1333
1545
  talent_book_name: :kindling,
@@ -1343,6 +1555,8 @@ module GenshinData
1343
1555
  name: "Xingqiu",
1344
1556
  nation_name: :liyue,
1345
1557
  rarity: 4,
1558
+ constellation_three_bonus: :burst,
1559
+ constellation_five_bonus: :skill,
1346
1560
  element: :hydro,
1347
1561
  weapon_type: :sword,
1348
1562
  talent_book_name: :gold,
@@ -1358,6 +1572,8 @@ module GenshinData
1358
1572
  name: "Xinyan",
1359
1573
  nation_name: :liyue,
1360
1574
  rarity: 4,
1575
+ constellation_three_bonus: :skill,
1576
+ constellation_five_bonus: :burst,
1361
1577
  element: :pyro,
1362
1578
  weapon_type: :claymore,
1363
1579
  talent_book_name: :gold,
@@ -1373,6 +1589,8 @@ module GenshinData
1373
1589
  name: "Yae Miko",
1374
1590
  nation_name: :inazuma,
1375
1591
  rarity: 5,
1592
+ constellation_three_bonus: :skill,
1593
+ constellation_five_bonus: :burst,
1376
1594
  element: :electro,
1377
1595
  weapon_type: :catalyst,
1378
1596
  talent_book_name: :light,
@@ -1388,6 +1606,8 @@ module GenshinData
1388
1606
  name: "Yanfei",
1389
1607
  nation_name: :liyue,
1390
1608
  rarity: 4,
1609
+ constellation_three_bonus: :skill,
1610
+ constellation_five_bonus: :burst,
1391
1611
  element: :pyro,
1392
1612
  weapon_type: :catalyst,
1393
1613
  talent_book_name: :gold,
@@ -1403,6 +1623,8 @@ module GenshinData
1403
1623
  name: "Yaoyao",
1404
1624
  nation_name: :liyue,
1405
1625
  rarity: 4,
1626
+ constellation_three_bonus: :skill,
1627
+ constellation_five_bonus: :burst,
1406
1628
  element: :dendro,
1407
1629
  weapon_type: :polearm,
1408
1630
  talent_book_name: :diligence,
@@ -1418,6 +1640,8 @@ module GenshinData
1418
1640
  name: "Yelan",
1419
1641
  nation_name: :liyue,
1420
1642
  rarity: 5,
1643
+ constellation_three_bonus: :burst,
1644
+ constellation_five_bonus: :skill,
1421
1645
  element: :hydro,
1422
1646
  weapon_type: :bow,
1423
1647
  talent_book_name: :prosperity,
@@ -1433,6 +1657,8 @@ module GenshinData
1433
1657
  name: "Yoimiya",
1434
1658
  nation_name: :inazuma,
1435
1659
  rarity: 5,
1660
+ constellation_three_bonus: :skill,
1661
+ constellation_five_bonus: :burst,
1436
1662
  element: :pyro,
1437
1663
  weapon_type: :bow,
1438
1664
  talent_book_name: :transience,
@@ -1448,6 +1674,8 @@ module GenshinData
1448
1674
  name: "Yumemizuki Mizuki",
1449
1675
  nation_name: :inazuma,
1450
1676
  rarity: 5,
1677
+ constellation_three_bonus: :skill,
1678
+ constellation_five_bonus: :burst,
1451
1679
  element: :anemo,
1452
1680
  weapon_type: :catalyst,
1453
1681
  talent_book_name: :transience,
@@ -1463,6 +1691,8 @@ module GenshinData
1463
1691
  name: "Yun Jin",
1464
1692
  nation_name: :liyue,
1465
1693
  rarity: 4,
1694
+ constellation_three_bonus: :burst,
1695
+ constellation_five_bonus: :skill,
1466
1696
  element: :geo,
1467
1697
  weapon_type: :polearm,
1468
1698
  talent_book_name: :diligence,
@@ -1478,6 +1708,8 @@ module GenshinData
1478
1708
  name: "Zhongli",
1479
1709
  nation_name: :liyue,
1480
1710
  rarity: 5,
1711
+ constellation_three_bonus: :skill,
1712
+ constellation_five_bonus: :burst,
1481
1713
  element: :geo,
1482
1714
  weapon_type: :polearm,
1483
1715
  talent_book_name: :gold,
@@ -26,6 +26,7 @@ module GenshinData
26
26
  CharacterData::CHEVREUSE,
27
27
  CharacterData::CLORINDE,
28
28
  CharacterData::CHIORI,
29
+ CharacterData::EMILIE,
29
30
  CharacterData::ESCOFFIER,
30
31
  CharacterData::FREMINET,
31
32
  CharacterData::FURINA,
@@ -116,6 +117,7 @@ module GenshinData
116
117
  CharacterData::CHASCA,
117
118
  CharacterData::CITLALI,
118
119
  CharacterData::IANSAN,
120
+ CharacterData::INEFA,
119
121
  CharacterData::IFA,
120
122
  CharacterData::KACHINA,
121
123
  CharacterData::KINICH,
@@ -306,9 +306,9 @@ module GenshinData
306
306
  nation_name: :fontaine
307
307
  ).freeze
308
308
 
309
- DENIAL_AND_JUDGEMENT = GenshinObject::Material.new(
309
+ DENIAL_AND_JUDGMENT = GenshinObject::Material.new(
310
310
  kamera_key: "DenialAndJudgment",
311
- name: "Denial and Judgement",
311
+ name: "Denial and Judgment",
312
312
  rarity: 5,
313
313
  family: :the_knave_loot,
314
314
  inventory_type: :development_material,
@@ -109,6 +109,16 @@ module GenshinData
109
109
  weapon_material_type: :decarabian
110
110
  ).freeze
111
111
 
112
+ FLAME_FORGED_INSIGHT = GenshinObject::Weapon.new(
113
+ kamera_key: "FlameForgedInsight",
114
+ name: "Flame-Forged Insight",
115
+ rarity: 4,
116
+ weapon_type: :claymore,
117
+ elite_material_type: :weasel_shell,
118
+ standard_material_type: :transoceanic,
119
+ weapon_material_type: :sacred_lord
120
+ ).freeze
121
+
112
122
  FOREST_REGALIA = GenshinObject::Weapon.new(
113
123
  kamera_key: "ForestRegalia",
114
124
  name: "Forest Regalia",
@@ -149,6 +149,16 @@ module GenshinData
149
149
  weapon_material_type: :sacred_lord
150
150
  ).freeze
151
151
 
152
+ FRACTURED_HALO = GenshinObject::Weapon.new(
153
+ kamera_key: "FracturedHalo",
154
+ name: "Fractured Halo",
155
+ rarity: 5,
156
+ weapon_type: :polearm,
157
+ elite_material_type: :weasel_shell,
158
+ standard_material_type: :fang,
159
+ weapon_material_type: :blazing_heart
160
+ ).freeze
161
+
152
162
  HALBERD = GenshinObject::Weapon.new(
153
163
  kamera_key: "Halberd",
154
164
  name: "Halberd",
@@ -4,12 +4,14 @@ module GenshinObject
4
4
  # Base class to represent various Genshin Characters
5
5
  class Character
6
6
  attr_accessor :kamera_key, :name, :nation_name, :rarity, :element, :weapon_type,
7
+ :constellation_three_bonus, :constellation_five_bonus,
7
8
  :talent_book_name, :talent_rare_material_name, :talent_boss_material_name,
8
9
  :ascension_boss_material_name, :ascension_gathering_material_name, :ascension_enemy_material_name
9
10
 
10
11
  def initialize(kamera_key:, name:, nation_name:, rarity:, element:, weapon_type:, talent_book_name:,
11
12
  talent_rare_material_name:, talent_boss_material_name:, ascension_boss_material_name:,
12
- ascension_gathering_material_name:, ascension_enemy_material_name:)
13
+ ascension_gathering_material_name:, ascension_enemy_material_name:,
14
+ constellation_three_bonus:, constellation_five_bonus:)
13
15
  @kamera_key = kamera_key
14
16
  @name = name
15
17
  @nation_name = nation_name
@@ -22,6 +24,8 @@ module GenshinObject
22
24
  @ascension_boss_material_name = ascension_boss_material_name
23
25
  @ascension_gathering_material_name = ascension_gathering_material_name
24
26
  @ascension_enemy_material_name = ascension_enemy_material_name
27
+ @constellation_three_bonus = constellation_three_bonus
28
+ @constellation_five_bonus = constellation_five_bonus
25
29
  end
26
30
  end
27
31
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TeyvatDB
4
- VERSION = "0.5.7.1"
4
+ VERSION = "0.5.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teyvatdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7.1
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Haberer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-06 00:00:00.000000000 Z
11
+ date: 2025-08-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Gem to provide basic genshin data to my other projects
14
14
  email: