teyvatdb 0.5.8 → 0.5.9

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.
@@ -189,6 +189,16 @@ module GenshinData
189
189
  weapon_material_type: :scorching_might
190
190
  ).freeze
191
191
 
192
+ MASTER_KEY = GenshinObject::Weapon.new(
193
+ kamera_key: "MasterKey",
194
+ name: "Master Key",
195
+ rarity: 4,
196
+ weapon_type: :claymore,
197
+ elite_material_type: :radiant_bone,
198
+ standard_material_type: :shaft,
199
+ weapon_material_type: :far_north_scions
200
+ ).freeze
201
+
192
202
  OLD_MERCS_PAL = GenshinObject::Weapon.new(
193
203
  kamera_key: "OldMercsPal",
194
204
  name: "Old Merc's Pal",
@@ -239,6 +239,16 @@ module GenshinData
239
239
  weapon_material_type: :guyun
240
240
  ).freeze
241
241
 
242
+ PROSPECTORS_SHOVEL = GenshinObject::Weapon.new(
243
+ kamera_key: "ProspectorsShovel",
244
+ name: "Prospector's Shovel",
245
+ rarity: 4,
246
+ weapon_type: :polearm,
247
+ elite_material_type: :mistshroud,
248
+ standard_material_type: :shaft,
249
+ weapon_material_type: :long_night_flint
250
+ ).freeze
251
+
242
252
  PROTOTYPE_STARGLITTER = GenshinObject::Weapon.new(
243
253
  kamera_key: "PrototypeStarglitter",
244
254
  name: "Prototype Starglitter",
@@ -329,6 +329,16 @@ module GenshinData
329
329
  weapon_material_type: :forest_dew
330
330
  ).freeze
331
331
 
332
+ SERENITYS_CALL = GenshinObject::Weapon.new(
333
+ kamera_key: "SerenitysCall",
334
+ name: "Serenity's Call",
335
+ rarity: 4,
336
+ weapon_type: :sword,
337
+ elite_material_type: :frostnight,
338
+ standard_material_type: :warrant,
339
+ weapon_material_type: :artful_device
340
+ ).freeze
341
+
332
342
  SILVER_SWORD = GenshinObject::Weapon.new(
333
343
  kamera_key: "SilverSword",
334
344
  name: "Silver Sword",
@@ -128,6 +128,12 @@ module GenshinData
128
128
  boss_material: "MajesticHookedBeak"
129
129
  )
130
130
 
131
+ KNUCKLE_DUCKLE = GenshinObject::WorldBoss.new(
132
+ name: "Knuckle Duckle",
133
+ nation_name: :nodkrai,
134
+ boss_material: "PrecisionKuuvahkiStampingDie"
135
+ )
136
+
131
137
  LAVA_DRAGON_STATUE = GenshinObject::WorldBoss.new(
132
138
  name: "Lava Dragon Statue",
133
139
  nation_name: :natlan,
@@ -176,6 +182,12 @@ module GenshinData
176
182
  boss_material: "EverflameSeed"
177
183
  )
178
184
 
185
+ RADIANT_MOONFLY = GenshinObject::WorldBoss.new(
186
+ name: "Radiant Moonfly",
187
+ nation_name: :nodkrai,
188
+ boss_material: "LightbearingScaleFeather"
189
+ )
190
+
179
191
  RHODEIA_OF_LOCH = GenshinObject::WorldBoss.new(
180
192
  name: "Rhodeia of Loch",
181
193
  nation_name: :liyue,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TeyvatDB
4
- VERSION = "0.5.8"
4
+ VERSION = "0.5.9"
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.8
4
+ version: 0.5.9
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-08-04 00:00:00.000000000 Z
11
+ date: 2025-09-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Gem to provide basic genshin data to my other projects
14
14
  email:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubygems_version: 3.5.22
108
+ rubygems_version: 3.5.23
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: TeyvatDB is a gem to provide Genshin game data in a standardized way across