ika3 1.1.0 → 2.0.0
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/.yamllint.yaml +3 -0
- data/Gemfile +4 -4
- data/Gemfile.lock +68 -57
- data/README.md +8 -8
- data/config/sub_weapons.yml +1 -1
- data/config/weapons.yml +158 -9
- data/lib/ika3/version.rb +1 -1
- data/sig/ika3.rbs +2 -0
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adfb78e4b3ad137e8a0b088f8a1136b17bd64aad3c641a689cba2d6bd4176bef
|
4
|
+
data.tar.gz: 9cc4a91cee7f048f9fd30fe6f0ba7cf9117c8bc299772b4b81c018cf5c111039
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc1872f43231400c48215b8639619ff6317130eeb3e659f143c7745f004b7fc99a5f9019a453747ba04939fcd19950b47750fd73cf87609e439dd2e220068a26
|
7
|
+
data.tar.gz: 204ca4a8b23d47527c573f46800aa2e5903582c99e42ec8ad5b0a8166f1af8a6aec0a58271c7bae92d95fd03fb8db7744e495d0c2629014b5279fbe90c021145
|
data/.yamllint.yaml
CHANGED
data/Gemfile
CHANGED
@@ -5,13 +5,13 @@ source 'https://rubygems.org'
|
|
5
5
|
# Specify your gem's dependencies in ika3.gemspec
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
gem 'rake', '~> 13.
|
8
|
+
gem 'rake', '~> 13.3'
|
9
9
|
gem 'rbs'
|
10
10
|
gem 'rspec', '~> 3.13'
|
11
11
|
gem 'rubocop', require: false
|
12
12
|
gem 'steep'
|
13
13
|
gem 'typeprof'
|
14
14
|
|
15
|
-
gem 'rubocop-on-rbs', '~> 1.
|
16
|
-
gem 'rubocop-rake', '~> 0.
|
17
|
-
gem 'rubocop-rspec', '~> 3.
|
15
|
+
gem 'rubocop-on-rbs', '~> 1.4'
|
16
|
+
gem 'rubocop-rake', '~> 0.7.1'
|
17
|
+
gem 'rubocop-rspec', '~> 3.6'
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ika3 (
|
4
|
+
ika3 (2.0.0)
|
5
5
|
activesupport (>= 6.0.0)
|
6
6
|
faraday (>= 2.7.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.2.2)
|
11
|
+
activesupport (7.2.2.1)
|
12
12
|
base64
|
13
13
|
benchmark (>= 0.3)
|
14
14
|
bigdecimal
|
@@ -20,122 +20,133 @@ GEM
|
|
20
20
|
minitest (>= 5.1)
|
21
21
|
securerandom (>= 0.3)
|
22
22
|
tzinfo (~> 2.0, >= 2.0.5)
|
23
|
-
ast (2.4.
|
23
|
+
ast (2.4.3)
|
24
24
|
base64 (0.2.0)
|
25
25
|
benchmark (0.4.0)
|
26
|
-
bigdecimal (3.1.
|
27
|
-
concurrent-ruby (1.3.
|
28
|
-
connection_pool (2.
|
29
|
-
csv (3.3.
|
30
|
-
diff-lcs (1.
|
26
|
+
bigdecimal (3.1.9)
|
27
|
+
concurrent-ruby (1.3.5)
|
28
|
+
connection_pool (2.5.0)
|
29
|
+
csv (3.3.2)
|
30
|
+
diff-lcs (1.6.2)
|
31
31
|
drb (2.2.1)
|
32
|
-
faraday (2.
|
33
|
-
faraday-net_http (>= 2.0, < 3.
|
32
|
+
faraday (2.13.1)
|
33
|
+
faraday-net_http (>= 2.0, < 3.5)
|
34
34
|
json
|
35
35
|
logger
|
36
|
-
faraday-net_http (3.
|
37
|
-
net-http
|
38
|
-
ffi (1.17.
|
36
|
+
faraday-net_http (3.4.0)
|
37
|
+
net-http (>= 0.5.0)
|
38
|
+
ffi (1.17.1-x86_64-linux-gnu)
|
39
39
|
fileutils (1.7.3)
|
40
|
-
i18n (1.14.
|
40
|
+
i18n (1.14.7)
|
41
41
|
concurrent-ruby (~> 1.0)
|
42
|
-
json (2.
|
43
|
-
language_server-protocol (3.17.0.
|
42
|
+
json (2.12.2)
|
43
|
+
language_server-protocol (3.17.0.5)
|
44
|
+
lint_roller (1.1.0)
|
44
45
|
listen (3.9.0)
|
45
46
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
46
47
|
rb-inotify (~> 0.9, >= 0.9.10)
|
47
|
-
logger (1.
|
48
|
-
minitest (5.25.
|
49
|
-
|
48
|
+
logger (1.7.0)
|
49
|
+
minitest (5.25.5)
|
50
|
+
mutex_m (0.3.0)
|
51
|
+
net-http (0.6.0)
|
50
52
|
uri
|
51
|
-
parallel (1.
|
52
|
-
parser (3.3.
|
53
|
+
parallel (1.27.0)
|
54
|
+
parser (3.3.8.0)
|
53
55
|
ast (~> 2.4.1)
|
54
56
|
racc
|
57
|
+
prism (1.4.0)
|
55
58
|
racc (1.8.1)
|
56
59
|
rainbow (3.1.1)
|
57
|
-
rake (13.
|
60
|
+
rake (13.3.0)
|
58
61
|
rb-fsevent (0.11.2)
|
59
62
|
rb-inotify (0.11.1)
|
60
63
|
ffi (~> 1.0)
|
61
|
-
rbs (3.
|
64
|
+
rbs (3.9.4)
|
62
65
|
logger
|
63
|
-
regexp_parser (2.
|
64
|
-
rspec (3.13.
|
66
|
+
regexp_parser (2.10.0)
|
67
|
+
rspec (3.13.1)
|
65
68
|
rspec-core (~> 3.13.0)
|
66
69
|
rspec-expectations (~> 3.13.0)
|
67
70
|
rspec-mocks (~> 3.13.0)
|
68
|
-
rspec-core (3.13.
|
71
|
+
rspec-core (3.13.4)
|
69
72
|
rspec-support (~> 3.13.0)
|
70
|
-
rspec-expectations (3.13.
|
73
|
+
rspec-expectations (3.13.5)
|
71
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
75
|
rspec-support (~> 3.13.0)
|
73
|
-
rspec-mocks (3.13.
|
76
|
+
rspec-mocks (3.13.5)
|
74
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
75
78
|
rspec-support (~> 3.13.0)
|
76
|
-
rspec-support (3.13.
|
77
|
-
rubocop (1.
|
79
|
+
rspec-support (3.13.4)
|
80
|
+
rubocop (1.76.1)
|
78
81
|
json (~> 2.3)
|
79
|
-
language_server-protocol (
|
82
|
+
language_server-protocol (~> 3.17.0.2)
|
83
|
+
lint_roller (~> 1.1.0)
|
80
84
|
parallel (~> 1.10)
|
81
85
|
parser (>= 3.3.0.2)
|
82
86
|
rainbow (>= 2.2.2, < 4.0)
|
83
|
-
regexp_parser (>= 2.
|
84
|
-
rubocop-ast (>= 1.
|
87
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
88
|
+
rubocop-ast (>= 1.45.0, < 2.0)
|
85
89
|
ruby-progressbar (~> 1.7)
|
86
|
-
unicode-display_width (>= 2.4.0, <
|
87
|
-
rubocop-ast (1.
|
88
|
-
parser (>= 3.3.
|
89
|
-
|
90
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
91
|
+
rubocop-ast (1.45.1)
|
92
|
+
parser (>= 3.3.7.2)
|
93
|
+
prism (~> 1.4)
|
94
|
+
rubocop-on-rbs (1.4.2)
|
90
95
|
rbs (~> 3.5)
|
91
96
|
rubocop (~> 1.61)
|
92
97
|
zlib
|
93
|
-
rubocop-rake (0.
|
94
|
-
|
95
|
-
|
96
|
-
|
98
|
+
rubocop-rake (0.7.1)
|
99
|
+
lint_roller (~> 1.1)
|
100
|
+
rubocop (>= 1.72.1)
|
101
|
+
rubocop-rspec (3.6.0)
|
102
|
+
lint_roller (~> 1.1)
|
103
|
+
rubocop (~> 1.72, >= 1.72.1)
|
97
104
|
ruby-progressbar (1.13.0)
|
98
|
-
securerandom (0.
|
99
|
-
steep (1.
|
105
|
+
securerandom (0.4.1)
|
106
|
+
steep (1.10.0)
|
100
107
|
activesupport (>= 5.1)
|
101
108
|
concurrent-ruby (>= 1.1.10)
|
102
109
|
csv (>= 3.0.9)
|
103
110
|
fileutils (>= 1.1.0)
|
104
111
|
json (>= 2.1.0)
|
105
|
-
language_server-protocol (>= 3.
|
112
|
+
language_server-protocol (>= 3.17.0.4, < 4.0)
|
106
113
|
listen (~> 3.0)
|
107
114
|
logger (>= 1.3.0)
|
115
|
+
mutex_m (>= 0.3.0)
|
108
116
|
parser (>= 3.1)
|
109
117
|
rainbow (>= 2.2.2, < 4.0)
|
110
|
-
rbs (~> 3.
|
118
|
+
rbs (~> 3.9)
|
111
119
|
securerandom (>= 0.1)
|
112
120
|
strscan (>= 1.0.0)
|
113
|
-
terminal-table (>= 2, <
|
114
|
-
|
115
|
-
|
116
|
-
|
121
|
+
terminal-table (>= 2, < 5)
|
122
|
+
uri (>= 0.12.0)
|
123
|
+
strscan (3.1.2)
|
124
|
+
terminal-table (4.0.0)
|
125
|
+
unicode-display_width (>= 1.1.1, < 4)
|
117
126
|
typeprof (0.21.11)
|
118
127
|
rbs (>= 1.8.1)
|
119
128
|
tzinfo (2.0.6)
|
120
129
|
concurrent-ruby (~> 1.0)
|
121
|
-
unicode-display_width (
|
122
|
-
|
123
|
-
|
130
|
+
unicode-display_width (3.1.4)
|
131
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
132
|
+
unicode-emoji (4.0.4)
|
133
|
+
uri (1.0.3)
|
134
|
+
zlib (3.2.1)
|
124
135
|
|
125
136
|
PLATFORMS
|
126
137
|
x86_64-linux
|
127
138
|
|
128
139
|
DEPENDENCIES
|
129
140
|
ika3!
|
130
|
-
rake (~> 13.
|
141
|
+
rake (~> 13.3)
|
131
142
|
rbs
|
132
143
|
rspec (~> 3.13)
|
133
144
|
rubocop
|
134
|
-
rubocop-on-rbs (~> 1.
|
135
|
-
rubocop-rake (~> 0.
|
136
|
-
rubocop-rspec (~> 3.
|
145
|
+
rubocop-on-rbs (~> 1.4)
|
146
|
+
rubocop-rake (~> 0.7.1)
|
147
|
+
rubocop-rspec (~> 3.6)
|
137
148
|
steep
|
138
149
|
typeprof
|
139
150
|
|
140
151
|
BUNDLED WITH
|
141
|
-
2.
|
152
|
+
2.6.2
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ require "ika3"
|
|
26
26
|
|
27
27
|
```ruby
|
28
28
|
wakaba = Ika3::Weapon.find_by_name("わかばシューター")
|
29
|
-
=> {:name=>"わかばシューター", :sub=>"
|
29
|
+
=> {:name=>"わかばシューター", :sub=>"スプラッシュボム", :special=>"グレートバリア"}
|
30
30
|
|
31
31
|
wakaba.special
|
32
32
|
=> "グレートバリア"
|
@@ -35,15 +35,15 @@ wakaba.special
|
|
35
35
|
### Get Weapons from Sub-Weapon
|
36
36
|
|
37
37
|
```ruby
|
38
|
-
splatbombs = Ika3::Weapon.filter_by_sub("
|
38
|
+
splatbombs = Ika3::Weapon.filter_by_sub("スプラッシュボム")
|
39
39
|
splatbombs
|
40
40
|
=>
|
41
|
-
[{:name=>"わかばシューター", :sub=>"
|
42
|
-
{:name=>"スプラチャージャー", :sub=>"
|
43
|
-
{:name=>"スプラスコープ", :sub=>"
|
44
|
-
{:name=>"ノヴァブラスター", :sub=>"
|
45
|
-
{:name=>"クラッシュブラスター", :sub=>"
|
46
|
-
{:name=>"パブロ", :sub=>"
|
41
|
+
[{:name=>"わかばシューター", :sub=>"スプラッシュボム", :special=>"グレートバリア"},
|
42
|
+
{:name=>"スプラチャージャー", :sub=>"スプラッシュボム", :special=>"キューインキ"},
|
43
|
+
{:name=>"スプラスコープ", :sub=>"スプラッシュボム", :special=>"キューインキ"},
|
44
|
+
{:name=>"ノヴァブラスター", :sub=>"スプラッシュボム", :special=>"ショクワンダー"},
|
45
|
+
{:name=>"クラッシュブラスター", :sub=>"スプラッシュボム", :special=>"ウルトラショット"},
|
46
|
+
{:name=>"パブロ", :sub=>"スプラッシュボム", :special=>"メガホンレーザー5.1ch"}]
|
47
47
|
```
|
48
48
|
|
49
49
|
### Get Schedule
|
data/config/sub_weapons.yml
CHANGED
data/config/weapons.yml
CHANGED
@@ -10,7 +10,7 @@ neo_sploosh_o_matic: &neo_sploosh_o_matic
|
|
10
10
|
|
11
11
|
splattershot_jr: &splattershot_jr
|
12
12
|
name: わかばシューター
|
13
|
-
sub:
|
13
|
+
sub: スプラッシュボム
|
14
14
|
special: グレートバリア
|
15
15
|
|
16
16
|
custom_splattershot_jr: &custom_splattershot_jr
|
@@ -28,6 +28,11 @@ neo_splash_o_matic: &neo_splash_o_matic
|
|
28
28
|
sub: キューバンボム
|
29
29
|
special: トリプルトルネード
|
30
30
|
|
31
|
+
splash_o_matic_gck_o: &splash_o_matic_gck_o
|
32
|
+
name: シャープマーカーGECK
|
33
|
+
sub: ポイズンミスト
|
34
|
+
special: アメフラシ
|
35
|
+
|
31
36
|
aerosparay_mg: &aerosparay_mg
|
32
37
|
name: プロモデラーMG
|
33
38
|
sub: タンサンボム
|
@@ -38,6 +43,11 @@ aerosparay_rg: &aerosparay_rg
|
|
38
43
|
sub: スプリンクラー
|
39
44
|
special: ナイスダマ
|
40
45
|
|
46
|
+
solorz_aerosparay: &solorz_aerosparay
|
47
|
+
name: プロモデラー彩
|
48
|
+
sub: クイックボム
|
49
|
+
special: スミナガシート
|
50
|
+
|
41
51
|
splattershot: &splattershot
|
42
52
|
name: スプラシューター
|
43
53
|
sub: キューバンボム
|
@@ -45,9 +55,14 @@ splattershot: &splattershot
|
|
45
55
|
|
46
56
|
tentatek_splattershot: &tentatek_splattershot
|
47
57
|
name: スプラシューターコラボ
|
48
|
-
sub:
|
58
|
+
sub: スプラッシュボム
|
49
59
|
special: トリプルトルネード
|
50
60
|
|
61
|
+
glamorz_splattershot: &glamorz_splattershot
|
62
|
+
name: スプラシューター煌
|
63
|
+
sub: クイックボム
|
64
|
+
special: テイオウイカ
|
65
|
+
|
51
66
|
52_gal: &52_gal
|
52
67
|
name: .52ガロン
|
53
68
|
sub: スプラッシュシールド
|
@@ -78,6 +93,11 @@ forge_splattershot_pro: &forge_splattershot_pro
|
|
78
93
|
sub: キューバンボム
|
79
94
|
special: ナイスダマ
|
80
95
|
|
96
|
+
splattershot_pro_frz_n: &splattershot_pro_frz_n
|
97
|
+
name: プライムシューターFRZN
|
98
|
+
sub: スプラッシュボム
|
99
|
+
special: マルチミサイル
|
100
|
+
|
81
101
|
96_gal: &96_gal
|
82
102
|
name: .96ガロン
|
83
103
|
sub: スプリンクラー
|
@@ -88,6 +108,11 @@ forge_splattershot_pro: &forge_splattershot_pro
|
|
88
108
|
sub: スプラッシュシールド
|
89
109
|
special: テイオウイカ
|
90
110
|
|
111
|
+
clawz_96_gal: &clawz_96_gal
|
112
|
+
name: .96ガロン爪
|
113
|
+
sub: ラインマーカー
|
114
|
+
special: エナジースタンド
|
115
|
+
|
91
116
|
jet_squelcher: &jet_squelcher
|
92
117
|
name: ジェットスイーパー
|
93
118
|
sub: ラインマーカー
|
@@ -98,6 +123,11 @@ custom_jet_squelcher: &custom_jet_squelcher
|
|
98
123
|
sub: ポイズンミスト
|
99
124
|
special: アメフラシ
|
100
125
|
|
126
|
+
jet_squelcher_cob_r: &jet_squelcher_cob_r
|
127
|
+
name: ジェットスイーパーCOBR
|
128
|
+
sub: クイックボム
|
129
|
+
special: ウルトラチャクチ
|
130
|
+
|
101
131
|
l_3_nozzlenose: &l_3_nozzlenose
|
102
132
|
name: L3リールガン
|
103
133
|
sub: カーリングボム
|
@@ -108,6 +138,11 @@ l_3_nozzlenose_d: &l_3_nozzlenose
|
|
108
138
|
sub: クイックボム
|
109
139
|
special: ウルトラハンコ
|
110
140
|
|
141
|
+
glitterz_l_3_nozzlenose: &glitterz_l_3_nozzlenose
|
142
|
+
name: L3リールガン箔
|
143
|
+
sub: スプラッシュボム
|
144
|
+
special: ジェットパック
|
145
|
+
|
111
146
|
h_3_nozzlenose: &h_3_nozzlenose
|
112
147
|
name: H3リールガン
|
113
148
|
sub: ポイントセンサー
|
@@ -118,6 +153,11 @@ h_3_nozzlenose_d: &h_3_nozzlenose_d
|
|
118
153
|
sub: スプラッシュシールド
|
119
154
|
special: グレートバリア
|
120
155
|
|
156
|
+
h_3_nozzlenose_vip_r: &h_3_nozzlenose_vip_r
|
157
|
+
name: H3リールガンSNAK
|
158
|
+
sub: キューバンボム
|
159
|
+
special: トリプルトルネード
|
160
|
+
|
121
161
|
squeezer: &squeezer
|
122
162
|
name: ボトルガイザー
|
123
163
|
sub: スプラッシュシールド
|
@@ -148,6 +188,11 @@ carbon_roller_deco: &carbon_roller_deco
|
|
148
188
|
sub: クイックボム
|
149
189
|
special: ウルトラショット
|
150
190
|
|
191
|
+
carbon_roller_ang_l: &carbon_roller_ang_l
|
192
|
+
name: カーボンローラーANGL
|
193
|
+
sub: タンサンボム
|
194
|
+
special: デコイチラシ
|
195
|
+
|
151
196
|
splatroller: &splatroller
|
152
197
|
name: スプラローラー
|
153
198
|
sub: カーリングボム
|
@@ -168,6 +213,11 @@ gold_dynamo_roller: &gold_dynamo_roller
|
|
168
213
|
sub: スプラッシュボム
|
169
214
|
special: デコイチラシ
|
170
215
|
|
216
|
+
starz_dynamo_roller: &starz_dynamo_roller
|
217
|
+
name: ダイナモローラー冥
|
218
|
+
sub: ポイントセンサー
|
219
|
+
special: メガホンレーザー5.1ch
|
220
|
+
|
171
221
|
flingza_roller: &flingza_roller
|
172
222
|
name: ヴァリアブルローラー
|
173
223
|
sub: トラップ
|
@@ -188,6 +238,11 @@ big_swig_roller_express: &big_swig_roller_express
|
|
188
238
|
sub: ラインマーカー
|
189
239
|
special: アメフラシ
|
190
240
|
|
241
|
+
planetz_big_swig_roller: &planetz_big_swig_roller
|
242
|
+
name: ワイドローラー惑
|
243
|
+
sub: トーピード
|
244
|
+
special: ウルトラチャクチ
|
245
|
+
|
191
246
|
classic_squiffer: &classic_squiffer
|
192
247
|
name: スクイックリン
|
193
248
|
sub: ポイントセンサー
|
@@ -200,7 +255,7 @@ new_squiffer: &new_squiffer
|
|
200
255
|
|
201
256
|
splat_charger: &splat_charger
|
202
257
|
name: スプラチャージャー
|
203
|
-
sub:
|
258
|
+
sub: スプラッシュボム
|
204
259
|
special: キューインキ
|
205
260
|
|
206
261
|
z_f_splat_charger: &z_f_splat_charger
|
@@ -208,9 +263,14 @@ z_f_splat_charger: &z_f_splat_charger
|
|
208
263
|
sub: スプラッシュシールド
|
209
264
|
special: トリプルトルネード
|
210
265
|
|
266
|
+
splat_charger_cam_o: &splat_charger_cam_o
|
267
|
+
name: スプラチャージャーFRST
|
268
|
+
sub: スプリンクラー
|
269
|
+
special: カニタンク
|
270
|
+
|
211
271
|
splatterscope: &splatterscope
|
212
272
|
name: スプラスコープ
|
213
|
-
sub:
|
273
|
+
sub: スプラッシュボム
|
214
274
|
special: キューインキ
|
215
275
|
|
216
276
|
z_f_splatterscope: &z_f_splatterscope
|
@@ -218,6 +278,11 @@ z_f_splatterscope: &z_f_splatterscope
|
|
218
278
|
sub: スプラッシュシールド
|
219
279
|
special: トリプルトルネード
|
220
280
|
|
281
|
+
splatterscope_cam_o: &splatterscope_cam_o
|
282
|
+
name: スプラスコープFRST
|
283
|
+
sub: スプリンクラー
|
284
|
+
special: カニタンク
|
285
|
+
|
221
286
|
e_liter_4k: &e_liter_4k
|
222
287
|
name: リッター4K
|
223
288
|
sub: トラップ
|
@@ -238,7 +303,6 @@ custom_e_liter_4k_scope: &custom_e_liter_4k_scope
|
|
238
303
|
sub: ジャンプビーコン
|
239
304
|
special: テイオウイカ
|
240
305
|
|
241
|
-
|
242
306
|
bamboozler_14_mk_1: &bamboozler_14_mk_1
|
243
307
|
name: 14式竹筒銃・甲
|
244
308
|
sub: ロボットボム
|
@@ -289,6 +353,11 @@ tri_slosher_nouveau: &tri_slosher_nouveau
|
|
289
353
|
sub: タンサンボム
|
290
354
|
special: エナジースタンド
|
291
355
|
|
356
|
+
tri_slocher_ash_n: &tri_slocher_ash_n
|
357
|
+
name: ヒッセンASH
|
358
|
+
sub: スプラッシュボム
|
359
|
+
special: スミナガシート
|
360
|
+
|
292
361
|
sloshing_machine: &sloshing_machine
|
293
362
|
name: スクリュースロッシャー
|
294
363
|
sub: タンサンボム
|
@@ -329,6 +398,11 @@ dread_wringer_d: &dread_wringer_d
|
|
329
398
|
sub: ジャンプビーコン
|
330
399
|
special: ホップソナー
|
331
400
|
|
401
|
+
hornz_dread_wringer: &hornz_dread_wringer
|
402
|
+
name: モップリン角
|
403
|
+
sub: カーリングボム
|
404
|
+
special: カニタンク
|
405
|
+
|
332
406
|
mini_splatling: &mini_splatling
|
333
407
|
name: スプラスピナー
|
334
408
|
sub: クイックボム
|
@@ -339,6 +413,11 @@ zink_mini_splatling: &zink_mini_splatling
|
|
339
413
|
sub: ポイズンミスト
|
340
414
|
special: グレートバリア
|
341
415
|
|
416
|
+
mini_splatling_rtl_r: &mini_splatling_rtl_r
|
417
|
+
name: スプラスピナーPYTN
|
418
|
+
sub: ジャンプビーコン
|
419
|
+
special: ウルトラショット
|
420
|
+
|
342
421
|
heavy_splatling: &heavy_splatling
|
343
422
|
name: バレルスピナー
|
344
423
|
sub: スプリンクラー
|
@@ -359,6 +438,11 @@ custom_hydra_splatling: &custom_hydra_splatling
|
|
359
438
|
sub: トラップ
|
360
439
|
special: スミナガシート
|
361
440
|
|
441
|
+
torrentz_hydra_splatling: &torrentz_hydra_splatling
|
442
|
+
name: ハイドラント圧
|
443
|
+
sub: スプリンクラー
|
444
|
+
special: グレートバリア
|
445
|
+
|
362
446
|
ballpoint_splatling: &ballpoint_splatling
|
363
447
|
name: クーゲルシュライバー
|
364
448
|
sub: タンサンボム
|
@@ -391,7 +475,7 @@ heavy_edit_splatling_nouveau: &heavy_edit_splatling_nouveau
|
|
391
475
|
|
392
476
|
luna_blaster: &luna_blaster
|
393
477
|
name: ノヴァブラスター
|
394
|
-
sub:
|
478
|
+
sub: スプラッシュボム
|
395
479
|
special: ショクワンダー
|
396
480
|
|
397
481
|
luna_blaster_neo: &luna_blaster_neo
|
@@ -409,6 +493,11 @@ custom_blaster: &custom_blaster
|
|
409
493
|
sub: ポイントセンサー
|
410
494
|
special: ウルトラチャクチ
|
411
495
|
|
496
|
+
gleamz_blaster: &gleamz_blaster
|
497
|
+
name: ホットブラスター艶
|
498
|
+
sub: ジャンプビーコン
|
499
|
+
special: カニタンク
|
500
|
+
|
412
501
|
range_blaster: &range_blaster
|
413
502
|
name: ロングブラスター
|
414
503
|
sub: キューバンボム
|
@@ -421,7 +510,7 @@ custom_range_blaster: &custom_range_blaster
|
|
421
510
|
|
422
511
|
clash_blaster: &clash_blaster
|
423
512
|
name: クラッシュブラスター
|
424
|
-
sub:
|
513
|
+
sub: スプラッシュボム
|
425
514
|
special: ウルトラショット
|
426
515
|
|
427
516
|
clash_blaster_neo: &clash_blaster_neo
|
@@ -449,6 +538,11 @@ rapid_blaster_pro_deco: &rapid_blaster_pro_deco
|
|
449
538
|
sub: ラインマーカー
|
450
539
|
special: メガホンレーザー5.1ch
|
451
540
|
|
541
|
+
rapic_blaster_pro_wnt_r: &rapic_blaster_pro_wnt_r
|
542
|
+
name: RブラスターエリートWNTR
|
543
|
+
sub: キューバンボム
|
544
|
+
special: エナジースタンド
|
545
|
+
|
452
546
|
s_brast_92: &s_brast_92
|
453
547
|
name: S-BRAST92
|
454
548
|
sub: スプリンクラー
|
@@ -479,6 +573,11 @@ tenta_sorella_brella: &tenta_sorella_brella
|
|
479
573
|
sub: トラップ
|
480
574
|
special: ウルトラショット
|
481
575
|
|
576
|
+
tenta_brella_cre_m: &tenta_brella_cre_m
|
577
|
+
name: キャンピングシェルターCREM
|
578
|
+
sub: ポイズンミスト
|
579
|
+
special: デコイチラシ
|
580
|
+
|
482
581
|
recycled_brella_24_mk_1: &recycled_brella_24_mk_1
|
483
582
|
name: 24式張替傘・甲
|
484
583
|
sub: ラインマーカー
|
@@ -499,9 +598,14 @@ undercover_sorella_brella: &undercover_sorella_brella
|
|
499
598
|
sub: トーピード
|
500
599
|
special: スミナガシート
|
501
600
|
|
601
|
+
patternz_undercover_brella: &patternz_undercover_brella
|
602
|
+
name: スパイガジェット繚
|
603
|
+
sub: カーリングボム
|
604
|
+
special: メガホンレーザー5.1ch
|
605
|
+
|
502
606
|
inkbrush: &inkbrush
|
503
607
|
name: パブロ
|
504
|
-
sub:
|
608
|
+
sub: スプラッシュボム
|
505
609
|
special: メガホンレーザー5.1ch
|
506
610
|
|
507
611
|
inkbrush_nouveas: &inkbrush_nouveas
|
@@ -519,6 +623,11 @@ octobrush_nouveas: &octobrush_nouveas
|
|
519
623
|
sub: ジャンプビーコン
|
520
624
|
special: アメフラシ
|
521
625
|
|
626
|
+
cometz_octobrush: &cometz_octobrush
|
627
|
+
name: ホクサイ彗
|
628
|
+
sub: ロボットボム
|
629
|
+
special: テイオウイカ
|
630
|
+
|
522
631
|
painbrush: &painbrush
|
523
632
|
name: フィンセント
|
524
633
|
sub: カーリングボム
|
@@ -529,6 +638,11 @@ painbrush_nouveas: &painbrush_nouveas
|
|
529
638
|
sub: ポイントセンサー
|
530
639
|
special: マルチミサイル
|
531
640
|
|
641
|
+
painbrush_brn_z: &painbrush_brn_z
|
642
|
+
name: フィンセントBRNZ
|
643
|
+
sub: スプラッシュシールド
|
644
|
+
special: ウルトラショット
|
645
|
+
|
532
646
|
dapple_dualies: &dapple_dualies
|
533
647
|
name: スパッタリー
|
534
648
|
sub: ジャンプビーコン
|
@@ -539,6 +653,11 @@ dapple_dualies_nouveas: &dapple_dualies_nouveas
|
|
539
653
|
sub: トーピード
|
540
654
|
special: サメライド
|
541
655
|
|
656
|
+
dapple_dualies_noc_t: &dapple_dualies_noc_t
|
657
|
+
name: スパッタリーOWL
|
658
|
+
sub: スプラッシュボム
|
659
|
+
special: メガホンレーザー5.1ch
|
660
|
+
|
542
661
|
splat_dualies: &splat_dualies
|
543
662
|
name: スプラマニューバー
|
544
663
|
sub: キューバンボム
|
@@ -549,6 +668,11 @@ enperry_splat_dualies: &enperry_splat_dualies
|
|
549
668
|
sub: カーリングボム
|
550
669
|
special: ウルトラチャクチ
|
551
670
|
|
671
|
+
twinklez_splat_dualies: &twinklez_splat_dualies
|
672
|
+
name: スプラマニューバー耀
|
673
|
+
sub: タンサンボム
|
674
|
+
special: グレートバリア
|
675
|
+
|
552
676
|
dark_tetra_dualies: &dark_tetra_dualies
|
553
677
|
name: クアッドホッパーブラック
|
554
678
|
sub: ロボットボム
|
@@ -561,7 +685,7 @@ light_tetra_dualies: &light_tetra_dualies
|
|
561
685
|
|
562
686
|
dualie_squelchers: &dualie_squelchers
|
563
687
|
name: デュアルスイーパー
|
564
|
-
sub:
|
688
|
+
sub: スプラッシュボム
|
565
689
|
special: ホップソナー
|
566
690
|
|
567
691
|
custom_dualie_squelchers: &custom_dualie_squelchers
|
@@ -569,6 +693,11 @@ custom_dualie_squelchers: &custom_dualie_squelchers
|
|
569
693
|
sub: ジャンプビーコン
|
570
694
|
special: デコイチラシ
|
571
695
|
|
696
|
+
hoofz_dualie_squelchers: &hoofz_dualie_squelchers
|
697
|
+
name: デュアルスイーパー蹄
|
698
|
+
sub: ポイントセンサー
|
699
|
+
special: スミナガシート
|
700
|
+
|
572
701
|
glooga_dualies: &glooga_dualies
|
573
702
|
name: ケルビン525
|
574
703
|
sub: スプラッシュシールド
|
@@ -599,6 +728,11 @@ inkline_tri_stringer: &inkline_tri_stringer
|
|
599
728
|
sub: スプリンクラー
|
600
729
|
special: デコイチラシ
|
601
730
|
|
731
|
+
bulbz_tri_stringer: &bulbz_tri_stringer
|
732
|
+
name: トライストリンガー燈
|
733
|
+
sub: ラインマーカー
|
734
|
+
special: ジェットパック
|
735
|
+
|
602
736
|
reef_lux_450: &reef_lux_450
|
603
737
|
name: LACT-450
|
604
738
|
sub: カーリングボム
|
@@ -609,6 +743,11 @@ reef_lux_450_deco: &reef_lux_450_deco
|
|
609
743
|
sub: スプラッシュシールド
|
610
744
|
special: サメライド
|
611
745
|
|
746
|
+
reef_lux_450_mil_k: &reef_lux_450_mil_k
|
747
|
+
name: LACT-450MILK
|
748
|
+
sub: トーピード
|
749
|
+
special: ナイスダマ
|
750
|
+
|
612
751
|
wellstring_v: &wellstring_v
|
613
752
|
name: フロイドV
|
614
753
|
sub: ロボットボム
|
@@ -629,6 +768,11 @@ neo_splatana_stamper: &neo_splatana_stamper
|
|
629
768
|
sub: ポイズンミスト
|
630
769
|
special: カニタンク
|
631
770
|
|
771
|
+
stickerz_splatana_stamper: &stickerz_splatana_stamper
|
772
|
+
name: ジムワイパー封
|
773
|
+
sub: ロボットボム
|
774
|
+
special: ナイスダマ
|
775
|
+
|
632
776
|
splatana_wiper: &splatana_wiper
|
633
777
|
name: ドライブワイパー
|
634
778
|
sub: トーピード
|
@@ -639,6 +783,11 @@ splatana_wiper_deco: &splatana_wiper_deco
|
|
639
783
|
sub: ジャンプビーコン
|
640
784
|
special: マルチミサイル
|
641
785
|
|
786
|
+
splatana_wiper_rus_t: &splatana_wiper_rus_t
|
787
|
+
name: ドライブワイパーRUST
|
788
|
+
sub: カーリングボム
|
789
|
+
special: ウルトラショット
|
790
|
+
|
642
791
|
mint_decavitator: &mint_decavitator
|
643
792
|
name: デンタルワイパーミント
|
644
793
|
sub: キューバンボム
|
data/lib/ika3/version.rb
CHANGED
data/sig/ika3.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ika3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YutaGoto
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: activesupport
|
@@ -80,7 +79,6 @@ metadata:
|
|
80
79
|
homepage_uri: https://github.com/YutaGoto/ika3
|
81
80
|
source_code_uri: https://github.com/YutaGoto/ika3
|
82
81
|
rubygems_mfa_required: 'true'
|
83
|
-
post_install_message:
|
84
82
|
rdoc_options: []
|
85
83
|
require_paths:
|
86
84
|
- lib
|
@@ -95,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
93
|
- !ruby/object:Gem::Version
|
96
94
|
version: '0'
|
97
95
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
99
|
-
signing_key:
|
96
|
+
rubygems_version: 3.6.8
|
100
97
|
specification_version: 4
|
101
98
|
summary: Splatoon3 weapons information library.
|
102
99
|
test_files: []
|