-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweaponguide.html
More file actions
558 lines (546 loc) · 49.9 KB
/
weaponguide.html
File metadata and controls
558 lines (546 loc) · 49.9 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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DotMod - Mod Cold Waters til it Breaks">
<meta name="author" content="DotModGroup">
<title>DotMod - Cold Waters</title>
<link rel="favicon" href="assets/images/favicon.png">
<link rel="stylesheet" media="screen" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Custom styles for our template -->
<link rel="stylesheet" href="assets/css/bootstrap-theme.css" media="screen">
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<style>
th {font-size: 24px; background: #0B1D33; color: #FFF}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
</style>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<!-- Button for smallest screens -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.png" alt="Techro HTML5 template">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="coldwaters.html">Cold Waters - DotMod</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Guides <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="active"><a href="weaponguide.html">Weapons</a></li>
<li><a href="keyguide.html">Keys</a></li>
<li><a href="#">Dummy Link2</a></li>
<li><a href="#">Dummy Link3</a></li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- /.navbar -->
<header id="head" class="secondary"></header>
<!-- container -->
<div class="container">
<div class="row">
<!-- Article content -->
<section class="col-sm-12 maincontent">
<header class="page-header">
<h1 class="page-title">Cold Waters - DotMod Weapons</h1>
</header>
<table id="myTable">
<thead>
<tr class="header">
<th style='width: 15%'>Name</th>
<th style='width: 15%'>Image</th>
<th>Description</th>
</tr>
</thead>
<!--split-->
<tbody>
<tr>
<td>Penguin Mk 2 Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The Penguin anti-ship missile, designated AGM-119 by the U.S. military, is a Norwegian passive IR seeker-based short-to-medium range anti-ship guided missile, designed for naval use.</td>
</tr>
<tr>
<td>Mark 45 Torpedo Mod 1(Mk45)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk45_sprite.png?raw=true' alt='usn_mk45_sprite.png'></td>
<td>The Mk45 was the only nuclear torpedo in service with the USN, intended for use against high-speed, deep-diving, enemy submarines. Westinghouse also marketed a conventional version as the 'Freedom Torpedo'. The Mod 1 is a conjectural weapon assuming nuclear torpedoes would be 'field modified' in a conventional war.</td>
</tr>
<tr>
<td>Mark 16 Torpedo (Mk16)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk16_sprite.png?raw=true' alt='usn_mk16_sprite.png'></td>
<td>These straight-running WW2-vintage torpedoes were in service as anti-ship weapons until 1972, when they were replaced (along with the Mk37 ASW torpedo) by the dual-purpose Mk48. Guidance is limited to a gyro angle and hit probability is low at anything over point-blank range.</td>
</tr>
<tr>
<td>Mark 37 Mod 2 Torpedo (Anti-Submarine Torpedo)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk37_sprite.png?raw=true' alt='usn_mk37_sprite.png'></td>
<td>The Mark 37 Mod 1 Torpedos were withdrawn from service and refurbished and reissued as Mod 2 Torpedos with deliveries beginning in 1967. The refurbishing involved many changes, one of note being the switch from magnetostrictive to ceramic piezolectric transducers. This change extended the acquisition range to 1000 yards and avoided loss of sensitivity with depth.</td>
</tr>
<tr>
<td>Mark 37 Mod 3 Torpedo (Anti-Submarine Torpedo)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk37_sprite.png?raw=true' alt='usn_mk37_sprite.png'></td>
<td>The Mark 37 Mod 0 was the standard US Submarine Launced ASW torpedo of the 1960's, this is the Mark 37 Mod 3 is a free-running Passive-Active Homming Torpedo. This is the upgraded version of the Mark 37 Mod 0 Torpedo, featuring improved sensors, and active run time, however the maximum unactivated range remains the same.</td>
</tr>
<tr>
<td>NT37C Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_nt37c_sprite.png?raw=true' alt='usn_nt37c_sprite.png'></td>
<td>The NT37C is a significantly-upgraded Otto-fueled version of the Mark 37 that was primarily used for export. Canada, Italy, and Isreal, among others, all used this torpedo on thier subs as a primary dual-purpose weapon.</td>
</tr>
<tr>
<td>Mark 48 ADCAP Torpedo (Mk48)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk48_adcap_sprite.png?raw=true' alt='usn_mk48_adcap_sprite.png'></td>
<td>The Mark 48 ADCAP is an improvement of the Mk48 boasting increased speed and better electronics, allowing it to effectively engage faster and deeper diving enemy submarines, such as the Alfa.</td>
</tr>
<tr>
<td>Mark 48 Torpedo (Mk48)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk48_sprite.png?raw=true' alt='usn_mk48_sprite.png'></td>
<td>The Mk48 is an advanced dual-purpose torpedo in service with the US Navy since 1972 where it has replaced the Mk14 and Mk37 torpedoes. It combines great speed and an advanced passive/active homing system along with an impressive range of 3000 yards.</td>
</tr>
<tr>
<td>Mark 50 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk50_sprite.png?raw=true' alt='usn_mk50_sprite.png'></td>
<td>The Mark 50 torpedo was a U.S. Navy advanced lightweight torpedo for use against fast, deep-diving submarines intended to replace the Mk 46 as the fleet's lightweight torpedo.</td>
</tr>
<tr>
<td>Mark 46 Mod 5 NEARTIP Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk46_mod_5_sprite.png?raw=true' alt='usn_mk46_mod_5_sprite.png'></td>
<td>The Mark 46 Mod 5 NEARTIP Upgrade kit for the Mark 46 with more powerful Mk 103 Mod 1 warhead, improved computer with snake search pattern capability, new passive/active sonar, liquid fuel, and two speed engine for low speed search and high speed attack. Introduced in 1979. NEARTIP stands for Near Term Improvement Program.</td>
</tr>
<tr>
<td>Mark 46 Mod 0 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_mk46_sprite.png?raw=true' alt='usn_mk46_sprite.png'></td>
<td>The Mark 46 is the US Navy's standard airdropped passive/active torpedo. Being a smaller weapon, it packs less of a punch, but is carried by helicopters, aircraft and serves as the payload for the RUR-5 ASROC rocket assisted torpedo. The guidance system has a range of 1600 yards.</td>
</tr>
<tr>
<td>Mark 70 Mobile Submarine Simulator (MOSS)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_moss_sprite.png?raw=true' alt='usn_moss_sprite.png'></td>
<td>The MK70 is a passive decoy that attempts to simulate the sound of a submarine to lure enemy passive sonar. It is launched on a straight track and remains at the launch depth, which means a submarine can launch it and escape on the opposite side of the layer.</td>
</tr>
<tr>
<td>UGM-96 Trident I</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_trident_1_sprite.png?raw=true' alt='usn_trident_1_sprite.png'></td>
<td>The UGM-96 Trident I is a U.S. Navy submarine-launched ballistic missile (SLBM) that first entered service in 1979. It was a major development over the proceeding Poseidan SLBM, as it allowed ballistic missile submarines to launch nuclear strikes from the central Atlantic Ocean. This in turn kept them safe from Soviet ASW forces. The missile was then retrofitted into several of the older SSBN classes and Ohio-class submarines. It remained in service until 2005, when it was replaced by the UGM-133 Trident II.</td>
</tr>
<tr>
<td>Tomahawk Land Attack Missile (TLAM)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Land attack version of the UGM-109 Tomahawk missile. It carries either a conventional high-explosive warhead or cluster munitions. Advanced contour matching and terrain-following radar allows its destructive power to be delivered with pin-point accuracy.</td>
</tr>
<tr>
<td>Tomahawk Missile (TASM)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>This is the anti-ship version of the UGM-109 Tomahawk missile. Compared to the Harpoon, it is faster and packs a significantly larger punch. However being larger makes it a bigger target for CIWS.</td>
</tr>
<tr>
<td>Harpoon Missile (UGM-84)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The Sub-Harpoon has equipped US submarines and their allies since the early 70's. Although a small weapon, with a small warhead and comparatively slow it is very effective against small enemies lacking anti-missile defences. Against better armed targets they probably best launched in salvos to guarantee a hit.</td>
</tr>
<tr>
<td>RIM-66A Standard Missile 1 MR</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66_sprite.png?raw=true' alt='usn_rim-66_sprite.png'></td>
<td>Special: Surface-to-Air & Anti-Ship Missile<br/>The RIM-66 Standard is an medium range surface-to-air missile (SAM) and anti ship missile originally developed for the United States Navy. The RIM-67 was developed as a replacement for the RIM-8 Talos, a 1950s system deployed on a variety of USN ships, and eventually replaced the RIM-2 Terrier as well, since it was of a similar size and fitted existing Terrier launchers and magazines. The RIM-66 Standard MR was essentially the same missile without the booster stage, designed to replace the RIM-24 Tartar. The RIM-66/67 series thus became the US Navy's universal SAM system, hence the "Standard Missile" moniker. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>RIM-66C Standard Missile 2 MR</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66cm_sprite.png?raw=true' alt='usn_rim-66cm_sprite.png'></td>
<td>Special: Surface-to-Air & Anti-Ship Missile<br/>The RIM-66C Standard MR (SM-2MR Block I) was developed in the 1970s and was a key part of the Aegis combat system and New Threat Upgrade (NTU). The SM-2MR introduced inertial and command mid-course guidance. The missile's autopilot is programmed to fly the most efficient path to the target and can receive course corrections from the ground. Target illumination for semi-active homing is needed only for a few seconds in the terminal phase of the interception. This capability enables the Aegis combat system and New Threat Upgrade equipped vessels to time share illumination radars, greatly increasing the number of targets that can be engaged in quick succession</td>
</tr>
<tr>
<td>RIM-66E Standard Missile 1 MR</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66_sprite.png?raw=true' alt='usn_rim-66_sprite.png'></td>
<td>Special: Surface-to-Air & Anti-Ship Missile <br/>The RIM-66E was the last version of the Standard Missile One Medium-Range (SM-1MR). This version entered service in 1983 with the United States Navy. The RIM-66E was used by the Oliver Hazard Perry-class frigates which controlled it with the Mk92 fire control system. Production of this missile ended in 1987; however there are a large number of this model in service and it is expected to remain viable until 2020. The missile features monopulse seeker developed for SM-2, a MK 45 MOD 4 proximity fuze (also known as TDD - Target Detection Device), the MK 115 warhead of SM-2, and MK 45 MOD 6 and MK 45 MOD 7 proximity fuzes.</td>
</tr>
<tr>
<td>RIM-66M-5 Standard Missile 2 MR</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66cm_sprite.png?raw=true' alt='usn_rim-66cm_sprite.png'></td>
<td>Special: Surface-to-Air & Anti-Ship Missile<br/>The RIM-66M-5 (SM-2MR Block IIIB) is the version of the Standard missile two medium range (SM-2MR) entered serive in 1998, with the USN aboard Ticonderoga class cruisers, and Arleigh Burke class destroyers. The missile is specifically designed for the Aegis Combat System and the Mk41 Vertical launch system. The Block IIIB missiles differ from earlier blocks by the addition of the MK 45 MOD 9 target detecting device, for improved performance against low altitude targets, and dual semi-active/infrared seeker for terminal homing. The dual seeker is intended for use in high-ECM environments, against targets over the horizon or with a small radar cross section. The seeker was originally developed for the canceled AIM-7R Sparrow air-to-air missile.</td>
</tr>
<tr>
<td>RIM-67A Standard Missile 1 ER</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-67_sprite.png?raw=true' alt='usn_rim-67_sprite.png'></td>
<td>Special: Surface-to-Air & Anti-Ship Missile<br/><br/>The RIM-67 Standard ER (SM-1ER/SM-2ER) is an extended range surface-to-air missile (SAM) and anti ship missile originally developed for the United States Navy. The RIM-67 was developed as a replacement for the RIM-8 Talos, a 1950s system deployed on a variety of USN ships, and eventually replaced the RIM-2 Terrier as well, since it was of a similar size and fitted existing Terrier launchers and magazines. The RIM-66 Standard MR was essentially the same missile without the booster stage, designed to replace the RIM-24 Tartar. The RIM-66/67 series thus became the US Navy's universal SAM system, hence the "Standard Missile" moniker. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>RIM-7 Sea Sparrow SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66_sprite.png?raw=true' alt='usn_rim-66_sprite.png'></td>
<td>Special: Universal<br/>RIM-7 Sea Sparrow is a U.S. ship-borne short-range anti-aircraft and anti-missile weapon system, primarily intended for defense against anti-ship missiles. The system was developed in the early 1960s from the AIM-7 Sparrow air-to-air missile as a lightweight "point-defense" weapon that could be retrofitted to existing ships as quickly as possible, often in place of existing gun-based anti-aircraft weapons. In this incarnation, it was a very simple system guided by a manually aimed radar illuminator. After its introduction, the system underwent significant development into an automated system similar to other US Navy missiles like the RIM-2 Terrier. Contemporary improvements being made to the Sparrow for the air-to-air role led to similar improvements in the Sea Sparrow through the 1970s and 80s. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>RUR-5 ASROC ASW Rocket (1968)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_68_rur-5_sprite.png?raw=true' alt='usn_68_rur-5_sprite.png'></td>
<td>Surface ship-launched stand-off ASW rocket that flies on an unguided ballistic trajectory and drops a homing Mk-46 lightweight torpedo.</td>
</tr>
<tr>
<td>RUR-5 ASROC ASW Rocket (1984)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_84_rur-5_sprite.png?raw=true' alt='usn_84_rur-5_sprite.png'></td>
<td>Surface ship-launched stand-off ASW rocket that flies on an unguided ballistic trajectory and drops a homing Mk-46 Mod 5 NEARTIP lightweight torpedo.</td>
</tr>
<tr>
<td>RUM-139 VL-ASROC ASW Rocket</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rum-139_sprite.png?raw=true' alt='usn_rum-139_sprite.png'></td>
<td>Surface ship-vertical launched stand-off ASW rocket that flies on an unguided ballistic trajectory and drops a homing Mark 46 Mod 5 NEARTIP lightweight torpedo. The VL-ASROC as increased range over the earlier RUR-5 ASROC</td>
</tr>
<tr>
<td>UUM-125B Sea Lance</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_uum-125b_sprite.png?raw=true' alt='usn_uum-125b_sprite.png'></td>
<td>A conventionally armed variant of the UUM-125A Nuclear Tipped ASW Standoff Weapon.</td>
</tr>
<tr>
<td>TEST-71M Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_test-71_sprite.png?raw=true' alt='wp_test-71_sprite.png'></td>
<td>This 4th generation electrical torpedo is an improved version of the TEST-71 wire-guided torpedo. The speed and range are the same but the previous restrictions on wire guidance has been removed.</td>
</tr>
<tr>
<td>TEST-71MK Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_test-71_sprite.png?raw=true' alt='wp_test-71_sprite.png'></td>
<td>This 5th generation electrical torpedo is a further improvement of the TEST-71M wire-guided torpedo. The speed and range remain the same but the new "Keramika" guidance system with increaced sensor range has been installed.</td>
</tr>
<tr>
<td>USET-80 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_uset-80_sprite.png?raw=true' alt='wp_uset-80_sprite.png'></td>
<td>Special: Optional wake-homing<br/>This soviet 5th generation dual-purpose torpedo equips the latest technology and boasts higher performance than SET-65. It has an active/passive homing system with a extended range, making this a dangerous weapon to contend with. Wake-homing torpedoes should be aimed to cross wake behind ship's stern. Surfaced submarines can also be hit with WH torpedoes. Optional wake-homing activates when torpedo launched in "SHALLOW" mode and works in conjunction with common guidance system.</td>
</tr>
<tr>
<td>USET-80K Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_uset-80_sprite.png?raw=true' alt='wp_uset-80_sprite.png'></td>
<td>This Soviet dual-purpose torpedo is an upgrade over the USET-80. It has an improved sensor range, but lacks wake-homing.</td>
</tr>
<tr>
<td>SET-40 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_set-40_sprite.png?raw=true' alt='wp_set-40_sprite.png'></td>
<td>Special: ASW, Small caliber<br/>The SET-40 is an 4th generation electrical anti-submarine torpedo with active/passive acoustic guidance. Due to its size it can be loaded only into 400mm torpedo tubes. Also, smaller size means that it takes less time to load. Will not lock on surface targets.</td>
</tr>
<tr>
<td>SET-65 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_set-65_sprite.png?raw=true' alt='wp_set-65_sprite.png'></td>
<td>Special: ASW<br/>The SET-65 is a 3rd generation electrical anti-submarine torpedo with active acoustic guidance. Will not lock on surface targets.</td>
</tr>
<tr>
<td>SET-65K Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_set-65_sprite.png?raw=true' alt='wp_set-65_sprite.png'></td>
<td>The latest modification of SET-65, 5th generation SET-65K is an electrical dual-purpose torpedo with newer guidance system "Keramika" which is capable to lock on both submerged and surface targets and has an increaced sensor range.</td>
</tr>
<tr>
<td>SET-65 III Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_set-65_sprite.png?raw=true' alt='wp_set-65_sprite.png'></td>
<td>Special: ASW<br/>The SET-65 III is a 4th generation electrical anti-submarine torpedo. It is a moderinzed version of original SET-65 torpedo with new active/passive "Sapfir" guidance system. Will not lock on surface targets.</td>
</tr>
<tr>
<td>TEST-68 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_test-68_sprite.png?raw=true' alt='wp_test-68_sprite.png'></td>
<td>Special: ASW, Limited wire guidance<br/> The TEST-68 was the first wire-guided topredo developed by the Soviet Union. It was first deployed in 1969, and was a much smaller, slower, and shorter-ranged weapon than its sucessor.</td>
</tr>
<tr>
<td>TEST-71 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_test-71_sprite.png?raw=true' alt='wp_test-71_sprite.png'></td>
<td>Special: ASW, Limited wire guidance<br/>This 4th generation electrical torpedo improves on the SET-65 by introducing basic wire guidance and more advanced active/passive homing capabilities of "Sapfir" guidance system. However the range of the homing system remains the same. Will not lock on surface targets. Horizontal-only wire guidance. Wire breaks at depth less then 12 meters.</td>
</tr>
<tr>
<td>53-65 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_53-65_sprite.png?raw=true' alt='wp_53-65_sprite.png'></td>
<td>Special: Wake-homing<br/>The 53-65 torpedo family are Russian made wake-homing torpedoes designed to destroy surface ships. Wake-homing torpedoes should be aimed to cross wake behind ship's stern. Surfaced submarines can also be hit with WH torpedoes.</td>
</tr>
<tr>
<td>53-65K</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_53-65_sprite.png?raw=true' alt='wp_53-65_sprite.png'></td>
<td>Special: Wake-homing<br/>Anti-ship torpedo. The 53-65K is the upgraded version of the 53-65 torpedo. It has an extended range due to new propulsion system. Wake-homing torpedoes should be aimed to cross wake behind ship's stern. Surfaced submarines can also be hit with WH torpedoes.</td>
</tr>
<tr>
<td>65-76 "Whale" Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_65-76_sprite.png?raw=true' alt='wp_65-76_sprite.png'></td>
<td>Special: Wake-homing, Large caliber<br/>The 65-76 is a 650mm wake-homing torpedo manufactured in the Soviet Union/Russia. It was developed for use against US Navy aircraft carrier battle groups, as well as large merchant targets such as supertankers or superfreighters. Wake-homing torpedoes should be aimed to cross wake behind ship's stern. Surfaced submarines can also be hit with WH torpedoes. Due to its size it can be loaded only into 650mm torpedo tubes. Also, bigger size means that it takes more time to load.</td>
</tr>
<tr>
<td>SAET-60M Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_saet-60m_sprite.png?raw=true' alt='wp_saet-60m_sprite.png'></td>
<td>Special: Anti-ship only.<br/>The SAET-60M is an anti-ship torpedo specifically designed for the self-defense from ASW assets. It can lock only on surface targets and useless against submerged submarines. Due to it passive sensor system and the anti-ship only usage, its effective sensor range is four times smaller than specified and is about 600m (656 yards).</td>
</tr>
<tr>
<td>VA-111 Shkval Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_shkval_sprite.png?raw=true' alt='wp_shkval_sprite.png'></td>
<td>Special: Piercing.<br/>The VA-111 Shkval supercavitating torpedo originally developed by the Soviet Union. It is capable of speeds in excess of 200 knots. While it has weak warhead on paper, it is capable of dealing tremendous damage because due to high speed it pierces ship's hull and detonates inside, which often leads to detonation of ship's munitions or fuel.</td>
</tr>
<tr>
<td>AT-1 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: ASW<br/>The AT-1 is an 4th generation electrical air-dropped torpedo with active/passive acoustic guidance carried only by helicopters. Will not lock on surface targets.</td>
</tr>
<tr>
<td>AT-2 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: ASW<br/>The AT-2 is an 4th generation electrical heavy-weight, anti-submarine, air-launched torpedo with active/passive acoustic guidance. Carried by aircraft and some ASW missiles. Will not lock on surface targets. In order to achieve the requested range, speed and detection range, a large diameter torpedo was required. This makes the AT-2 one of the few air-launched heavy-weight torpedoes developed during the Cold War. The majority of the air-launched torpedoes are much smaller and only a quarter of the weight. These features preclude the operability of this torpedo from anti-submarine helicopters.<br/>While there is a number of modifications of AT-2 in real world, they are represented by a single version in the game since their differences are irrelevant gamewise.</td>
</tr>
<tr>
<td>UGMT-1 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: ASW<br/>4th generation electrical torpedo that equips most Soviet helicopters, ASW aircraft and serves as the payload for the SS-N-14 and SS-N-16 ASW missiles. Being lightweight, their warheads are weaker than torpedoes used by ships or submarines. Will not lock on surface targets.</td>
</tr>
<tr>
<td>МG-14 "Anabar" Self-Propelled Decoy</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: Small caliber<br/>The MG-14 was a passive countermeasure deployed by the Soviet Union to divert torpedoes away from the launching submarine. Due to its size it can be loaded only into 400mm torpedo tubes. Also, smaller size means that it takes less time to load.</td>
</tr>
<tr>
<td>U.S.S.R.\n MG-74 "Korund-2"\n 533mm-cal Self-Propelled Decoy</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The MG-74 is a passive decoy that attempts to simulate the sound of a submarine to lure enemy passive sonar. It is launched on a straight track and remains at the launch depth, which means a submarine can launch it and escape on the opposite side of the layer.</td>
</tr>
<tr>
<td>R27 SLBM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_r21_sprite.png?raw=true' alt='wp_r21_sprite.png'></td>
<td>The R-27 (NATO: SS-N-5 Sark/Serb), was submarine-launched ballistic missile in service with the Soviet Union between 1963 and 1989. It was the first Soviet nuclear missile that could be launched from a submerged submarine, and also had twice the range of earlier missiles. It replaced the R-11FM and R-13 (SS-N-4) on many Golf and Hotel-class submarines, and was in turn superseded by the R-27 (SS-N-6 'Serb') missile carried by Yankee-class submarines.</td>
</tr>
<tr>
<td>R27 SLBM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/r27_slbm_sprite.png?raw=true' alt='r27_slbm_sprite.png'></td>
<td>The R-27 (NATO: SS-N-6 Serb), was one of the first Soviet SLBM's capable of being launched while completely submerged. The first and only installations where on the Yankee I-class SSBN starting in 1968, and it was finally withdrawn by 1988, with the SALT treaties.</td>
</tr>
<tr>
<td>S-10 "Granat" Cruise Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_s-10_sprite.png?raw=true' alt='wp_s-10_sprite.png'></td>
<td>The S-10 "Granat" (NATO reporting name: SS-N-21 Sampson) is a turbojet-powered, submarine launched land attack missile used by the Soviet navy. It resembles Tomahawk Land Attack Missile in various aspects, such as profile and usage.</td>
</tr>
<tr>
<td>RPK-2 "Vyuga-65" ASW Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_rpk-2-65_sprite.png?raw=true' alt='wp_rpk-2-65_sprite.png'></td>
<td>Special: Large caliber<br/>The RPK-2 "Vyuga-65"(NATO reporting name: SS-N-15B Starfish) is a larger version of SS-N-15 designed for use in 650mm torpedo tubes instead of 530mm tubes. It carries more potent AT-2 torpedo.</td>
</tr>
<tr>
<td>RPK-2 "Vjuga" ASW Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_rpk-2-53_sprite.png?raw=true' alt='wp_rpk-2-53_sprite.png'></td>
<td>(NATO reporting name: SS-N-15)Submarine-launched stand-off ASW missile. It is similar to the SS-N-14 but drops the AT-1 homing torpedo.</td>
</tr>
<tr>
<td>RPK-6 "Vodopad" ASW Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>RPK-6 "Vodopad"(NATO classification: SS-N-16 Stallion) is a underwater-launched stand-off ASW missile. It is similar to the SS-N-15 but drops the UGMT-1 homing torpedo.</td>
</tr>
<tr>
<td>P-120 "Malakhit" Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_p-120_sprite.png?raw=true' alt='wp_p-120_sprite.png'></td>
<td>The P-120 "Malakhit" (NATO reporting name: SS-N-9 Siren) is a Soviet medium range anti-ship missile used by corvettes and submarines. Introduced in 1972, it remains in service but has been superseded by the SS-N-22 Sunburn.</td>
</tr>
<tr>
<td>P-270 "Moskit" Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_p-270.png?raw=true' alt='wp_p-270.png'></td>
<td>The P-270 "Moskit" (NATO reporting name: SSS-N-22 Sunburn) is a Soviet supersonic ramjet powered anti-ship cruise missile.</td>
</tr>
<tr>
<td>P-6 Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_p-6_sprite.png?raw=true' alt='wp_p-6_sprite.png'></td>
<td>Special: Universal<br/>The SS-N-3A Shaddock was a anti-ship/land-attack missile carried by The Juliett and Echo II guided missile submarines. Guidance system is universal and allows switch between ship-attack and land-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>"Amethyst" Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>P-70 "Amethyst" (NATO reporting name: SS-N-7 Starbright) is a high-subsonic cruise missile designed for the Papa and Charlie 1-class submarines. Earlier submarines of the Echo and Juliet classes used the SS-N-3 Shaddock supersonic cruise missile, whose mid-course guidance required the launching submarine to stay surfaced for long periods. The SS-N-7 instead uses submerged launch, and the relatively short range of the missile means no midcourse guidance is necessary and the submarine can use its own sensors for targeting.</td>
</tr>
<tr>
<td>P-700 "Granit" Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_p-700_sprite.png?raw=true' alt='wp_p-700_sprite.png'></td>
<td>Special: Universal<br/>The P-700 "Granit"(NATO reporting name: SS-N-19 Shipwreck) is a Russian naval anti-ship/land-attack cruise missile. It comes in surface-to-surface and submarine-launched variants. It was designed in the 1970s to replace the P-70 Ametist and P-120 Malakhit, both effective missiles but with too short a range in the face of improving weapons of U.S. Navy carrier battlegroups. Guidance system is universal and allows switch between ship-attack and land-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>URK-5 "Rastrub-B" Anti-ship/Anti-sub Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_urpk-3_sprite.png?raw=true' alt='wp_urpk-3_sprite.png'></td>
<td>Special: Dual-purpose<br/>URK-5 "Rastrub-B" (NATO classification: SS-N-14 Silex) is a modernization of an URPK-3 "Metel'". Anti-ship mode was introduced and it could be used both against surface and submerged targets, giving ships like the Krivak ASuW capabilities without reducing storage for thier ASW missiles. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>"Igla" MANPADS</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The 9K38 "Igla" (NATO reporting name: SA-18 Grouse) is a Soviet man-portable infrared homing surface-to-air missile system.</td>
</tr>
<tr>
<td>"Strela-2" MANPADS</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The 9K32 Strela-2 (NATO reporting name: SA-7 Grail) is a passive-infared homing MANPADS system. It can often be found in a submarine's conning tower for close-range anti-aircraft defense.</td>
</tr>
<tr>
<td>"Kinzhal" SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>"Kinzhal" SAM (NATO reporting name: SA-N-9 Gauntlet) is a Soviet naval surface-to-air missile system found on Udaloy-class vessels.</td>
</tr>
<tr>
<td>Shtorm SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: Universal<br/>The Shtorm(NATO reporting name: SA-N-3 Goblet) is a Soviet naval surface-to-air missile system. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>Uragan SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The Uragan(NATO reporting name: SA-N-7 Gadfly) is a Soviet naval surface-to-air missile system.</td>
</tr>
<tr>
<td>Osa-MA SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: Universal<br/>The Osa-MA(NATO reporting name: SA-N-4 Gecko) is a Soviet short-range, surface-to-air missile system for shipboard point defense. It is a naval variant of the SA-8 Gecko system. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>S-300F "Fort" SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Special: Universal<br/>S-300F "Fort" SAM (NATO reporting name: SA-N-6 Grumble) is a Soviet naval long range surface-to-air missile system. Guidance system is universal and allows switch between missile, aircraft and ship-attack mode. Mode can be switched in the weapon settings just before launch.</td>
</tr>
<tr>
<td>3M-54 "Kalibr" Anti-ship missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_3m-54_sprite.png?raw=true' alt='wp_3m-54_sprite.png'></td>
<td>Special: Came from future<br/>The 3M-54 "Kalibr" (NATO: SS-N-27B Sizzler) is a modern russian anti-ship missile. Since it falls out of the game's timeframe, it is here only for testing purposes and its stats and functions can differ from real ones.</td>
</tr>
<tr>
<td>URPK-3 "Metel'" ASW Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/wp_urpk-3_sprite.png?raw=true' alt='wp_urpk-3_sprite.png'></td>
<td>URPK-3 "Metel'" (NATO classification: SS-N-14 Silex) is a subsonic ASW missile equipped on most Soviet large anti-submarine ships as well as the frigates of the Krivak class. It can be launched to the first convergence zone, and drops an AT-2 homing torpedo. Because it has a larger range than the effective range of the surface ship sonar, it can use targeting data transmitted from any friendly sea or air unit via datalink.</td>
</tr>
<tr>
<td>Mark 20S "Bidder" Submarine Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/uk_mk20s.png?raw=true' alt='uk_mk20s.png'></td>
<td>Passive Homing Torpedo of the Royal Navy, developed in the 1950s and in service until replaced by Mark 24 Tigerfish in the 1980s.</td>
</tr>
<tr>
<td>Mark 8 Mod 4 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/uk_mk8mod4.png?raw=true' alt='uk_mk8mod4.png'></td>
<td>The Mark VIII was the first burner-cycle torpedo in service. Although the original design dates from the 1920s, those manufactured during and after World War II were to a much-modified design. The Mark 8** was the British torpedo most used during World War II and was supplied to destroyers and MTBs as well as submarines. This torpedo was still in front-line use as late as 1982 during the Falklands War when the submarine HMS Conqueror fired three Mod 4 torpedoes at the Argentine cruiser General Belgrano.</td>
</tr>
<tr>
<td>Spearfish Heavyweight Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/uk_spearfish.png?raw=true' alt='uk_spearfish.png'></td>
<td>The Spearfish torpedo (formally Naval Staff Target 7525) is the heavy torpedo used by the submarines of the Royal Navy. It can be guided by wire or by autonomous active or passive sonar, and provides both anti-submarine warfare (ASW) and anti-surface ship warfare (ASuW) capability. Spearfish development began in the 1970s, with production starting in 1988, and deployment in 1992. By 2004, they had completely replaced the older Tigerfish torpedo.</td>
</tr>
<tr>
<td>Sting Ray ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/plan_yu-7_sprite.png?raw=true' alt='plan_yu-7_sprite.png'></td>
<td>The Sting Ray is a British acoustic homing lightweight torpedo (LWT) manufactured by GEC-Marconi, who were later bought out by BAE Systems. It entered service in 1983.</td>
</tr>
<tr>
<td>Mark 24 "Tigerfish" Heavyweight Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/uk_tigerfish.png?raw=true' alt='uk_tigerfish.png'></td>
<td>The Mark 24 Tigerfish was a heavyweight acoustic homing torpedo used by the Royal Navy during the 1980s and 90s. Conceptual development dates to the mid-1950s, and formally started in 1959 with a target introduction date in 1969. The first prototype "Tigerfish" examples were delivered in 1967.</td>
</tr>
<tr>
<td>Exocet Missile (MM40)</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The Exocet is a French-built anti-ship missile whose various versions can be launched from surface vessels, submarines, helicopters and fixed-wing aircraft. The Exocet saw its first wartime launch during the Falklands War.</td>
</tr>
<tr>
<td>GWS.24 Seacat SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66_sprite.png?raw=true' alt='usn_rim-66_sprite.png'></td>
<td>Seacat was a British short-range surface-to-air missile system intended to replace the ubiquitous Bofors 40 mm gun aboard warships of all sizes. It was the world's first operational shipboard point-defence missile system, and was designed so that the Bofors guns could be replaced with minimum modification to the recipient vessel and (originally) using existing fire-control systems.</td>
</tr>
<tr>
<td>GWS.30 Sea Dart SAM</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/usn_rim-66_sprite.png?raw=true' alt='usn_rim-66_sprite.png'></td>
<td>Sea Dart was a Royal Navy surface-to-air missile system designed in the 1960s and entering service in 1973. It was fitted to the Type 42 destroyers, Type 82 destroyer and Invincible-class aircraft carrier. Originally developed by Hawker Siddeley, the missile was built by British Aerospace after 1977. It was withdrawn from service in 2012.<br/>The system a number of confirmed successful engagements in combat, including six aircraft, a helicopter and an anti-ship missile. It is believed to be the first ship-borne SAM system to destroy an AShM in combat.<br/>The Sea Dart was also operated by the Argentinean Navy on their pair of Type 42 Destroyers.</td>
</tr>
<tr>
<td>Sonobuoys</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Soviet aerial dropped sonobuoys equipped with either passive or active sonar.<br/><br/> Helicopter ASW sonobuoys: <br/>RGB-56 RGB-N Iva 'Crow Egg' active (45kg, 2m) (1956-) <br/>RGB-64 RGB-NM Cinar 'Rook Egg' passive (13.5kg, 1m) (range 1-5 km) (1964-) <br/>RGB-73 RGB-NM-1 Zeton passive (range 3-8 km) (1973-). <br/><br/>Fixed wing ASW sonobuoys: <br/>BM-1 RGB-1 'Snipe Egg 1' non-directional passive <br/>BM-2 RGB-2 'Snipe Egg 2' directional passive <br/>BM-3 RGB-3 'Snipe Egg 3' directional active-only</td>
</tr>
<tr>
<td>Yu-1 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>The Yu-1 is a steam-powered dual-purpose torpedo with passive acoustic guidance. The range of the homing system is about 880 yards.</td>
</tr>
<tr>
<td>Yu-5 ASW Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>This is the first Chinese wire-guided torpedo, which incorporates much technology from the US Mk-46 in the form of Otto-fuel propulsion. Terminal homing is by a passive/active guidance system with an estimated range of 1600 yards</td>
</tr>
<tr>
<td>Yu-7 Torpedo</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/plan_yu-7_sprite.png?raw=true' alt='plan_yu-7_sprite.png'></td>
<td>Chinese copy of the US Mk-46 airdropped passive/active torpedo. Being a smaller weapon, it packs less of a punch, but is carried by helicopters, aircraft and serves as the payload for the CY-1 ASW standoff missile. The guidance system has a range of 1600 yards.</td>
</tr>
<tr>
<td>YJ-8 Anti-Ship Missile</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>YJ-8 anti-ship missile(NATO reporting name: CSS-N-4 Sardine) is very similar to the French Exocet and US Harpoon missiles. From submarines it is launched on using a canister similar to Sub-Harpoon, and features similar performance to its western counterparts. Its warhead power is often insufficient to sink a modern warship in one hit.</td>
</tr>
<tr>
<td>CY-1 ASW Rocket</td>
<td><img src='https://github.com/DotModGroup/DotModGroup.github.io/raw/main/media/weapons/WIP.png?raw=true' alt='WIP.png'></td>
<td>Submarine- and surface ship-launched stand-off ASW rocket that flies on an unguided ballistic trajectory and drops a homing Yu-7 lightweight torpedo.</td>
</tr>
</tbody>
<!--split-->
</table>
</section>
</div>
</div>
<footer id="footer" class="top-space">
<div class="footer1">
<div class="container">
<div class="row">
<div class="col-md-5 panel">
<h3 class="panel-title">About DotModGroup</h3>
<div class="panel-body">
<p>The DotModGroup is an international group of modders making new content for Killerfish Games's 2017 arcade submarine simulation, Cold Waters. As a team, we have developed new UI, models, features, textures, and more to bring new content to the modern naval combat genre.</p>
</div>
</div>
<div class="col-md-4 panel contact">
<h3 class="panel-title">Contact Info</h4>
<div class="panel-body">
<p>Contact us on our Discord Server.</p>
<ul>
<li><a href="https://discord.gg/DrmztcDYYf">https://discord.gg/DrmztcDYYf</a></li>
</ul>
</div>
</div>
</div>
<!-- /row of panels -->
</div>
</div>
<div class="footer2">
<div class="container">
<div class="row">
<div class="col-md-6 panel">
<div class="panel-body">
<p class="simplenav">
<a href="index.html">Home</a> |
<a href="about.html">About</a> |
<a href="coldwaters.html">Cold Waters - DotMod</a> |
<a href="gallery.html">Gallery</a>
</p>
</div>
</div>
<div class="col-md-6 panel">
<div class="panel-body">
<p class="text-right">
Copyright © 2014. Template by <a href="http://webthemez.com/" rel="develop">WebThemez.com</a>
</p>
</div>
</div>
</div>
<!-- /row of panels -->
</div>
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>