-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweapons.html
More file actions
263 lines (242 loc) · 14.3 KB
/
Copy pathweapons.html
File metadata and controls
263 lines (242 loc) · 14.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>武器图鉴 · 涂击指南</title>
<meta name="description" content="《斯普拉遁 涂击队》全 11 大类武器详解:射击枪、滚筒、蓄力狙击枪、泼桶、旋转枪、机动枪、防空伞、爆破枪、画笔、猎鱼弓、刮水刀。">
<meta name="keywords" content="斯普拉遁,涂击队,武器,武器图鉴,射击枪,滚筒,狙击枪,Switch 2">
<meta name="robots" content="index,follow">
<link rel="canonical" href="/weapons.html">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<meta property="og:title" content="武器图鉴 · 涂击指南">
<meta property="og:description" content="11 大类武器详解,配装推荐与操作要点。">
<meta property="og:type" content="article">
<meta property="og:url" content="/weapons.html">
<meta property="og:image" content="/favicon.svg">
<meta name="twitter:card" content="summary">
<link rel="preload" href="css/style.css" as="style">
<link rel="stylesheet" href="css/style.css">
<!-- Baidu Tongji (百度统计) -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?dd87f47e41625b2baec09e72a5753664";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body data-page="weapons">
<div class="bg-splatter"></div>
<div id="app-header"></div>
<main>
<section class="page-header container">
<div class="breadcrumb">
<a href="index.html">首页</a><i>›</i><span>武器图鉴</span>
</div>
<h1>武器图鉴 <span class="ja">WEAPONS · 11 类</span></h1>
<p class="lead">从贴身骑脸到远程狙击,11 大类主武器各有玩法套路。每把武器都能装上不同配件和零件,形成你自己的构筑。</p>
<div class="filter-bar" style="margin-top:24px;">
<label>类型:</label>
<span class="filter-chip active">全部</span>
<span class="filter-chip">近距</span>
<span class="filter-chip">中近</span>
<span class="filter-chip">中距</span>
<span class="filter-chip">中远</span>
<span class="filter-chip">远距</span>
<label style="margin-left:16px;">难度:</label>
<span class="filter-chip">⭐</span>
<span class="filter-chip">⭐⭐</span>
<span class="filter-chip">⭐⭐⭐</span>
<span class="filter-chip">⭐⭐⭐⭐</span>
<span class="filter-chip">⭐⭐⭐⭐⭐</span>
</div>
</section>
<!-- AD-2: 列表页头部下方广告位 -->
<div class="ad-slot ad-list" aria-label="广告位">
<div class="ad-label">
<span class="ad-title">广告位 · 列表页</span>
<span class="ad-size">728 × 90 · 页面头部下方</span>
<span class="ad-hint">投放后将展示 Google AdSense 横幅</span>
</div>
</div>
<section class="container" style="padding-top:0;">
<div class="weapon-grid">
<a href="detail/weapon-shooter.html" class="weapon-card">
<div class="weapon-art">
<span class="tag tag-pink weapon-tag">新手友好</span>
<svg viewBox="0 0 100 100"><path d="M30 20 L70 20 L75 50 L70 80 L30 80 L25 50 Z" fill="#ff2d87" stroke="#fff" stroke-width="2"/><circle cx="50" cy="50" r="6" fill="#1a0b2e"/><rect x="35" y="55" width="30" height="8" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">射击枪</div>
<div class="weapon-name-en">SHOOTER</div>
<div class="weapon-meta"><span>📏 中距</span><span>⚡ 持续输出</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-roller.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#2d1850,#5a2480);">
<span class="tag tag-cyan weapon-tag">群怪AOE</span>
<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="32" fill="#00d8e0"/><circle cx="50" cy="50" r="20" fill="#1a0b2e"/><circle cx="50" cy="50" r="8" fill="#00d8e0"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">滚筒</div>
<div class="weapon-name-en">ROLLER</div>
<div class="weapon-meta"><span>📏 近距</span><span>💥 大范围</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-charger.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#2d1850,#432176);">
<span class="tag tag-yellow weapon-tag">BOSS 杀手</span>
<svg viewBox="0 0 100 100"><rect x="35" y="15" width="30" height="50" fill="#ffd500"/><rect x="30" y="65" width="40" height="15" fill="#ffd500"/><circle cx="50" cy="35" r="6" fill="#1a0b2e"/><line x1="50" y1="80" x2="50" y2="95" stroke="#ffd500" stroke-width="3"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">蓄力狙击枪</div>
<div class="weapon-name-en">CHARGER</div>
<div class="weapon-meta"><span>📏 远距</span><span>🎯 单体高伤</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i class="on"></i><i></i></div>
</div>
</a>
<a href="detail/weapon-slosher.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#3a1c5e,#1a0b2e);">
<span class="tag tag-lime weapon-tag">范围泼洒</span>
<svg viewBox="0 0 100 100"><path d="M30 25 L70 25 L75 60 L50 90 L25 60 Z" fill="#b8ff3d" stroke="#1a0b2e" stroke-width="2"/><ellipse cx="50" cy="55" rx="22" ry="18" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">泼桶</div>
<div class="weapon-name-en">SLOSHER</div>
<div class="weapon-meta"><span>📏 中距</span><span>💧 弧线泼洒</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-splatling.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#432176,#1a0b2e);">
<span class="tag tag-pink weapon-tag">持续压制</span>
<svg viewBox="0 0 100 100"><rect x="38" y="20" width="24" height="55" rx="6" fill="#ff2d87"/><rect x="32" y="75" width="36" height="10" fill="#ff2d87"/><circle cx="50" cy="40" r="5" fill="#1a0b2e"/><circle cx="50" cy="55" r="5" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">旋转枪</div>
<div class="weapon-name-en">SPLATLING</div>
<div class="weapon-meta"><span>📏 中远</span><span>🌀 持续射击</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-dualies.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#3a1c5e,#1a0b2e);">
<span class="tag tag-purple weapon-tag">机动性</span>
<svg viewBox="0 0 100 100"><rect x="20" y="35" width="22" height="30" fill="#8b3fff"/><rect x="58" y="35" width="22" height="30" fill="#8b3fff"/><circle cx="31" cy="40" r="5" fill="#1a0b2e"/><circle cx="69" cy="40" r="5" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">机动枪</div>
<div class="weapon-name-en">DUALIES</div>
<div class="weapon-meta"><span>📏 中近</span><span>🏃 翻滚闪避</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i class="on"></i><i></i></div>
</div>
</a>
<a href="detail/weapon-splatana.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#432176,#5a2480);">
<span class="tag tag-lime weapon-tag">防守反击</span>
<svg viewBox="0 0 100 100"><path d="M50 15 L75 30 L75 60 Q75 80 50 88 Q25 80 25 60 L25 30 Z" fill="#b8ff3d" stroke="#1a0b2e" stroke-width="2"/><circle cx="50" cy="50" r="8" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">防空伞</div>
<div class="weapon-name-en">SPLATANA</div>
<div class="weapon-meta"><span>📏 中距</span><span>🛡 攻防一体</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-blaster.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#2d1850,#432176);">
<span class="tag tag-cyan weapon-tag">范围杀伤</span>
<svg viewBox="0 0 100 100"><path d="M20 70 L40 40 L60 70 Z" fill="#00d8e0"/><path d="M40 70 L60 30 L80 70 Z" fill="#00d8e0" opacity="0.7"/><circle cx="65" cy="60" r="6" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">爆破枪</div>
<div class="weapon-name-en">BLASTER</div>
<div class="weapon-meta"><span>📏 中距</span><span>💥 范围爆炸</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i></i><i></i></div>
</div>
</a>
<a href="detail/weapon-brush.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#3a1c5e,#1a0b2e);">
<span class="tag tag-pink weapon-tag">速攻</span>
<svg viewBox="0 0 100 100"><path d="M30 80 L50 20 L70 80 Z" fill="#ff2d87" stroke="#fff" stroke-width="2"/><path d="M40 80 L50 50 L60 80 Z" fill="#1a0b2e"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">画笔</div>
<div class="weapon-name-en">BRUSH</div>
<div class="weapon-meta"><span>📏 近距</span><span>⚡ 速涂突进</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i class="on"></i><i></i></div>
</div>
</a>
<a href="detail/weapon-stringer.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#432176,#1a0b2e);">
<span class="tag tag-yellow weapon-tag">高难</span>
<svg viewBox="0 0 100 100"><path d="M50 20 L80 50 L50 80 L20 50 Z" fill="#ffd500"/><line x1="50" y1="20" x2="50" y2="80" stroke="#1a0b2e" stroke-width="2"/><line x1="20" y1="50" x2="80" y2="50" stroke="#1a0b2e" stroke-width="2"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">猎鱼弓</div>
<div class="weapon-name-en">STRINGER</div>
<div class="weapon-meta"><span>📏 远距</span><span>🎯 多向攻击</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i class="on"></i><i class="on"></i></div>
</div>
</a>
<a href="detail/weapon-wiper.html" class="weapon-card">
<div class="weapon-art" style="background: linear-gradient(135deg,#5a2480,#1a0b2e);">
<span class="tag tag-orange weapon-tag">近身战</span>
<svg viewBox="0 0 100 100"><rect x="48" y="15" width="6" height="70" fill="#ff6b1a"/><path d="M20 30 L80 30 L75 50 L25 50 Z" fill="#ff6b1a"/><path d="M30 65 L70 65 L65 80 L35 80 Z" fill="#ff6b1a" opacity="0.6"/></svg>
</div>
<div class="weapon-body">
<div class="weapon-name">刮水刀</div>
<div class="weapon-name-en">SPLATANA WIP</div>
<div class="weapon-meta"><span>📏 近距</span><span>🌀 旋转斩</span></div>
<div class="difficulty"><i class="on"></i><i class="on"></i><i class="on"></i><i></i><i></i></div>
</div>
</a>
</div>
</section>
<section class="container" style="padding: 64px 0;">
<div class="section-head">
<div>
<div class="section-title">武器选择建议 <span class="ja">PRO TIPS</span></div>
<p class="section-sub">不知道选啥?先看自己的游玩风格。</p>
</div>
</div>
<div class="gear-tabs">
<div class="gear-col pwr">
<h3>🎮 喜欢简单粗暴</h3>
<p class="lead">不需要复杂操作,拿起就能喷</p>
<div class="gear-item"><div class="gi-icon" style="background:rgba(255,45,135,0.15);">🔫</div><div><div class="gi-name">射击枪 / 泼桶</div><div class="gi-desc">操作简单,输出稳定</div></div></div>
<div class="gear-item"><div class="gi-icon" style="background:rgba(255,45,135,0.15);">💥</div><div><div class="gi-name">爆破枪</div><div class="gi-desc">范围大、命中即爆炸</div></div></div>
</div>
<div class="gear-col spd">
<h3>⚡ 喜欢高速走位</h3>
<p class="lead">打完就跑、闪避回旋</p>
<div class="gear-item"><div class="gi-icon" style="background:rgba(0,216,224,0.15);">🗡️</div><div><div class="gi-name">机动枪 / 刮水刀</div><div class="gi-desc">翻滚/斩击位移躲开伤害</div></div></div>
<div class="gear-item"><div class="gi-icon" style="background:rgba(0,216,224,0.15);">🌀</div><div><div class="gi-name">画笔</div><div class="gi-desc">快速涂地、灵活突进</div></div></div>
</div>
<div class="gear-col tch">
<h3>🎯 喜欢精准爆头</h3>
<p class="lead">蓄力打硬目标、远距狙击</p>
<div class="gear-item"><div class="gi-icon" style="background:rgba(184,255,61,0.15);">🏹</div><div><div class="gi-name">蓄力狙击枪 / 猎鱼弓</div><div class="gi-desc">远程单体高伤、Boss 战必备</div></div></div>
<div class="gear-item"><div class="gi-icon" style="background:rgba(184,255,61,0.15);">🛡</div><div><div class="gi-name">防空伞</div><div class="gi-desc">攻防一体、能扛能打</div></div></div>
</div>
</div>
</section>
</main>
<!-- AD-4: 内容底部广告位 -->
<div class="ad-slot ad-foot" aria-label="广告位">
<div class="ad-label">
<span class="ad-title">广告位 · 站点底部</span>
<span class="ad-size">970 × 90 · Footer 上方</span>
<span class="ad-hint">投放后将展示 Google AdSense 横幅</span>
</div>
</div>
<div id="app-footer"></div>
<script src="js/search-data.js" defer></script>
<script src="js/app.js" defer></script>
</body>
</html>