ika3 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/config/weapons.yml +60 -0
- data/lib/ika3/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f319c3e34d695fe4854b404a33b87e383dbcd5f3a96b7f6cd9030164ee507c48
|
4
|
+
data.tar.gz: d2687368b9e65953c8b6cbc9ff8294c478d64578dd1eec1fdbda915b51188489
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d70c1ecd4728bff8a287b72598d5020d00c3a8b627e98bbf72dd1752be4803ff6477dae6bd71e928c9358876a334c3fcfe770ee2b140be6e16db1ed94918c35
|
7
|
+
data.tar.gz: b5fef4d7bbef366f92b40248ee9d9d3b55f7d66e527f9c851ec7bc504aed00f4a7ca4fcac25803b06391056f2b64afdc911588656a2ad46474219f08a08011e3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ika3 (0.
|
4
|
+
ika3 (0.4.0)
|
5
5
|
activesupport (>= 5.0.0)
|
6
6
|
faraday (>= 2.7.0)
|
7
7
|
|
@@ -40,7 +40,7 @@ GEM
|
|
40
40
|
rb-fsevent (0.11.2)
|
41
41
|
rb-inotify (0.10.1)
|
42
42
|
ffi (~> 1.0)
|
43
|
-
rbs (
|
43
|
+
rbs (3.0.2)
|
44
44
|
rspec (3.12.0)
|
45
45
|
rspec-core (~> 3.12.0)
|
46
46
|
rspec-expectations (~> 3.12.0)
|
data/config/weapons.yml
CHANGED
@@ -3,6 +3,11 @@ sploosh_o_matic: &sploosh_o_matic
|
|
3
3
|
sub: カーリングボム
|
4
4
|
special: ウルトラハンコ
|
5
5
|
|
6
|
+
neo_sploosh_o_matic: &neo_sploosh_o_matic
|
7
|
+
name: ボールドマーカーネオ
|
8
|
+
sub: ジャンプビーコン
|
9
|
+
special: メガホンレーザー5.1ch
|
10
|
+
|
6
11
|
splattershot_jr: &splattershot_jr
|
7
12
|
name: わかばシューター
|
8
13
|
sub: スプラボム
|
@@ -18,6 +23,11 @@ splash_o_matic: &splash_o_matic
|
|
18
23
|
sub: クイックボム
|
19
24
|
special: カニタンク
|
20
25
|
|
26
|
+
neo_splash_o_matic: &neo_splash_o_matic
|
27
|
+
name: シャープマーカーネオ
|
28
|
+
sub: キューバンボム
|
29
|
+
special: トリプルトルネード
|
30
|
+
|
21
31
|
aerosparay_mg: &aerosparay_mg
|
22
32
|
name: プロモデラーMG
|
23
33
|
sub: タンサンボム
|
@@ -48,6 +58,11 @@ n_zap_85: &n_zap_85
|
|
48
58
|
sub: キューバンボム
|
49
59
|
special: エナジースタンド
|
50
60
|
|
61
|
+
n_zap_89: &n_zap_89
|
62
|
+
name: N-ZAP '89
|
63
|
+
sub: ロボットボム
|
64
|
+
special: デコイチラシ
|
65
|
+
|
51
66
|
splattershot_pro: &splattershot_pro
|
52
67
|
name: プライムシューター
|
53
68
|
sub: ラインマーカー
|
@@ -63,16 +78,31 @@ forge_splattershot_pro: &forge_splattershot_pro
|
|
63
78
|
sub: スプリンクラー
|
64
79
|
special: キューインキ
|
65
80
|
|
81
|
+
96_gal_deco: &96_gal_deco
|
82
|
+
name: .96ガロンデコ
|
83
|
+
sub: スプラッシュシールド
|
84
|
+
special: テイオウイカ
|
85
|
+
|
66
86
|
jet_squelcher: &jet_squelcher
|
67
87
|
name: ジェットスイーパー
|
68
88
|
sub: ラインマーカー
|
69
89
|
special: キューインキ
|
70
90
|
|
91
|
+
custom_jet_squelcher: &custom_jet_squelcher
|
92
|
+
name: ジェットスイーパーカスタム
|
93
|
+
sub: ポイズンミスト
|
94
|
+
special: アメフラシ
|
95
|
+
|
71
96
|
l_3_nozzlenose: &l_3_nozzlenose
|
72
97
|
name: L3リールガン
|
73
98
|
sub: カーリングボム
|
74
99
|
special: カニタンク
|
75
100
|
|
101
|
+
l_3_nozzlenose_d: &l_3_nozzlenose
|
102
|
+
name: L3リールガンD
|
103
|
+
sub: クイックボム
|
104
|
+
special: ウルトラハンコ
|
105
|
+
|
76
106
|
h_3_nozzlenose: &h_3_nozzlenose
|
77
107
|
name: H3リールガン
|
78
108
|
sub: ポイントセンサー
|
@@ -103,6 +133,11 @@ splatroller: &splatroller
|
|
103
133
|
sub: カーリングボム
|
104
134
|
special: グレートバリア
|
105
135
|
|
136
|
+
krak_on_splatroller: &krak_on_splatroller
|
137
|
+
name: スプラローラーコラボ
|
138
|
+
sub: ジャンプビーコン
|
139
|
+
special: テイオウイカ
|
140
|
+
|
106
141
|
dynamo_roller: &dynamo_roller
|
107
142
|
name: ダイナモローラー
|
108
143
|
sub: スプリンクラー
|
@@ -128,11 +163,21 @@ splat_charger: &splat_charger
|
|
128
163
|
sub: スプラボム
|
129
164
|
special: キューインキ
|
130
165
|
|
166
|
+
z_f_splat_charger: &z_f_splat_charger
|
167
|
+
name: スプラチャージャーコラボ
|
168
|
+
sub: スプラッシュシールド
|
169
|
+
special: トリプルトルネード
|
170
|
+
|
131
171
|
splatterscope: &splatterscope
|
132
172
|
name: スプラスコープ
|
133
173
|
sub: スプラボム
|
134
174
|
special: キューインキ
|
135
175
|
|
176
|
+
z_f_splatterscope: &z_f_splatterscope
|
177
|
+
name: スプラスコープコラボ
|
178
|
+
sub: スプラッシュシールド
|
179
|
+
special: トリプルトルネード
|
180
|
+
|
136
181
|
e_liter_4k: &e_liter_4k
|
137
182
|
name: リッター4K
|
138
183
|
sub: トラップ
|
@@ -173,6 +218,11 @@ tri_slocher: &tri_slocher
|
|
173
218
|
sub: ポイズンミスト
|
174
219
|
special: ジェットパック
|
175
220
|
|
221
|
+
tri_slosher_nouveau: &tri_slosher_nouveau
|
222
|
+
name: ヒッセン・ヒュー
|
223
|
+
sub: タンサンボム
|
224
|
+
special: エナジースタンド
|
225
|
+
|
176
226
|
sloshing_machine: &sloshing_machine
|
177
227
|
name: スクリュースロッシャー
|
178
228
|
sub: タンサンボム
|
@@ -243,11 +293,21 @@ clash_blaster: &clash_blaster
|
|
243
293
|
sub: スプラボム
|
244
294
|
special: ウルトラショット
|
245
295
|
|
296
|
+
clash_blaster_neo: &clash_blaster_neo
|
297
|
+
name: クラッシュブラスターネオ
|
298
|
+
sub: カーリングボム
|
299
|
+
special: デコイチラシ
|
300
|
+
|
246
301
|
rapid_blaster: &rapid_blaster
|
247
302
|
name: ラピッドブラスター
|
248
303
|
sub: トラップ
|
249
304
|
special: トリプルトルネード
|
250
305
|
|
306
|
+
rapid_blaster_deco: &rapid_blaster
|
307
|
+
name: ラピッドブラスターデコ
|
308
|
+
sub: トーピード
|
309
|
+
special: ジェットパック
|
310
|
+
|
251
311
|
rapid_blaster_pro: &rapid_blaster_pro
|
252
312
|
name: Rブラスターエリート
|
253
313
|
sub: ポイズンミスト
|
data/lib/ika3/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ika3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YutaGoto
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
|
-
rubygems_version: 3.4.
|
94
|
+
rubygems_version: 3.4.7
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Splatoon3 weapons information library.
|