teyvatdb 0.1.14 → 0.1.15
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d640d0cd45e743d60a247cc68bd5cfc0842d0d4f6ec50dd5bd2ea3cbeb7f2498
|
|
4
|
+
data.tar.gz: e7c1e4f8553cc4a00ee1d27a34525c0cfd30d89806dca57dd94b6d57f6f62c7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1709e4d81ecddde6bc2ec0a2629229c8faa0648a80a9f07fd63c8f8f31821e5f4e1f5e7f944f5cb97237d4292e826e051f845a9d9c10c7e6aa2527610dec9cd
|
|
7
|
+
data.tar.gz: f4f40dced87ba3bfabbd71b6263a0fe0e9975c82385cb55d6c167d3e7226807a82fe3ecc64d6a0e3d661a460b6d01d8b2d3327c446c2a0b9095bc1f9dddd21bc
|
|
@@ -662,6 +662,21 @@ module GenshinData::Characters
|
|
|
662
662
|
ascension_enemy_material_name: :pollen
|
|
663
663
|
).freeze
|
|
664
664
|
|
|
665
|
+
NAVIA = GenshinObject::Character.new(
|
|
666
|
+
kamera_key: "Navia",
|
|
667
|
+
name: "Navia",
|
|
668
|
+
nation_name: :fontaine,
|
|
669
|
+
rarity: 5,
|
|
670
|
+
element: :geo,
|
|
671
|
+
weapon_type: :claymore,
|
|
672
|
+
talent_book_name: :equity,
|
|
673
|
+
talent_rare_material_name: :transoceanic,
|
|
674
|
+
talent_boss_material_name: "LightlessSilkString",
|
|
675
|
+
ascension_boss_material_name: "ArtificedSpareClockworkComponentCoppelius",
|
|
676
|
+
ascension_gathering_material_name: "SpringOfTheFirstDewdrop",
|
|
677
|
+
ascension_enemy_material_name: :transoceanic
|
|
678
|
+
).freeze
|
|
679
|
+
|
|
665
680
|
NEUVILLETTE = GenshinObject::Character.new(
|
|
666
681
|
kamera_key: "Neuvillette",
|
|
667
682
|
name: "Neuvillette",
|
|
@@ -158,6 +158,17 @@ module GenshinData::Materials::Development
|
|
|
158
158
|
nation_name: :fontaine,
|
|
159
159
|
).freeze
|
|
160
160
|
|
|
161
|
+
SPRING_OF_THE_FIRST_DEWDROP = GenshinObject::Material.new(
|
|
162
|
+
kamera_key: "SpringOfTheFirstDewdrop",
|
|
163
|
+
name: "Spring of the First Dewdrop",
|
|
164
|
+
rarity: 1,
|
|
165
|
+
family: nil,
|
|
166
|
+
inventory_type: :standard_material,
|
|
167
|
+
source_category: :gathering,
|
|
168
|
+
source_sub_category: :local_specialty,
|
|
169
|
+
nation_name: :fontaine,
|
|
170
|
+
).freeze
|
|
171
|
+
|
|
161
172
|
LUMIDOUCE_BELL = GenshinObject::Material.new(
|
|
162
173
|
kamera_key: "LumidouceBell",
|
|
163
174
|
name: "Lumidouce Bell",
|
|
@@ -296,6 +296,26 @@ module GenshinData::Weapons::WeaponData
|
|
|
296
296
|
weapon_material_type: :pristine_sea
|
|
297
297
|
).freeze
|
|
298
298
|
|
|
299
|
+
ULTIMATE_OVERLORDS_MEGA_MAGIC_SWORD = GenshinObject::Weapon.new(
|
|
300
|
+
kamera_key: "UltimateOverlordsMegaMagicSword",
|
|
301
|
+
name: "\"Ultimate Overlord's Mega Magic Sword\"",
|
|
302
|
+
rarity: 5,
|
|
303
|
+
weapon_type: :claymore,
|
|
304
|
+
elite_material_type: :pocket_watch,
|
|
305
|
+
standard_material_type: :gear,
|
|
306
|
+
weapon_material_type: :pristine_sea
|
|
307
|
+
).freeze
|
|
308
|
+
|
|
309
|
+
VERDICT = GenshinObject::Weapon.new(
|
|
310
|
+
kamera_key: "Verdict",
|
|
311
|
+
name: "Verdict",
|
|
312
|
+
rarity: 5,
|
|
313
|
+
weapon_type: :claymore,
|
|
314
|
+
elite_material_type: :core,
|
|
315
|
+
standard_material_type: :gear,
|
|
316
|
+
weapon_material_type: :ancient_chord
|
|
317
|
+
).freeze
|
|
318
|
+
|
|
299
319
|
WASTER_GREATSWORD = GenshinObject::Weapon.new(
|
|
300
320
|
kamera_key: "WasterGreatsword",
|
|
301
321
|
name: "Waster Greatsword",
|
data/lib/teyvatdb/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 0.1.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Haberer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Gem to provide basic genshin data to my other projects
|
|
14
14
|
email:
|