teyvatdb 0.4.7 → 0.4.7.1
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 +4 -4
- data/.rspec +0 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/lib/genshin_data/characters/character_data.rb +14 -14
- data/lib/genshin_data/characters.rb +1 -0
- data/lib/genshin_data/weapons/weapon_data/bows.rb +9 -9
- data/lib/teyvatdb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 126111ee69b0e76011266039ab92ef547f2594c965eeea500e4196bcbe4455ec
|
|
4
|
+
data.tar.gz: ba05b1898f391106eb7cf41333dfdb9f21b9a12f21ac2f47a888b77bee2cd239
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4ec20a09b833b8862830f7e27e4cf498ab54e4229ce7d3e71dc55ef221b4e9e94f1e9506db15728c1cbdf2836401d6b83a304002548649ae525a703f9e6bd7e
|
|
7
|
+
data.tar.gz: 9173e4dff18620d83207c82c1ab3109cd70cc154082762b203973c164ab8426893185ee6600fdc82a4bd4bdac0c13b175939c8b8e076d7a35607853bc3546d80
|
data/.rspec
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -948,20 +948,20 @@ module GenshinData
|
|
|
948
948
|
ascension_enemy_material_name: :hoarder_insignia
|
|
949
949
|
).freeze
|
|
950
950
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
951
|
+
SIGEWINNE = GenshinObject::Character.new(
|
|
952
|
+
kamera_key: "Sigewinne",
|
|
953
|
+
name: "Sigewinne",
|
|
954
|
+
nation_name: :fontaine,
|
|
955
|
+
rarity: 5,
|
|
956
|
+
element: :hydro,
|
|
957
|
+
weapon_type: :bow,
|
|
958
|
+
ascension_boss_material_name: "WaterThatFailedToTranscend",
|
|
959
|
+
ascension_gathering_material_name: "RomaritimeFlower",
|
|
960
|
+
ascension_enemy_material_name: :transoceanic,
|
|
961
|
+
talent_book_name: :equity,
|
|
962
|
+
talent_rare_material_name: :transoceanic,
|
|
963
|
+
talent_boss_material_name: "LightlessEyeOfTheMaelstrom"
|
|
964
|
+
).freeze
|
|
965
965
|
|
|
966
966
|
SUCROSE = GenshinObject::Character.new(
|
|
967
967
|
kamera_key: "Sucrose",
|
|
@@ -309,15 +309,15 @@ module GenshinData
|
|
|
309
309
|
weapon_material_type: :wolf_tooth
|
|
310
310
|
).freeze
|
|
311
311
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
312
|
+
SILVERSHOWER_HEARTSTRINGS = GenshinObject::Weapon.new(
|
|
313
|
+
kamera_key: "SilvershowerHeartstrings",
|
|
314
|
+
name: "Silvershower Heartstrings",
|
|
315
|
+
rarity: 5,
|
|
316
|
+
weapon_type: :bow,
|
|
317
|
+
elite_material_type: :beast_fin,
|
|
318
|
+
standard_material_type: :transoceanic,
|
|
319
|
+
weapon_material_type: :sacred_dewdrop
|
|
320
|
+
).freeze
|
|
321
321
|
|
|
322
322
|
SLINGSHOT = GenshinObject::Weapon.new(
|
|
323
323
|
kamera_key: "Slingshot",
|
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.4.7
|
|
4
|
+
version: 0.4.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Haberer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Gem to provide basic genshin data to my other projects
|
|
14
14
|
email:
|