teyvatdb 0.5.9.5 → 0.6.7
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/CHANGELOG.md +19 -0
- data/Gemfile.lock +179 -49
- data/lib/genshin_data/artifact_sets/artifact_set_data.rb +50 -0
- data/lib/genshin_data/characters/character_data.rb +68 -0
- data/lib/genshin_data/characters.rb +5 -1
- data/lib/genshin_data/materials/development/elite_monster_drops_data.rb +54 -21
- data/lib/genshin_data/materials/development/weekly_boss_drops_data.rb +34 -0
- data/lib/genshin_data/weapons/weapon_data/catalysts.rb +10 -0
- data/lib/genshin_data/weapons/weapon_data/claymores.rb +10 -0
- data/lib/genshin_data/weapons/weapon_data/polearms.rb +10 -0
- data/lib/genshin_data/weekly_bosses/weekly_boss_data.rb +8 -0
- data/lib/teyvatdb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f6474d48f963951f58533004251cd1daf4d2bdae3e9e510504a4dee9fbb7cc8
|
|
4
|
+
data.tar.gz: 658fcbb7e268b85e58ddcd9a868972e23d9d3cf95cc991c28aecaff084d26b96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c62306adc778c8d8303839449a5a5f92a73e46564e8fa51ca35170f016acdfd4edf8c09fded35d5f4b1eaf1567c928578c306d48a98be239954ff005128aef96
|
|
7
|
+
data.tar.gz: 68d153677b46cd0f8603c2bd7c335c8ba02fe2ab2dc5aebc3aed2772199da2d40a6ad8814c67b3bfe29ab1c01220053428ed57fbd758a3bfed0a47fa31ea4be6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [0.6.7] - 2026-08-08
|
|
2
|
+
- Luna VIII
|
|
3
|
+
- Add new Character(s)
|
|
4
|
+
- Sandrone (5)
|
|
5
|
+
- Add New Weapon(s)
|
|
6
|
+
- A Teaspoon of Transcendence (5)
|
|
7
|
+
|
|
8
|
+
## [0.6.6] - 2026-08-08
|
|
9
|
+
- Luna VII
|
|
10
|
+
- Add new Character(s)
|
|
11
|
+
- Nicole (5)
|
|
12
|
+
- Lohen (5)
|
|
13
|
+
- Prune (4)
|
|
14
|
+
- Add New Weapon(s)
|
|
15
|
+
- Angelos' Heptades (5)
|
|
16
|
+
- Disaster and Remorse (5)
|
|
17
|
+
- Add new Weekly boss
|
|
18
|
+
- Exalted Master of the Heretical Path
|
|
19
|
+
|
|
1
20
|
## [0.5.9.5 / Luna VI] - 2026-04-08
|
|
2
21
|
- Add new Character
|
|
3
22
|
- Linnea (5)
|
data/Gemfile.lock
CHANGED
|
@@ -1,104 +1,168 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
teyvatdb (0.5.9.
|
|
4
|
+
teyvatdb (0.5.9.5)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
ast (2.4.
|
|
9
|
+
ast (2.4.3)
|
|
10
10
|
backport (1.2.0)
|
|
11
|
-
benchmark (0.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
benchmark (0.5.0)
|
|
12
|
+
commander (5.0.0)
|
|
13
|
+
highline (~> 3.0.0)
|
|
14
|
+
date (3.5.1)
|
|
15
|
+
diff-lcs (1.6.2)
|
|
16
|
+
erb (6.0.7)
|
|
17
|
+
highline (3.0.1)
|
|
18
|
+
jaro_winkler (1.7.0)
|
|
19
|
+
json (2.21.2)
|
|
20
|
+
kramdown (2.5.2)
|
|
21
|
+
rexml (>= 3.4.4)
|
|
18
22
|
kramdown-parser-gfm (1.1.0)
|
|
19
23
|
kramdown (~> 2.0)
|
|
20
|
-
language_server-protocol (3.17.0.
|
|
24
|
+
language_server-protocol (3.17.0.6)
|
|
21
25
|
lint_roller (1.1.0)
|
|
22
|
-
|
|
23
|
-
nokogiri (1.
|
|
24
|
-
mini_portile2 (~> 2.8.2)
|
|
26
|
+
logger (1.7.0)
|
|
27
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
25
28
|
racc (~> 1.4)
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
nokogiri (1.19.4-aarch64-linux-musl)
|
|
30
|
+
racc (~> 1.4)
|
|
31
|
+
nokogiri (1.19.4-arm-linux-gnu)
|
|
32
|
+
racc (~> 1.4)
|
|
33
|
+
nokogiri (1.19.4-arm-linux-musl)
|
|
34
|
+
racc (~> 1.4)
|
|
35
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
36
|
+
racc (~> 1.4)
|
|
37
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
38
|
+
racc (~> 1.4)
|
|
39
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
40
|
+
racc (~> 1.4)
|
|
41
|
+
nokogiri (1.19.4-x86_64-linux-musl)
|
|
42
|
+
racc (~> 1.4)
|
|
43
|
+
observer (0.1.2)
|
|
44
|
+
open3 (0.2.1)
|
|
45
|
+
ostruct (0.6.3)
|
|
46
|
+
parallel (2.1.0)
|
|
47
|
+
parlour (9.1.2)
|
|
48
|
+
commander (~> 5.0)
|
|
49
|
+
parser
|
|
50
|
+
rainbow (~> 3.0)
|
|
51
|
+
sorbet-runtime (>= 0.5)
|
|
52
|
+
parser (3.3.12.0)
|
|
28
53
|
ast (~> 2.4.1)
|
|
29
54
|
racc
|
|
30
55
|
prism (1.9.0)
|
|
56
|
+
psych (5.4.0)
|
|
57
|
+
date
|
|
58
|
+
stringio
|
|
31
59
|
racc (1.8.1)
|
|
32
60
|
rainbow (3.1.1)
|
|
33
|
-
rake (13.2
|
|
34
|
-
rbs (
|
|
35
|
-
|
|
36
|
-
|
|
61
|
+
rake (13.4.2)
|
|
62
|
+
rbs (4.1.2)
|
|
63
|
+
logger
|
|
64
|
+
prism (>= 1.6.0)
|
|
65
|
+
tsort
|
|
66
|
+
rdoc (7.2.0)
|
|
67
|
+
erb
|
|
68
|
+
psych (>= 4.0.0)
|
|
69
|
+
tsort
|
|
70
|
+
regexp_parser (2.12.0)
|
|
71
|
+
reverse_markdown (3.0.2)
|
|
37
72
|
nokogiri
|
|
38
|
-
rexml (3.
|
|
39
|
-
rspec (3.13.
|
|
73
|
+
rexml (3.4.4)
|
|
74
|
+
rspec (3.13.2)
|
|
40
75
|
rspec-core (~> 3.13.0)
|
|
41
76
|
rspec-expectations (~> 3.13.0)
|
|
42
77
|
rspec-mocks (~> 3.13.0)
|
|
43
78
|
rspec-collection_matchers (1.2.1)
|
|
44
79
|
rspec-expectations (>= 2.99.0.beta1)
|
|
45
|
-
rspec-core (3.13.
|
|
80
|
+
rspec-core (3.13.6)
|
|
46
81
|
rspec-support (~> 3.13.0)
|
|
47
|
-
rspec-expectations (3.13.
|
|
82
|
+
rspec-expectations (3.13.5)
|
|
48
83
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
84
|
rspec-support (~> 3.13.0)
|
|
50
|
-
rspec-mocks (3.13.
|
|
85
|
+
rspec-mocks (3.13.8)
|
|
51
86
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
52
87
|
rspec-support (~> 3.13.0)
|
|
53
|
-
rspec-support (3.13.
|
|
54
|
-
rubocop (1.
|
|
88
|
+
rspec-support (3.13.7)
|
|
89
|
+
rubocop (1.89.0)
|
|
55
90
|
json (~> 2.3)
|
|
56
91
|
language_server-protocol (~> 3.17.0.2)
|
|
57
92
|
lint_roller (~> 1.1.0)
|
|
58
|
-
parallel (
|
|
93
|
+
parallel (>= 1.10)
|
|
59
94
|
parser (>= 3.3.0.2)
|
|
60
95
|
rainbow (>= 2.2.2, < 4.0)
|
|
61
96
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
62
97
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
63
98
|
ruby-progressbar (~> 1.7)
|
|
64
99
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
65
|
-
rubocop-ast (1.
|
|
100
|
+
rubocop-ast (1.50.0)
|
|
66
101
|
parser (>= 3.3.7.2)
|
|
67
102
|
prism (~> 1.7)
|
|
68
|
-
rubocop-rake (0.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
103
|
+
rubocop-rake (0.7.1)
|
|
104
|
+
lint_roller (~> 1.1)
|
|
105
|
+
rubocop (>= 1.72.1)
|
|
106
|
+
rubocop-rspec (3.10.2)
|
|
107
|
+
lint_roller (~> 1.1)
|
|
108
|
+
regexp_parser (>= 2.0)
|
|
109
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
72
110
|
ruby-progressbar (1.13.0)
|
|
73
|
-
solargraph (0.
|
|
111
|
+
solargraph (0.60.3)
|
|
112
|
+
ast (~> 2.4.3)
|
|
74
113
|
backport (~> 1.2)
|
|
75
|
-
benchmark
|
|
76
|
-
bundler (
|
|
114
|
+
benchmark (~> 0.4)
|
|
115
|
+
bundler (>= 2.0)
|
|
77
116
|
diff-lcs (~> 1.4)
|
|
78
|
-
|
|
79
|
-
jaro_winkler (~> 1.5)
|
|
117
|
+
jaro_winkler (~> 1.6, >= 1.6.1)
|
|
80
118
|
kramdown (~> 2.3)
|
|
81
119
|
kramdown-parser-gfm (~> 1.1)
|
|
120
|
+
logger (~> 1.6)
|
|
121
|
+
observer (~> 0.1)
|
|
122
|
+
open3 (~> 0.2.1)
|
|
123
|
+
ostruct (~> 0.6)
|
|
82
124
|
parser (~> 3.0)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
125
|
+
prism (~> 1.4)
|
|
126
|
+
rbs (>= 3.10.0)
|
|
127
|
+
rdoc (~> 7.0)
|
|
128
|
+
reverse_markdown (~> 3.0)
|
|
129
|
+
rubocop (~> 1.76)
|
|
130
|
+
sord (~> 7.0)
|
|
86
131
|
thor (~> 1.0)
|
|
87
132
|
tilt (~> 2.0)
|
|
88
133
|
yard (~> 0.9, >= 0.9.24)
|
|
89
|
-
|
|
90
|
-
|
|
134
|
+
yard-activesupport-concern (~> 0.0)
|
|
135
|
+
yard-solargraph (~> 0.1)
|
|
136
|
+
sorbet-runtime (0.6.13420)
|
|
137
|
+
sord (7.1.0)
|
|
138
|
+
commander (~> 5.0)
|
|
139
|
+
parlour (~> 9.1)
|
|
140
|
+
parser
|
|
141
|
+
rbs (>= 3.0, < 5)
|
|
142
|
+
sorbet-runtime
|
|
143
|
+
yard
|
|
144
|
+
stringio (3.2.0)
|
|
145
|
+
thor (1.5.0)
|
|
146
|
+
tilt (2.8.0)
|
|
147
|
+
tsort (0.2.0)
|
|
91
148
|
unicode-display_width (3.2.0)
|
|
92
149
|
unicode-emoji (~> 4.1)
|
|
93
150
|
unicode-emoji (4.2.0)
|
|
94
|
-
yard (0.9.
|
|
151
|
+
yard (0.9.45)
|
|
152
|
+
yard-activesupport-concern (0.0.1)
|
|
153
|
+
yard (>= 0.8)
|
|
154
|
+
yard-solargraph (0.1.0)
|
|
155
|
+
yard (~> 0.9)
|
|
95
156
|
|
|
96
157
|
PLATFORMS
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
158
|
+
aarch64-linux-gnu
|
|
159
|
+
aarch64-linux-musl
|
|
160
|
+
arm-linux-gnu
|
|
161
|
+
arm-linux-musl
|
|
162
|
+
arm64-darwin
|
|
163
|
+
x86_64-darwin
|
|
164
|
+
x86_64-linux-gnu
|
|
165
|
+
x86_64-linux-musl
|
|
102
166
|
|
|
103
167
|
DEPENDENCIES
|
|
104
168
|
rake (~> 13.0)
|
|
@@ -110,5 +174,71 @@ DEPENDENCIES
|
|
|
110
174
|
solargraph (~> 0.49)
|
|
111
175
|
teyvatdb!
|
|
112
176
|
|
|
177
|
+
CHECKSUMS
|
|
178
|
+
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
179
|
+
backport (1.2.0) sha256=912c7dfdd9ee4625d013ddfccb6205c3f92da69a8990f65c440e40f5b2fc7f75
|
|
180
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
181
|
+
bundler (4.0.18) sha256=02d9a17429de1847b4e0c9f27a9ee4b20c0a74c0a641b4e77195d6019e3618ac
|
|
182
|
+
commander (5.0.0) sha256=22ca42866ce5ed1a7f3e9a9c831a23d03b75b3743c7ad0302c3cbcd9eb5f257d
|
|
183
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
184
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
185
|
+
erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
|
|
186
|
+
highline (3.0.1) sha256=ca18b218fd581b1fae832f89bfeaf2b34d3a93429c44fd4411042ffce286f009
|
|
187
|
+
jaro_winkler (1.7.0) sha256=8daa05a5cd05bf7d27c1c65caa8ab0d47c05419d80210feaa17126db24044ada
|
|
188
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
189
|
+
kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa
|
|
190
|
+
kramdown-parser-gfm (1.1.0) sha256=fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729
|
|
191
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
192
|
+
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
193
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
194
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
195
|
+
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
196
|
+
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
197
|
+
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
198
|
+
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
199
|
+
nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
|
|
200
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
201
|
+
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
202
|
+
observer (0.1.2) sha256=d8a3107131ba661138d748e7be3dbafc0d82e732fffba9fccb3d7829880950ac
|
|
203
|
+
open3 (0.2.1) sha256=8e2d7d2113526351201438c1aa35c8139f0141c9e8913baa007c898973bf3952
|
|
204
|
+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
205
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
206
|
+
parlour (9.1.2) sha256=446ce24243e125f0e8c4f9b5722c3b86063d42d8b106c847a7d73a8cc693c382
|
|
207
|
+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
208
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
209
|
+
psych (5.4.0) sha256=14f72d69a611af663d7d70e4a7b67d9eb1f3ae9f8d916b478961d5a0075ba5b7
|
|
210
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
211
|
+
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
212
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
213
|
+
rbs (4.1.2) sha256=050eb1d8b508f1233bed929c0f2c7052302f7adf295230d9cb314e9024078f48
|
|
214
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
215
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
216
|
+
reverse_markdown (3.0.2) sha256=818ebb92ce39dbb1a291690dd1ec9a6d62530d4725296b17e9c8f668f9a5b8af
|
|
217
|
+
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
218
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
219
|
+
rspec-collection_matchers (1.2.1) sha256=ff7626d2bbf16ac237fbb46439694c78b7d9c6dc49c4b216df437968133b56a2
|
|
220
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
221
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
222
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
223
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
224
|
+
rubocop (1.89.0) sha256=4dee8e3ee9c45e474834efd9e8d6fd031e8331c8dacdff0de4ad65ae0a6faae7
|
|
225
|
+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
226
|
+
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
227
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
228
|
+
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
229
|
+
solargraph (0.60.3) sha256=3f2252faa27cc628a16a4aac1ba0bc0b06b0250194a8713da0ff42adb20bb19d
|
|
230
|
+
sorbet-runtime (0.6.13420) sha256=5ecbb843cdc17a55c2a35b98c9bd090736c897e53735f888590b361dd0cad492
|
|
231
|
+
sord (7.1.0) sha256=e02fd59294da520e50cea80a07fb9bc93db709c552d055871379ae8d8e87601f
|
|
232
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
233
|
+
teyvatdb (0.5.9.5)
|
|
234
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
235
|
+
tilt (2.8.0) sha256=ba472eb2716fe1e04112d6d219a9dae938ec09a6a1e2ad3ecc7922e79bde3721
|
|
236
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
237
|
+
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
238
|
+
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
239
|
+
yard (0.9.45) sha256=52e211493f7cb8a3ebf7e104a25a1e73937a3103092545d34cb88fafebb3dc51
|
|
240
|
+
yard-activesupport-concern (0.0.1) sha256=be790cb0efc23e2e87677063598ac8b743586154657bbd9655a7f03ce78390ef
|
|
241
|
+
yard-solargraph (0.1.0) sha256=a19a4619c942181a618fb9458970a9d2534cf7fda69fc43949629a7948a5930e
|
|
242
|
+
|
|
113
243
|
BUNDLED WITH
|
|
114
|
-
|
|
244
|
+
4.0.18
|
|
@@ -127,6 +127,33 @@ module GenshinData
|
|
|
127
127
|
}
|
|
128
128
|
).freeze
|
|
129
129
|
|
|
130
|
+
CELESTIAL_GIFT = GenshinObject::ArtifactSet.new(
|
|
131
|
+
kamera_key: "CelestialGift",
|
|
132
|
+
name: "Celestial Gift",
|
|
133
|
+
bonuses: [
|
|
134
|
+
GenshinObject::ArtifactSetBonus.new(pieces_count: 2, bonus: ["Energy Recharge + 20%"]),
|
|
135
|
+
GenshinObject::ArtifactSetBonus.new(
|
|
136
|
+
pieces_count: 4,
|
|
137
|
+
bonus: [
|
|
138
|
+
"If the equipping character has completed Witch's Homework, after they use an Elemental Skill, they also gain 'Light's Guidance' for 20s:",
|
|
139
|
+
"All nearby party members gain a 20% Elemental DMG Bonus corresponding to the equipping character's Elemental Type.",
|
|
140
|
+
"The equipping character can trigger this effect while off-field. DMG Bonuses provided by Artifact Sets with the same name do not stack.",
|
|
141
|
+
"When your party has the Hexerei: Secret Rite effect, Light's Guidance is upgraded to 'Mortal Hymn':",
|
|
142
|
+
"All nearby party members gain a 40% Elemental DMG Bonus corresponding to both the equipping character and the current active party member's Elemental Type instead.",
|
|
143
|
+
"If both characters have the same Elemental Type, these bonuses will not stack."
|
|
144
|
+
]
|
|
145
|
+
)
|
|
146
|
+
],
|
|
147
|
+
max_rarity: 5,
|
|
148
|
+
slots: {
|
|
149
|
+
flower: true,
|
|
150
|
+
plume: true,
|
|
151
|
+
sands: true,
|
|
152
|
+
goblet: true,
|
|
153
|
+
circlet: true
|
|
154
|
+
}
|
|
155
|
+
).freeze
|
|
156
|
+
|
|
130
157
|
CRIMSON_WITCH_OF_FLAMES = GenshinObject::ArtifactSet.new(
|
|
131
158
|
kamera_key: "CrimsonWitchOfFlames",
|
|
132
159
|
name: "Crimson Witch of Flames",
|
|
@@ -196,6 +223,29 @@ module GenshinData
|
|
|
196
223
|
}
|
|
197
224
|
).freeze
|
|
198
225
|
|
|
226
|
+
DISENCHANTMENT_IN_DEEP_SHADOW = GenshinObject::ArtifactSet.new(
|
|
227
|
+
kamera_key: "DisenchantmentInDeepShadow",
|
|
228
|
+
name: "Disenchantment in Deep Shadow",
|
|
229
|
+
bonuses: [
|
|
230
|
+
GenshinObject::ArtifactSetBonus.new(pieces_count: 2, bonus: ["ATK +18%."]),
|
|
231
|
+
GenshinObject::ArtifactSetBonus.new(
|
|
232
|
+
pieces_count: 4,
|
|
233
|
+
bonus: [
|
|
234
|
+
"Increases Superconduct Reaction DMG by 80% and Stellar-Conduct Reaction DMG by 40%.",
|
|
235
|
+
"When the wielder attacks opponents affected by Superconduct or Stellar-Conduct, this attack's CRIT Rate is increased by 16%."
|
|
236
|
+
]
|
|
237
|
+
)
|
|
238
|
+
],
|
|
239
|
+
max_rarity: 5,
|
|
240
|
+
slots: {
|
|
241
|
+
flower: true,
|
|
242
|
+
plume: true,
|
|
243
|
+
sands: true,
|
|
244
|
+
goblet: true,
|
|
245
|
+
circlet: true
|
|
246
|
+
}
|
|
247
|
+
).freeze
|
|
248
|
+
|
|
199
249
|
ECHOES_OF_AN_OFFERING = GenshinObject::ArtifactSet.new(
|
|
200
250
|
kamera_key: "EchoesOfAnOffering",
|
|
201
251
|
name: "Echoes of an Offering",
|
|
@@ -1074,6 +1074,23 @@ module GenshinData
|
|
|
1074
1074
|
ascension_enemy_material_name: :slime
|
|
1075
1075
|
).freeze
|
|
1076
1076
|
|
|
1077
|
+
LOHEN = GenshinObject::Character.new(
|
|
1078
|
+
kamera_key: "Lohen",
|
|
1079
|
+
name: "Lohen",
|
|
1080
|
+
nation_name: :mondstadt,
|
|
1081
|
+
rarity: 5,
|
|
1082
|
+
constellation_three_bonus: :skill,
|
|
1083
|
+
constellation_five_bonus: :burst,
|
|
1084
|
+
element: :cryo,
|
|
1085
|
+
weapon_type: :polearm,
|
|
1086
|
+
ascension_boss_material_name: "PrismaticSeveredTail",
|
|
1087
|
+
ascension_gathering_material_name: "EtherwingMoth",
|
|
1088
|
+
ascension_enemy_material_name: :arrowhead,
|
|
1089
|
+
talent_book_name: :resistance,
|
|
1090
|
+
talent_rare_material_name: :arrowhead,
|
|
1091
|
+
talent_boss_material_name: "AscendedSampleKnight"
|
|
1092
|
+
).freeze
|
|
1093
|
+
|
|
1077
1094
|
LYNETTE = GenshinObject::Character.new(
|
|
1078
1095
|
kamera_key: "Lynette",
|
|
1079
1096
|
name: "Lynette",
|
|
@@ -1244,6 +1261,23 @@ module GenshinData
|
|
|
1244
1261
|
ascension_enemy_material_name: :transoceanic
|
|
1245
1262
|
).freeze
|
|
1246
1263
|
|
|
1264
|
+
NICOLE = GenshinObject::Character.new(
|
|
1265
|
+
kamera_key: "Nicole",
|
|
1266
|
+
name: "Nicole",
|
|
1267
|
+
nation_name: :mondstadt,
|
|
1268
|
+
rarity: 5,
|
|
1269
|
+
constellation_three_bonus: :skill,
|
|
1270
|
+
constellation_five_bonus: :burst,
|
|
1271
|
+
element: :pyro,
|
|
1272
|
+
weapon_type: :catalyst,
|
|
1273
|
+
ascension_boss_material_name: "RemnantOfTheDreadwing",
|
|
1274
|
+
ascension_gathering_material_name: "PineAmber",
|
|
1275
|
+
ascension_enemy_material_name: :warrant,
|
|
1276
|
+
talent_book_name: :elysium,
|
|
1277
|
+
talent_rare_material_name: :warrant,
|
|
1278
|
+
talent_boss_material_name: "CounterfeitResin"
|
|
1279
|
+
).freeze
|
|
1280
|
+
|
|
1247
1281
|
NILOU = GenshinObject::Character.new(
|
|
1248
1282
|
kamera_key: "Nilou",
|
|
1249
1283
|
name: "Nilou",
|
|
@@ -1312,6 +1346,23 @@ module GenshinData
|
|
|
1312
1346
|
ascension_enemy_material_name: :fang
|
|
1313
1347
|
).freeze
|
|
1314
1348
|
|
|
1349
|
+
PRUNE = GenshinObject::Character.new(
|
|
1350
|
+
kamera_key: "Prune",
|
|
1351
|
+
name: "Prune",
|
|
1352
|
+
nation_name: :mondstadt,
|
|
1353
|
+
rarity: 4,
|
|
1354
|
+
constellation_three_bonus: :burst,
|
|
1355
|
+
constellation_five_bonus: :skill,
|
|
1356
|
+
element: :anemo,
|
|
1357
|
+
weapon_type: :catalyst,
|
|
1358
|
+
ascension_boss_material_name: 'RadiantAntler',
|
|
1359
|
+
ascension_gathering_material_name: 'WinterIcelea',
|
|
1360
|
+
ascension_enemy_material_name: :hoarder_insignia,
|
|
1361
|
+
talent_book_name: :resistance,
|
|
1362
|
+
talent_rare_material_name: :hoarder_insignia,
|
|
1363
|
+
talent_boss_material_name: 'MaskOfTheVirtuousDoctor'
|
|
1364
|
+
).freeze
|
|
1365
|
+
|
|
1315
1366
|
QIQI = GenshinObject::Character.new(
|
|
1316
1367
|
kamera_key: "Qiqi",
|
|
1317
1368
|
name: "Qiqi",
|
|
@@ -1380,6 +1431,23 @@ module GenshinData
|
|
|
1380
1431
|
ascension_enemy_material_name: :fatui_insignia
|
|
1381
1432
|
).freeze
|
|
1382
1433
|
|
|
1434
|
+
SANDRONE = GenshinObject::Character.new(
|
|
1435
|
+
kamera_key: "Sandrone",
|
|
1436
|
+
name: "Sandrone",
|
|
1437
|
+
nation_name: :snezhnaya,
|
|
1438
|
+
rarity: 5,
|
|
1439
|
+
constellation_three_bonus: :attack,
|
|
1440
|
+
constellation_five_bonus: :burst,
|
|
1441
|
+
element: :cryo,
|
|
1442
|
+
weapon_type: :claymore,
|
|
1443
|
+
ascension_boss_material_name: "PlumeOfTheFallenWatcher",
|
|
1444
|
+
ascension_gathering_material_name: "SubdetectionUnit",
|
|
1445
|
+
ascension_enemy_material_name: :shaft,
|
|
1446
|
+
talent_book_name: :vagrancy,
|
|
1447
|
+
talent_rare_material_name: :shaft,
|
|
1448
|
+
talent_boss_material_name: "MadmansRestraint"
|
|
1449
|
+
).freeze
|
|
1450
|
+
|
|
1383
1451
|
SANGONOMIYA_KOKOMI = GenshinObject::Character.new(
|
|
1384
1452
|
kamera_key: "SangonomiyaKokomi",
|
|
1385
1453
|
name: "Sangonomiya Kokomi",
|
|
@@ -22,7 +22,6 @@ module GenshinData
|
|
|
22
22
|
|
|
23
23
|
def fontaine
|
|
24
24
|
[
|
|
25
|
-
CharacterData::ARLECCHINO,
|
|
26
25
|
CharacterData::CHARLOTTE,
|
|
27
26
|
CharacterData::CHEVREUSE,
|
|
28
27
|
CharacterData::CLORINDE,
|
|
@@ -106,9 +105,12 @@ module GenshinData
|
|
|
106
105
|
CharacterData::KAEYA,
|
|
107
106
|
CharacterData::LINNEA,
|
|
108
107
|
CharacterData::LISA,
|
|
108
|
+
CharacterData::LOHEN,
|
|
109
109
|
CharacterData::MIKA,
|
|
110
110
|
CharacterData::MONA,
|
|
111
|
+
CharacterData::NICOLE,
|
|
111
112
|
CharacterData::NOELLE,
|
|
113
|
+
CharacterData::PRUNE,
|
|
112
114
|
CharacterData::RAZOR,
|
|
113
115
|
CharacterData::ROSARIA,
|
|
114
116
|
CharacterData::SUCROSE,
|
|
@@ -149,6 +151,8 @@ module GenshinData
|
|
|
149
151
|
|
|
150
152
|
def snezhnaya
|
|
151
153
|
[
|
|
154
|
+
CharacterData::ARLECCHINO,
|
|
155
|
+
CharacterData::SANDRONE,
|
|
152
156
|
CharacterData::TARTAGLIA
|
|
153
157
|
]
|
|
154
158
|
end
|
|
@@ -97,6 +97,17 @@ module GenshinData
|
|
|
97
97
|
nation_name: nil
|
|
98
98
|
).freeze
|
|
99
99
|
|
|
100
|
+
BLAZING_PRISMSHELL = GenshinObject::Material.new(
|
|
101
|
+
kamera_key: "BlazingPrismshell",
|
|
102
|
+
name: "Blazing Prismshell",
|
|
103
|
+
rarity: 4,
|
|
104
|
+
family: :weasel_shell,
|
|
105
|
+
inventory_type: :development_material,
|
|
106
|
+
source_category: :monster_loot,
|
|
107
|
+
source_sub_category: :elite_drop,
|
|
108
|
+
nation_name: nil
|
|
109
|
+
).freeze
|
|
110
|
+
|
|
100
111
|
CHAOS_AXIS = GenshinObject::Material.new(
|
|
101
112
|
kamera_key: "ChaosAxis",
|
|
102
113
|
name: "Chaos Axis",
|
|
@@ -207,6 +218,17 @@ module GenshinData
|
|
|
207
218
|
nation_name: nil
|
|
208
219
|
).freeze
|
|
209
220
|
|
|
221
|
+
COLD_CRACKED_SHELLSHARD = GenshinObject::Material.new(
|
|
222
|
+
kamera_key: "ColdCrackedShellshard",
|
|
223
|
+
name: "Cold-Cracked Shellshard",
|
|
224
|
+
rarity: 2,
|
|
225
|
+
family: :weasel_shell,
|
|
226
|
+
inventory_type: :development_material,
|
|
227
|
+
source_category: :monster_loot,
|
|
228
|
+
source_sub_category: :elite_drop,
|
|
229
|
+
nation_name: nil
|
|
230
|
+
).freeze
|
|
231
|
+
|
|
210
232
|
CONCEALED_CLAW = GenshinObject::Material.new(
|
|
211
233
|
kamera_key: "ConcealedClaw",
|
|
212
234
|
name: "Concealed Claw",
|
|
@@ -306,6 +328,17 @@ module GenshinData
|
|
|
306
328
|
nation_name: nil
|
|
307
329
|
).freeze
|
|
308
330
|
|
|
331
|
+
DEPLETED_LUNAR_IRON = GenshinObject::Material.new(
|
|
332
|
+
kamera_key: "DepletedLunarIron",
|
|
333
|
+
name: "Depleted Lunar Iron",
|
|
334
|
+
rarity: 3,
|
|
335
|
+
family: :lunar_iron,
|
|
336
|
+
inventory_type: :development_material,
|
|
337
|
+
source_category: :monster_loot,
|
|
338
|
+
source_sub_category: :general_drop,
|
|
339
|
+
nation_name: nil
|
|
340
|
+
).freeze
|
|
341
|
+
|
|
309
342
|
DESICCATED_SHELL = GenshinObject::Material.new(
|
|
310
343
|
kamera_key: "DesiccatedShell",
|
|
311
344
|
name: "Desiccated Shell",
|
|
@@ -416,6 +449,17 @@ module GenshinData
|
|
|
416
449
|
nation_name: nil
|
|
417
450
|
).freeze
|
|
418
451
|
|
|
452
|
+
FRACTURED_LUNAR_IRON = GenshinObject::Material.new(
|
|
453
|
+
kamera_key: "FracturedLunarIron",
|
|
454
|
+
name: "Fractured Lunar Iron",
|
|
455
|
+
rarity: 2,
|
|
456
|
+
family: :lunar_iron,
|
|
457
|
+
inventory_type: :development_material,
|
|
458
|
+
source_category: :monster_loot,
|
|
459
|
+
source_sub_category: :general_drop,
|
|
460
|
+
nation_name: nil
|
|
461
|
+
).freeze
|
|
462
|
+
|
|
419
463
|
FRAGILE_BONE_SHARD = GenshinObject::Material.new(
|
|
420
464
|
kamera_key: "FragileBoneShard",
|
|
421
465
|
name: "Fragile Bone Shard",
|
|
@@ -955,22 +999,22 @@ module GenshinData
|
|
|
955
999
|
nation_name: nil
|
|
956
1000
|
).freeze
|
|
957
1001
|
|
|
958
|
-
|
|
959
|
-
kamera_key: "
|
|
960
|
-
name: "
|
|
1002
|
+
UNBLEMISHED_LUNAR_IRON = GenshinObject::Material.new(
|
|
1003
|
+
kamera_key: "UnblemishedLunarIron",
|
|
1004
|
+
name: "Unblemished Lunar Iron",
|
|
961
1005
|
rarity: 4,
|
|
962
|
-
family: :
|
|
1006
|
+
family: :lunar_iron,
|
|
963
1007
|
inventory_type: :development_material,
|
|
964
1008
|
source_category: :monster_loot,
|
|
965
|
-
source_sub_category: :
|
|
1009
|
+
source_sub_category: :general_drop,
|
|
966
1010
|
nation_name: nil
|
|
967
1011
|
).freeze
|
|
968
1012
|
|
|
969
|
-
|
|
970
|
-
kamera_key: "
|
|
971
|
-
name: "
|
|
972
|
-
rarity:
|
|
973
|
-
family: :
|
|
1013
|
+
WANDERERS_BLOOMING_FLOWER = GenshinObject::Material.new(
|
|
1014
|
+
kamera_key: "WanderersBloomingFlower",
|
|
1015
|
+
name: "Wanderer's Blooming Flower",
|
|
1016
|
+
rarity: 4,
|
|
1017
|
+
family: :rogue_flower,
|
|
974
1018
|
inventory_type: :development_material,
|
|
975
1019
|
source_category: :monster_loot,
|
|
976
1020
|
source_sub_category: :elite_drop,
|
|
@@ -987,17 +1031,6 @@ module GenshinData
|
|
|
987
1031
|
source_sub_category: :elite_drop,
|
|
988
1032
|
nation_name: nil
|
|
989
1033
|
).freeze
|
|
990
|
-
|
|
991
|
-
BLAZING_PRISMSHELL = GenshinObject::Material.new(
|
|
992
|
-
kamera_key: "BlazingPrismshell",
|
|
993
|
-
name: "Blazing Prismshell",
|
|
994
|
-
rarity: 4,
|
|
995
|
-
family: :weasel_shell,
|
|
996
|
-
inventory_type: :development_material,
|
|
997
|
-
source_category: :monster_loot,
|
|
998
|
-
source_sub_category: :elite_drop,
|
|
999
|
-
nation_name: nil
|
|
1000
|
-
).freeze
|
|
1001
1034
|
end
|
|
1002
1035
|
end
|
|
1003
1036
|
end
|
|
@@ -437,6 +437,40 @@ module GenshinData
|
|
|
437
437
|
source_sub_category: :heretic_of_the_false_moon_drop,
|
|
438
438
|
nation_name: :nodkrai
|
|
439
439
|
).freeze
|
|
440
|
+
|
|
441
|
+
COUNTERFEIT_RESIN = GenshinObject::Material.new(
|
|
442
|
+
kamera_key: "CounterfeitResin",
|
|
443
|
+
name: "Counterfeit Resin",
|
|
444
|
+
rarity: 5,
|
|
445
|
+
family: :exalted_master_of_the_heretical_path_loot,
|
|
446
|
+
inventory_type: :development_material,
|
|
447
|
+
source_category: :boss_loot,
|
|
448
|
+
source_sub_category: :exalted_master_of_the_heretical_path_drop,
|
|
449
|
+
nation_name: :nodkrai
|
|
450
|
+
).freeze
|
|
451
|
+
|
|
452
|
+
PROFANED_SPROUT = GenshinObject::Material.new(
|
|
453
|
+
kamera_key: "ProfanedSprout",
|
|
454
|
+
name: "Profaned Sprout",
|
|
455
|
+
rarity: 5,
|
|
456
|
+
family: :exalted_master_of_the_heretical_path_loot,
|
|
457
|
+
inventory_type: :development_material,
|
|
458
|
+
source_category: :boss_loot,
|
|
459
|
+
source_sub_category: :exalted_master_of_the_heretical_path_drop,
|
|
460
|
+
nation_name: :nodkrai
|
|
461
|
+
).freeze
|
|
462
|
+
|
|
463
|
+
TWISTED_WITHERED_BRANCH = GenshinObject::Material.new(
|
|
464
|
+
kamera_key: "TwistedWitheredBranch",
|
|
465
|
+
name: "Twisted Withered Branch",
|
|
466
|
+
rarity: 5,
|
|
467
|
+
family: :exalted_master_of_the_heretical_path_loot,
|
|
468
|
+
inventory_type: :development_material,
|
|
469
|
+
source_category: :boss_loot,
|
|
470
|
+
source_sub_category: :exalted_master_of_the_heretical_path_drop,
|
|
471
|
+
nation_name: :nodkrai
|
|
472
|
+
).freeze
|
|
473
|
+
|
|
440
474
|
end
|
|
441
475
|
end
|
|
442
476
|
end
|
|
@@ -19,6 +19,16 @@ module GenshinData
|
|
|
19
19
|
weapon_material_type: :oasis_garden
|
|
20
20
|
).freeze
|
|
21
21
|
|
|
22
|
+
ANGELOS_HEPTADES = GenshinObject::Weapon.new(
|
|
23
|
+
kamera_key: "AngelosHeptades",
|
|
24
|
+
name: "Angelos' Heptades",
|
|
25
|
+
rarity: 5,
|
|
26
|
+
weapon_type: :catalyst,
|
|
27
|
+
elite_material_type: :flaming_hilt,
|
|
28
|
+
standard_material_type: :shaft,
|
|
29
|
+
weapon_material_type: :artful_device
|
|
30
|
+
).freeze
|
|
31
|
+
|
|
22
32
|
APPRENTICES_NOTES = GenshinObject::Weapon.new(
|
|
23
33
|
kamera_key: "ApprenticesNotes",
|
|
24
34
|
name: "Apprentice's Notes",
|
|
@@ -9,6 +9,16 @@ module GenshinData
|
|
|
9
9
|
constants.map { |x| GenshinData::Weapons::WeaponData::Claymores.const_get(x) }
|
|
10
10
|
end
|
|
11
11
|
|
|
12
|
+
A_TEASPOON_OF_TRANSCENDENCE = GenshinObject::Weapon.new(
|
|
13
|
+
kamera_key: "ATeaspoonOfTranscendence",
|
|
14
|
+
name: "A Teaspoon of Transcendence",
|
|
15
|
+
rarity: 5,
|
|
16
|
+
weapon_type: :claymore,
|
|
17
|
+
elite_material_type: :lunar_iron,
|
|
18
|
+
standard_material_type: :warrant,
|
|
19
|
+
weapon_material_type: :far_north_scions
|
|
20
|
+
).freeze
|
|
21
|
+
|
|
12
22
|
A_THOUSAND_BLAZING_SUNS = GenshinObject::Weapon.new(
|
|
13
23
|
kamera_key: "AThousandBlazingSuns",
|
|
14
24
|
name: "A Thousand Blazing Suns",
|
|
@@ -99,6 +99,16 @@ module GenshinData
|
|
|
99
99
|
weapon_material_type: :forest_dew
|
|
100
100
|
).freeze
|
|
101
101
|
|
|
102
|
+
DISASTER_AND_REMORSE = GenshinObject::Weapon.new(
|
|
103
|
+
kamera_key: "DisasterAndRemorse",
|
|
104
|
+
name: "Disaster and Remorse",
|
|
105
|
+
rarity: 5,
|
|
106
|
+
weapon_type: :polearm,
|
|
107
|
+
elite_material_type: :radiant_bone,
|
|
108
|
+
standard_material_type: :nectar,
|
|
109
|
+
weapon_material_type: :decarabian
|
|
110
|
+
).freeze
|
|
111
|
+
|
|
102
112
|
DRAGONS_BANE = GenshinObject::Weapon.new(
|
|
103
113
|
kamera_key: "DragonsBane",
|
|
104
114
|
name: "Dragon's Bane",
|
|
@@ -98,6 +98,14 @@ module GenshinData
|
|
|
98
98
|
nation_name: :nodkrai,
|
|
99
99
|
material_family: :heretic_of_the_false_moon_loot
|
|
100
100
|
)
|
|
101
|
+
|
|
102
|
+
EXALTED_MASTER_OF_THE_HERETICAL_PATH = GenshinObject::WeeklyBoss.new(
|
|
103
|
+
name: "Exalted Master of the Heretical Path",
|
|
104
|
+
domain_name: "Binding Field of Universal Nirvana. ",
|
|
105
|
+
nation_name: :sumeru,
|
|
106
|
+
material_family: :exalted_master_of_the_heretical_path_loot
|
|
107
|
+
)
|
|
108
|
+
|
|
101
109
|
end
|
|
102
110
|
end
|
|
103
111
|
end
|
data/lib/teyvatdb/version.rb
CHANGED