• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Partials/Opening ASW"

From Kancolle Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{#if:{{{no_intro|}}}||The opening anti-submarine attack ([[OASW]]) can be performed by a ship that meets the minimum required visible ASW stat and necessary equipment requirements. In the case of a combined fleet, only the escort fleet can participate in the OASW.}}
+
{{:Combat/Battle Opening}}
  
{|class="wikitable" style="width:1050px; text-align: center; margin-left: auto; margin-right: auto; vertical-align: middle;"
 
!style="width: 25%;"|OASW Ship
 
!ASW Stat Required
 
!Equipment Required
 
!Notes
 
|-
 
! Any Destroyer/Light Cruiser/Torpedo Cruiser/Fleet Oiler/Training Cruiser
 
| '''100+ ASW'''
 
| {{Sonar}} '''1 Sonar Equipped'''
 
| ASW Stat Required '''does''' include<br>[[Equipment_Bonuses|visible equipment bonuses]]
 
|-
 
! rowspan="2"| Any Coastal Defense Ship
 
| '''60+ ASW'''
 
| {{Sonar}} '''1 Sonar Equipped'''
 
|-
 
| '''75+ ASW'''
 
| Total of '''4+ ASW''' from equipment.
 
|ASW Stat Required '''does''' include<br>[[Equipment_Bonuses|visible equipment bonuses]]<br><br>[[Equipment_Bonuses|Visible equipment bonuses]] <br>don't count as equipment ASW.
 
|-
 
! {{Ship/Banner|Isuzu/Kai Ni|small=true}}<br />{{Ship/Banner|Tatsuta/Kai Ni|small=true}}<br />{{ItemStack|item={{Ship/Banner|Yuubari/Kai Ni D|small=true}}|text=Kai Ni D}}<br />{{Ship/Banner|Jervis/Kai|small=true}}<br />{{Ship/Banner|Janus/Kai|small=true}}<br />{{Ship/Banner|Fletcher|small=true}}<br />{{Ship/Banner|Johnston|small=true}}<br />{{Ship/Banner|Samuel B. Roberts/Kai|small=true}}
 
| '''Can OASW innately'''
 
| '''N/A'''
 
|-
 
! Any Light Aircraft Carrier<!--<br/>(Except {{ShipLink|Suzuya Carrier Kai Ni|text=Suzuya}}/{{ShipLink|Kumano Carrier Kai Ni|text=Kumano}}) NEEDS SOURCE-->
 
| '''50+ ASW'''
 
| {{Sonar}} '''+''' {{BluePlane}} {{ASWPlane}} {{Autogyro}}<br />'''SONAR''' + Any with '''7+ ASW'''
 
| rowspan=2 | ASW Stat Required '''does''' include<br>[[Equipment_Bonuses|visible equipment bonuses]]<br><br>[[Equipment_Bonuses|Visible equipment bonuses]] <br>don't count as equipment ASW.
 
|-
 
!rowspan="2"|{{Ship/Banner|Taiyou|small=true}}<br />{{Ship/Banner|Unyou|small=true}}<br />{{Ship/Banner|Shinyou|small=true}}<br />{{Ship/Banner|Gambier Bay|small=true}}<br />{{ItemStack|item={{Ship/Banner|Zuihou/Kai Ni B|small=true}}|text=Kai Ni B}}<br />{{Ship/Banner|Ryuuhou/Kai Ni|small=true}}
 
| '''65+ ASW'''
 
| {{BluePlane}} {{ASWPlane}} {{Autogyro}}<br />Any with '''7+ ASW'''
 
|-
 
| '''100+ ASW'''
 
| {{Sonar}} '''+''' {{RedPlane}} {{BluePlane}} {{ASWPlane}} {{Autogyro}}<br />'''SONAR''' + Any Plane with '''1+ ASW'''
 
| ASW Stat Required '''does''' include<br>[[Equipment_Bonuses|visible equipment bonuses]]
 
|-
 
!{{Ship/Banner|Taiyou/Kai|small=true}}<br />{{Ship/Banner|Unyou/Kai|small=true}}<br />{{Ship/Banner|Shinyou/Kai|small=true}}<br />{{ItemStack|item={{Ship/Banner|Kaga/Kai Ni Go|small=true}}|text=Kai Ni Go}}
 
| '''N/A'''
 
| {{RedPlane}} {{BluePlane}} {{ASWPlane}} {{Autogyro}}<br />Any Plane with '''1+ ASW'''
 
|-
 
!{{Ship/Banner|Hyuuga/Kai Ni|small=true}}
 
| '''N/A'''
 
| {{Autogyro}}{{Autogyro}}'''2 {{EquipmentLink|Ka Type Observation Autogyro|O Type Observation Autogyro Kai|O Type Observation Autogyro Kai Ni|text=Autogryos}}'''<br />-or-<br />{{Autogyro}}'''1 {{EquipmentLink|S-51J|S-51J Kai|text=Helicopter}}'''.
 
|-
 
!{{Ship/Banner|Shinshuu Maru/Kai|small=true}}<br>{{Ship/Banner|Fusou/Kai Ni|small=true}}<br>{{Ship/Banner|Yamashiro/Kai Ni|small=true}}
 
| '''100+ ASW'''
 
| {{Sonar}} '''+''' {{ItemStack|item={{Seaplane}}|text=Bomber|font-size = 9px|text-color = fff|glow-color = 000|text-position = right:0px;bottom:-12px}} {{Autogyro}}<br />'''SONAR''' + Seaplane Bomber or Autogyro.
 
|}
 
 
*If several ships fulfill the requirements, then they all can perform preemptive attacks, each attacking a random submarine in the enemy fleet. The firing order is determined by the range order, similar to the First Shelling Phase. The order for ships of the same range is random.
 
*The damage follows the [[Damage Calculations|usual ASW formula]] and is affected by the usual modifiers (formation, engagement, health, ammo), as well as equipment [[Improvement|improvements]].
 
<!--
 
function group(array) {
 
    const groups = [];
 
    let i = 0;
 
    for (const element of array) {
 
        if (!groups[i]) {
 
            groups.push({count: 1, element: element});
 
        } else if (element === groups[i].element) {
 
            ++groups[i].count;
 
        } else {
 
            ++i;
 
            groups.push({count: 1, element: element});
 
        }
 
    }
 
    return groups;
 
}
 
 
function calc_level_for_asw(remodel_level, base, max, target) {
 
    const level = Math.ceil(99 * (target - base) / (max - base));
 
    return level < remodel_level ? remodel_level : level;
 
}
 
 
const oasw_breakpoints = [64, 66, 68, 70, 72, 76, 78, 80, 82, 88, 90];
 
 
function calc_levels_for_asw(ship, remodel_level, base, max) {
 
    return oasw_breakpoints.map((target) => calc_level_for_asw(remodel_level, base, max, target));
 
}
 
 
function gen_row(ship, remodel_level, base, max) {
 
    const format_cell = (group) => `|${group.count > 1 ? `colspan="${group.count}" ` : ""}style="background:#${group.element < 90 ? "c8e6c9" : group.element < 100 ? "ffe0b2" : group.element <= 155 ? "ffcdd2" : "cfd8dc"}"|${group.element <= 155 ? group.element : "N/A"}`
 
    return `|-\n|{{Ship/Link|${ship}}}\n${group(calc_levels_for_asw(ship, remodel_level, base, max)).map(format_cell).join("\n")}`;
 
}
 
 
// e.g.
 
// gen_row("Asashio Kai Ni D", 85, 45, 89);
 
-->
 
 
===OASW Level Table===
 
===OASW Level Table===
 
The following tables show how much base ASW is needed (in form of required ship level) to enable OASW with a given equipment setup (T4: [[Type 4 Passive Sonar]], T3: [[Type 3 Active Sonar]], DC: [[Type 3 Depth Charge Projector]] ASWR: [[Prototype 15cm 9-tube ASW Rocket Launcher]]).
 
The following tables show how much base ASW is needed (in form of required ship level) to enable OASW with a given equipment setup (T4: [[Type 4 Passive Sonar]], T3: [[Type 3 Active Sonar]], DC: [[Type 3 Depth Charge Projector]] ASWR: [[Prototype 15cm 9-tube ASW Rocket Launcher]]).

Revision as of 22:35, 4 December 2022

Commonly referred to as OASW (opening ASW). All eligible ships will perform a regular ASW Shelling attack, following range order in the same fashion as the First Shelling Phase. As these opening attacks happen before the Opening Torpedo Salvo, they may disable or even sink enemy submarines before they have a chance to attack.

OASW has the following trigger conditions:

  • Only ships listed below can trigger an OASW,
    • The ship is not required to be able to perform any ASW Shelling.
  • They must meet their specific ASW stat threshold and requirements, listed below,
OASW Ship ASW Stat Required[1] Equipment Required[2][3][4]
Any DD, CL, CLT, CT, AO[5] 100+ ASW SONAR 1 Sonar Equipped
Ship Banner Yamato Kai Ni Juu.pngKai Ni Juu
Ship Banner Shinshuu Maru Kai.png
Ship Banner Kumano Maru Kai.png
SONAR + Seaplane BomberBomber / Rotorcraft / Liaison Aircraft / Dive Bomber
Sonar + Any Seaplane Bomber, or Rotorcraft, or Liaison Aircraft, or Dive Bomber, with 1+ ASW
Ship Banner Fusou Kai Ni.png
Ship Banner Yamashiro Kai Ni.png
SONAR + Seaplane BomberBomber / Rotorcraft / Depth Charges
Sonar + Seaplane Bomber, or Rotorcraft, or Depth Charge
Any CVL[6] SONAR + Dive Bomber / Torpedo Bomber / Liaison Aircraft / Rotorcraft
Sonar + Any with 1+ ASW
50+ ASW SONAR + Torpedo Bomber / Liaison Aircraft / Rotorcraft
Sonar + Any with 7+ ASW
65+ ASW Torpedo Bomber / Liaison Aircraft / Rotorcraft
Any with 7+ ASW
Any DE 60+ ASW SONAR 1 Sonar Equipped
75+ ASW Total of 4+ ASW from equipment
Ship Banner Tatsuta Kai Ni.png
Ship Banner Yuubari Kai Ni D.pngKai Ni D
Ship Banner Isuzu Kai Ni.png
Fletcher-class[7]
John C. Butler-class Kai/Mk.II
J-class Kai
Can OASW innately
Ship Banner Taiyou Kai.png
Ship Banner Unyou Kai.png
Ship Banner Shinyou Kai.png
Ship Banner Kaga Kai Ni Go.pngKai Ni Go
N/A Dive Bomber / Torpedo Bomber / Liaison Aircraft / Rotorcraft
Any with 1+ ASW
Ship Banner Hyuuga Kai Ni.png N/A RotorcraftRotorcraft2 AutogyrosKa Type Observation Autogyro
O Type Observation Autogyro Kai
O Type Observation Autogyro Kai Ni

-or-
Rotorcraft1 HelicopterS-51J
S-51J Kai
  1. The Required ASW Stat does include Visible Bonuses, but does not include Improvements.
  2. Visible Bonuses or Improvements do not count as equipment ASW (e.g. a +6 ASW equipment with +1 ASW bonus does not count as a +7 equipment but just as a +6 one).
  3. When applicable, if all relevant ASW aircraft are in zero plane slots, and no bomber Dive Bomber/Torpedo Bomber with 1+ Anti-Submarine Warfare are present in non-zero plane slot, the ship cannot OASW.
  4. Regardless of their ASW stat, FighterNight Fighter Fighters or Reconnaissance Aircraft Carrier Recons cannot trigger any OASW.
  5. Other ASW Shelling capable ships may be able to OASW, but cannot reach 100 ASW Anti-Submarine Warfare using currently available equipment.
  6. CVE should be used, as they are the only CVL with base ASW Anti-Submarine Warfare stat.
  7. Kai only for Heywood L. Edwards.

See the list of Anti-submarine Weaponry and ASW Aircraft to better see what can help achieve OASW on a given ship.

Abyssals

Abyssal ships do not follow these rules. The following may perform OASW unconditionally:

Other abyssals cannot perform OASW.

OASW Level Table

The following tables show how much base ASW is needed (in form of required ship level) to enable OASW with a given equipment setup (T4: Type 4 Passive Sonar, T3: Type 3 Active Sonar, DC: Type 3 Depth Charge Projector ASWR: Prototype 15cm 9-tube ASW Rocket Launcher).

Note: Some rare high-ASW equipment (such as Lightweight ASW Torpedo (Initial Test Model)) exist which can allow OASW more easily, but are so rare/low in number that they may not be included in these tables.

DD
Ship 3 Slots 2 Slots 1 Slot
T4/T4/ASWR
39 + 61
T4/T4/T4
36 + 64
T4/T4/T3
34 + 66
T4/T4/DC
32 + 68
T4/T3/DC
30 + 70
T3/T3/DC
28 + 72
T4/T4
24 + 76
T4/T3
22 + 78
T4/DC
20 + 80
T3/DC
18 + 82
T4
12 + 88
T3
10 + 90
Asashio K2DAsashio Kai Ni D 85 97 102
Umikaze K2Umikaze Kai Ni 82 88 92 96 99 110 114
Libeccio KaiLibeccio Kai
Maestrale KaiMaestrale Kai
52 60 65 70 75 80 90 95 99 104 119 124
Satsuki K2Satsuki Kai Ni 75 78 82 90 94 98 101 113 117
Fumizuki K2Fumizuki Kai Ni 77 78 82 90 94 98 101 113 117
Asashimo KaiAsashimo Kai 59 66 70 75 79 84 93 97 102 106 120 124
Grecale KaiGrecale Kai 56 63 68 73 78 83 92 97 102 107 121 126
Shigure K2Shigure Kai Ni 66 74 78 82 87 91 99 104 108 112 125 130
Ushio K2Ushio Kai Ni 67 74 79 83 88 93 102 106 111 116 129 134
VerniyVerniy 70 77 81 86 90 95 104 108 113 117 131 135
Akizuki KaiAkizuki Kai
Teruzuki KaiTeruzuki Kai
Hatsuzuki KaiHatsuzuki Kai
74 81 85 90 95 99 109 114 118 123 137 142
Harukaze KaiHarukaze Kai 78 84 88 92 96 99 107 111 115 119 131 135
Matsukaze KaiMatsukaze Kai 82 88 92 96 99 103 111 115 119 123 135 139
Kamikaze KaiKamikaze Kai 80 87 91 95 99 104 112 117 121 125 138 143
Yuudachi K2Yuudachi Kai Ni
Murakumo K2Murakumo Kai Ni
Hatsushimo K2Hatsushimo Kai Ni
Mutsuki K2Mutsuki Kai Ni
80 87 92 97 102 107 116 121 126 131 145 150
Hatsuharu K2Hatsuharu Kai Ni 79 87 92 97 102 107 117 122 127 132 148 153
Kisaragi K2Kisaragi Kai Ni 81 88 92 97 102 107 116 121 125 130 144 149
Fubuki K2Fubuki Kai Ni 83 90 95 99 104 109 118 123 128 132 147 151
Kasumi K2/K2BKasumi Kai Ni
Kasumi Kai Ni B
82 90 95 99 104 109 119 124 129 134 149 154
Asakaze KaiAsakaze Kai 86 92 96 99 103 107 115 119 123 127 139 143
Akatsuki K2Akatsuki Kai Ni 86 94 99 105 110 115 126 131 136 141 157 162
Ooshio K2Ooshio Kai Ni 92 99 105 110 115 120 131 136 141 146 162 N/A
Ayanami K2Ayanami Kai Ni
Kawakaze K2Kawakaze Kai Ni
94 102 107 113 118 123 133 139 144 149 165 N/A
Arashio K2Arashio Kai Ni 105 114 120 126 132 138 150 156 162 N/A N/A N/A
Shimakaze KaiShimakaze Kai
Yukikaze KaiYukikaze Kai
106 115 121 127 134 140 152 158 164 N/A N/A N/A
CL/CLT
Ship 3 Slots 2 Slots 1 Slot
T4/T4/ASWR
39 + 61
T4/T4/T4
36 + 64
T4/T4/T3
34 + 66
T4/T4/DC
32 + 68
T4/T3/DC
30 + 70
T3/T3/DC
28 + 72
T4/T4
24 + 76
T4/T3
22 + 78
T4/DC
20 + 80
T3/DC
18 + 82
T4
12 + 88
T3
10 + 90
Naka K2Naka Kai Ni 48 49 54 59 65 75 81 86 91 108 113
Kinu Kai/Kai NiKinu Kai
Kinu Kai Ni
42 52 58 64 71 75 80 86 91 108 113
Yura Kai/Kai NiYura Kai
Yura Kai Ni
42 52 58 64 71 77 79 85 91 97 114 120
Tama Kai NiTama Kai Ni 70 72 84 87 92 97 112 118
Abukuma Kai/Kai NiAbukuma Kai
Abukuma Kai Ni
42 52 58 64 71 75 82 88 94 99 117 123
Sakawa KaiSakawa Kai 57 63 66 70 74 77 85 88 92 96 107 110
Kiso K2Kiso Kai Ni 65 68 72 76 80 88 92 96 99 111 115
Agano KaiAgano Kai
Noshiro KaiNoshiro Kai
Yahagi KaiYahagi Kai
62 68 71 75 78 82 89 92 96 99 110 114
Jintsuu K2Jintsuu Kai Ni 60 65 70 75 80 90 95 99 104 119 124
Kitakami K2Kitakami Kai Ni
Ooi K2Ooi Kai Ni
65 71 75 79 82 86 94 98 101 105 117 120
Kuma KaiKuma Kai
Tama KaiTama Kai
Natori KaiNatori Kai
67 72 76 80 83 87 94 98 101 105 116 119
Sendai K2Sendai Kai Ni 64 72 77 83 88 94 105 110 116 121 138 143
Tenryuu Kai NiTenryuu Kai Ni 84 87 91 95 99 105 113 118 122 126 139 144
4 Slots CL/CT/DD
Ship 4 Slots
T4/T4/T4/ASWR
51 + 49
T4/T4/T4/T4
48 + 52
T4/T4/T4/T3
46 + 54
T4/T4/T4/DC
44 + 56
T4/T4/T3/DC
42 + 58
T4/T3/T3/DC
40 + 60
T3/T3/T3/DC
38 + 62
Tashkent KaiTashkent Kai 50 54 60 66
Yuubari KaiYuubari Kai
Kashima KaiKashima Kai
55 62 66 71 75 80 84
Katori KaiKatori Kai 67 75 80 85 90 95 99
Giuseppe Garibaldi KaiGiuseppe Garibaldi Kai 68 77 83 88 94 99 105
Duca degli Abruzzi KaiDuca degli Abruzzi Kai 70 79 85 91 97 102 108
Gotland KaiGotland Kai 55 58 66 75 83 91 99
Ooyodo KaiOoyodo Kai 125 132 138 143 148 153 158
Ship 3 Slots
T4/T4/ASWR
39 + 61
T4/T4/T4
36 + 64
T4/T4/T3
34 + 66
T4/T4/DC
32 + 68
T4/T3/DC
30 + 70
T3/T3/DC
28 + 72
Tashkent KaiTashkent Kai 63 72 78 84 90 96
Yuubari KaiYuubari Kai
Kashima KaiKashima Kai
82 88 93 97 102 106
Katori KaiKatori Kai 97 104 109 114 119 124
Giuseppe Garibaldi KaiGiuseppe Garibaldi Kai 102 111 116 122 128 133
Duca degli Abruzzi KaiDuca degli Abruzzi Kai 105 114 120 126 132 137
Gotland KaiGotland Kai 95 108 116 124 132 141
Ooyodo KaiOoyodo Kai 155 163 N/A N/A N/A N/A
Ship 2 Slots 1 Slot
T4/ASWR
27 + 73
T4/T4
24 + 76
T4/T3
22 + 78
T4/DC
20 + 80
T3/DC
18 + 82
T4
12 + 88
T3
10 + 90
Tashkent KaiTashkent Kai 99 108 114 120 126 144 150
Yuubari KaiYuubari Kai
Kashima KaiKashima Kai
108 115 119 124 129 141 146
Katori KaiKatori Kai 127 134 139 144 149 164 N/A
Giuseppe Garibaldi KaiGiuseppe Garibaldi Kai 136 145 150 156 162 N/A N/A
Duca degli Abruzzi KaiDuca degli Abruzzi Kai 140 149 155 161 166 N/A N/A
Gotland KaiGotland Kai 145 157 165 174 N/A N/A N/A
Ooyodo KaiOoyodo Kai N/A N/A N/A N/A N/A N/A N/A
Enemy Ships with OASW
Destroyer
Light Cruiser
Light Carrier
Seaplane Tender