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

Changes

Jump to navigation Jump to search
Line 1: Line 1: −
==Introduction==
+
{{PortMechanicsPortal}}
Construction is a feature that enables admirals to build new ships. Building ships consume resources and one development material for each attempt (the two nail-looking things at top right hand corner). Development materials can be found by completing quests, expeditions, and some sorties.
+
[[File:Constuction_menu.png|right|thumb|Construction Menu as shown]] [[File:LSC_Menu.png|right|thumb|Large Ship Construction Menu as shown]]
   −
The chance of obtaining a rare ship '''is not''' affected by headquarter level or the type of flagship you have (not confirmed, but new admirals can definitely obtain rare ships), but it is affected by the amount of resources you put in.
+
Construction is accessible from the [[Arsenal]] menu and allows building new ship girls. Note that not all ships are available from construction, some being drops from normal maps, and others event exclusive (see ''[[#Ship Availability|below]]'' for details).
 +
*''For a more comprehensive list of construction recipes and rates, please see [https://db.kcwiki.org/construction PoiDB's construction page].
   −
The recipes bellow list the type of ship you may obtain. All recipes always have a chance to make more than one type of ship. Keep in mind that construction is a "game of chance" which means that the '''type of ship '''and the '''exact ship '''you obtain is totally '''random''', so the chance to obtain the ship that you desire may be fairly low. There is also some ships that are currently unbuildable, the list can be found [[Construction#Ships currently not buildable|here]].
+
Constructing a girl costs a selectable amount of the 4 main [[Resources]] as well as "development materials" {{DM}}. It will also take a variable amount of time unless instant constructions {{IC}} are used.  
 +
* Every player starts off with only '''2 construction slots'''. Up to 2 more slots can be unlocked by using a '''[[Dock Opening Key]]''' for each.  
   −
Also please refrain from asking "why didn't I got xxx ship with xxx recipe?" Chances are that you didn't read this section, used the wrong recipe, or simply had bad luck. Take note that sometimes it is easier and more resource efficient to find your desired ship in sorties as a drop rather than building them (i.e. 4 Kongou sisters is a quite commom drop at 3-2 node A).
+
=Construction Types=
 +
Two types of ship construction are possible, "Normal Construction" and "Large Ship Construction" (LSC), the former being the most used and cheaper one, and the later being the most expensive with the greatest results.
   −
==Construction Time==
+
==Normal Construction==
The timer bellow reflect the type of ship or specific ship you will obtain after hit the build button.
+
'''"Normal Construction"''' is the basic construction method. Recipes range from 30-999 fuel {{Fuel}}, ammo {{Ammo}}, steel {{Steel}} and bauxite {{Bauxite}} and each attempt costs 1 development material {{DM}}. Speeding up construction costs 1 instant construction {{IC}}.
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
+
*If applicable, it is often more resource efficient to find a desired ship in sorties as a drop rather than building them.
 +
 
 +
===Construction Theory===
 +
In normal construction, there are 4 pools determining the ship being crafted. Each group has exactly 100 unique ships and the available pools remain the same '''regardless of which Secretary used''' (excepted for the {{Class|Z1}}).
 +
The selection of a pool is based on the resource input during the construction:
 +
*Pool 1 - 300+ {{Fuel}}, 400+ {{Steel}}, 300+ {{Bauxite}},
 +
*Pool 2 - 400+ {{Fuel}}, 600+ {{Steel}},
 +
*Pool 3 - 250+ {{Fuel}}, 200+ {{Steel}},
 +
*Pool 4 - Do not meet any of the above requirements.
 +
*Note: The check is done from top to bottom, if the requirements of multiple pools are fulfilled, only the topmost one is used.
 +
 
 +
The constructed ship is selected in the pool by a value called "<math>ID</math>" which can go from 1 to 100, calculated by substating two random values:
 +
 
 +
{|class="wikitable mw-collapsible mw-collapsed" width="100%"
 +
!colspan=2|<math>ID</math> Calculation
 
|-
 
|-
! scope="col" style="text-align: center;"|Time
+
|
! scope="col"|Ship
+
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
! scope="col"|Result
+
|valign="center"| <math>ID = Rand [0 ; 100] - Rand [0 ; Res - 1]</math>
 +
|}
 +
 
 +
;With
 +
*<math>Rand</math> the function returning a random whole number between its boundaries, included,
 +
*<math>Res</math> a whole number that is incremented by having low/high resource inputs of certain types, defined below,
 +
**The resources used to increment this value depend on the pool that has been selected.
 +
In case <math>ID</math> is 0 or negative, the value will be converted back into a positive value and incremented by 2.
 +
|-
 +
|
 +
Which resources that are used to increment value <math>Res</math> is dependent on the pool that has been selected:
 +
*Pool 1: {{Steel}} {{Bauxite}}
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{Steel-400}{25} \Bigg\rceil + \Bigg\lceil \frac{Baux-300}{20} \Bigg\rceil \Bigg| ; 51\Bigg)</math>
 +
|}
 +
 
 +
*Pool 2: {{Ammo}} {{Steel}}
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{| Ammo-400 |}{25} \Bigg\rceil + \Bigg\lceil \frac{| Steel-600 |}{30} \Bigg\rceil \Bigg| ; 51\Bigg)</math>
 +
|}
 +
 
 +
*Pool 3: {{Ammo}} {{Steel}}
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{| Ammo-200 |}{13} \Bigg\rceil + \Bigg\lceil \frac{| Steel-200 |}{20} \Bigg\rceil \Bigg| ; 51\Bigg)</math>
 +
|}
 +
 
 +
*Pool 4: {{Fuel}} {{Steel}}
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{| Fuel-100 |}{10} \Bigg\rceil + \Bigg\lceil \frac{| Steel-30 |}{15} \Bigg\rceil \Bigg| ; 51\Bigg)</math>
 +
|}
 +
 
 +
;With
 +
 
 +
[https://tsundb.kc3.moe/construction]
 +
|}
 +
 
 +
;Pratical Conclusion
 +
* Only 2 resources will have an effect depending on the pool. Changing the two others will have no effect as long as it does not change the pool.
 +
* Of the two resources that have an effect, one has a bigger effect than the other.
 +
** The effect is capped, above a certain threshold increasing the resources further will not have any effect.
 +
* The effect of changing resources will increase the drop of some ships by reducing the drop of others.
 +
 
 +
==Large Ship Construction==
 +
'''"Large Ship Construction" (LSC)''' allows to build rarer "bigger" ships in exchange for more resources. Recipes range from 1500-7000 fuel {{Fuel}} and ammo {{Ammo}}; 2000-7000 steel {{Steel}} and 1000-7000 bauxite {{Bauxite}}. Each attempt also costs either 1, 20, or 100 development materials {{DM}}. Speeding up construction costs 10 instant construction {{IC}}.
 +
*LSC is unlocked by completing quest {{Q|F10}}.
 +
*According to the developers, having empty construction docks very slightly increases the chances of obtaining rarer ships [https://twitter.com/KanColle_STAFF/status/415300448770207744]. This statement has not been fully tested yet.
 +
 
 +
*Construction results are solely determined by the amount of resources and devmats used.
 +
**For few ships, an exact Secretary is required in order to be built, see ''[[#Special Secretary|below]]''.
 +
 
 +
==Special Secretary==
 +
Some ships require a specific Secretary (1st fleet flagship) in order to be crafted.
 +
*For any other construction, the Secretary is independent of the crafting result.
 +
 
 +
{|class="wikitable" style="max-width:1200px; text-align:center"
 +
!colspan=4|Special Construction Requirements
 
|-
 
|-
| style="text-align: center;"|00:18:00
+
!
| colspan="1" rowspan="3"|Destroyer
+
!style="max-width:420px"|Required Secretary
| [[:Category:Mutsuki_Class|Mutsuki class]]
+
!Ship added to craft pool
 +
!Notes
 
|-
 
|-
| style="text-align: center;"|00:20:00
+
! rowspan=2 style="line-height:99%; padding:.4em; background-position:center bottom 6px; overflow:hidden; td-style=width:40px; font-size:20px"|<div style="-webkit-writing-mode:vertical-rl; -o-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:tb-rl; writing-mode:vertical-rl; layout-flow:vertical-ideographic; display:inline-block; -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:none; padding-left:1px; text-align:left;">Normal Construction</div>
| [[:Category:Fubuki Class|Fubuki class]], [[:Category:Ayanami Class|Ayanami class]], [[:Category:Akatsuki Class|Akatsuki class]], [[:Category:Hatsuharu Class|Hatsuharu class]]
+
!{{QuestRewardShip|Z1|small=true}}
 +
|{{QuestRewardShip|Z3|small=true}}
 +
| rowspan=3| Quest {{Q|D8}} '''MUST''' be completed first.{{cite}}
 
|-
 
|-
| style="text-align: rowspan="2" center;"|00:22:00
+
!{{QuestRewardShip|Z3|small=true}}
| [[:Category:Shiratsuyu Class|Shiratsuyu class]], [[:Category:Asashio Class|Asashio class]]
+
|{{QuestRewardShip|Z1|small=true}}
 
|-
 
|-
|Submarine
+
! rowspan=5 style="line-height:99%; padding:.4em; background-position:center bottom 6px; overflow:hidden; td-style=width:40px; font-size:20px"|<div style="-webkit-writing-mode:vertical-rl; -o-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:tb-rl; writing-mode:vertical-rl; layout-flow:vertical-ideographic; display:inline-block; -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:none; padding-left:1px; text-align:left;">Large Ship Construction</div>
|[[I-168]], [[I-58]]
+
!{{QuestRewardShip|Z1|small=true}}{{QuestRewardShip|Z3|small=true}}
 +
|{{QuestRewardShip|Bismarck|small=true}}
 
|-
 
|-
| style="text-align: center;"|00:24:00
+
!{{QuestRewardShip|Libeccio|small=true}}{{QuestRewardShip|Pola|small=true}}
| colspan="1" rowspan="2"|Destroyer
+
|{{QuestRewardShip|Zara|small=true}}
| [[:Category:Kagero Class|Kagerou class]], [[Yukikaze]]
+
|
 
|-
 
|-
| style="text-align: center;"|00:30:00
+
!{{QuestRewardShip|Kamoi|small=true}}{{QuestRewardShip|Iowa|small=true}}
|[[Shimakaze]]
+
|{{QuestRewardShip|Saratoga|small=true}}
 +
|
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;"|01:00:00
+
!{{QuestRewardShip|Kongou Kai Ni|small=true}}
|Light Cruiser
+
|{{QuestRewardShip|Warspite|small=true}}
| [[:Category:Tenryū Class|Tenryuu class]], [[:Category:Kuma Class|Kuma class]], [[:Category:Nagara Class|Nagara class]]*, [[:Category:Sendai Class|Sendai class]]
+
|Kongou must be {{Ship/Link|Kongou/Kai Ni|text=Kai Ni}}/{{Ship/Link|Kongou/Kai Ni C|text=C}}
 
|-
 
|-
|Heavy Cruiser
+
!{{QuestRewardShip|Warspite|small=true}}
| [[:Category:Furutaka Class|Furutaka class]], [[:Category:Aoba Class|Aoba class]]
+
|{{QuestRewardShip|Ark Royal|small=true}}
 +
|}
 +
 
 +
=Construction Timers=
 +
The times below reflect the type of ship or specific ship you will obtain after hitting the build button.
 +
{|class="wikitable" cellpadding="1" cellspacing="1" border="0" style="margin: auto"
 
|-
 
|-
| style="text-align: center;"|01:15:00
+
!width="10%"|Time
|Light Cruiser
+
!width="25%"|Ship Type
|Nagara class* ([[Kinu]], [[Abukuma]])
+
!width="55%"|Result
 +
!width="10%"|Note
 
|-
 
|-
| style="text-align: center;"|01:20:00
+
!00:17:00
|Heavy Cruiser
+
|Submarine
|[[:Category:Myōkō_Class|Myoukou class]]
+
|{{Ship/Link|Maruyu}}
 +
|style="color:red"|'''LSC'''
 
|-
 
|-
| style="text-align: center;"|01:22:00
+
!00:18:00
|Light Cruiser
+
|rowspan=3|Destroyer
|[[Yubari]]
+
|{{Ship/Link|Mutsuki|Kisaragi|Yayoi|Satsuki|Fumizuki|Nagatsuki|Kikuzuki|Mikazuki|Mochizuki|link_class=Mutsuki|text=''Mutsuki''-class}}
 +
|
 
|-
 
|-
| style="text-align: center;"|01:25:00
+
!00:20:00
| colspan="1" rowspan="2"|Heavy Cruiser
+
|{{Ship/Link|Fubuki|Shirayuki|Hatsuyuki|Miyuki|Murakumo|Isonami|link_class=Fubuki|text=''Fubuki''-class}}, {{Ship/Link|Ayanami|Shikinami|Oboro|Akebono|Sazanami|Ushio|link_class=Ayanami|text=''Ayanami''-class}}, {{Ship/Link|Akatsuki|Hibiki|Ikazuchi|Inazuma|link_class=Akatsuki|text=''Akatsuki''-class}}, {{Ship/Link|Hatsuharu|Nenohi|Wakaba|Hatsushimo|link_class=Hatsuharu|text=''Hatsuharu''-class}}
|[[:Category:Takao Class|Takao class]]
+
|
 
|-
 
|-
| style="text-align: center;"|01:30:00
+
!rowspan=2|00:22:00
|[[:Category:Mogami Class|Mogami class]], [[:Category:Tone Class|Tone class]]
+
|{{Ship/Link|Shiratsuyu|Shigure|Murasame|Yuudachi|Samidare|Suzukaze|link_class=Shiratsuyu|text=''Shiratsuyu''-class}}, {{Ship/Link|Asashio|Ooshio|Michishio|Arashio|Arare|Kasumi|link_class=Asashio|text=''Asashio''-class}}
 +
|
 
|-
 
|-
| style="text-align: center;"|02:00:00
+
|Submarine
|Light aircraft carrier
+
|{{Ship/Link|I-168}}, {{Ship/Link|I-8}}, {{Ship/Link|I-58}}
|[[Houshou]]
+
|
 
|-
 
|-
| style="text-align: center;"|02:20:00
+
!00:24:00
|Seaplane carrier
+
|rowspan=2|Destroyer
|[[Chitose]], [[Chiyoda]]
+
|{{Ship/Link|Kagerou|Shiranui|Kuroshio|Yukikaze|Akigumo|link_class=Kagerou|text=''Kagerou''-class}}, {{Ship/Link|Z1|Z3|link_class=Z1|text=''Z1''-class}}
 +
|
 
|-
 
|-
| style="text-align: center;"|02:40:00
+
!00:30:00
| colspan="1" rowspan="3"|Light aircraft carrier
+
|{{Ship/Link|Shimakaze}}
|[[Shouhou]], [[Zuihou]]
+
|
 
|-
 
|-
| style="text-align: center;"|02:50:00
+
!rowspan=3|01:00:00
|[[Ryuujou]]
+
|rowspan=2|Light Cruiser
 +
|{{Ship/Link|Tenryuu|Tatsuta|link_class=Tenryuu|text=''Tenryuu''-class}}, {{Ship/Link|Kuma|Tama|Kitakami|Ooi|Kiso|link_class=Kuma|text=''Kuma''-class}}, {{Ship/Link|Nagara}}, {{Ship/Link|Natori}}, {{Ship/Link|Yura}}, {{Ship/Link|Sendai|Jintsuu|Naka|link_class=Sendai|text=''Sendai''-class}}
 +
|
 
|-
 
|-
| style="text-align: center;"|03:00:00
+
|{{Ship/Link|Agano|Noshiro|Yahagi|link_class=Agano|text=''Agano''-class}}<ref>{{Ship/Link|Sakawa}} is unbuildable</ref>
|[[Hiyou]], [[Junyou]]
+
|style="color:red"|'''LSC'''
 
|-
 
|-
| style="text-align: center;"|04:00:00
+
|Heavy Cruiser
|Battleship
+
|{{Ship/Link|Furutaka|Kako|link_class=Furutaka|text=''Furutaka''-class}}, {{Ship/Link|Aoba|Kinugasa|link_class=Aoba|text=''Aoba''-class}}
|[[:Category:Kongo Class|Kongou class]]
+
|
 
|-
 
|-
| style="text-align: center;"|04:10:00
+
!rowspan=3|01:10:00
|<span class="notranslate" style="">Regular aircraft carrier</span>
+
|rowspan=2|Training Cruiser
|<span class="notranslate" style="">[[Souryuu]], [[Hiryuu]]</span>
+
|{{Ship/Link|Katori}}
 +
|
 +
|-
 +
|{{Ship/Link|Kashima}}
 +
|style="color:red"|'''LSC'''
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;"|04:20:00
+
|Heavy Cruiser
|Battleship
+
|{{Ship/Link|Zara}}
|<span class="notranslate" style="">[[Fuso]], [[Yamashiro]] </span>
+
|style="color:red"|'''LSC'''
 
|-
 
|-
|<span class="notranslate" style="">Regular aircraft carrier</span>
+
!01:15:00
|[[Kaga]]
+
|Light Cruiser
 +
|{{Ship/Link|Kinu}}, {{Ship/Link|Abukuma}}
 +
|
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;"|04:30:00
+
!01:20:00
|Battleship
+
|Heavy Cruiser
|[[Ise]], [[Hyuuga]]
+
|{{Ship/Link|Myoukou|Nachi|Ashigara|Haguro|link_class=Myoukou|text=''Myoukou''-class}}
 +
|
 
|-
 
|-
|<span class="notranslate" style="">Regular aircraft carrier</span>
+
!01:22:00
|[[Akagi]]
+
|Light Cruiser
 +
|{{Ship/Link|Yuubari}}
 +
|
 
|-
 
|-
| style="text-align: center;"|05:00:00
+
!01:25:00
|Battleship
+
|rowspan=3|Heavy Cruiser
|[[Nagato]], [[Mutsu]]
+
|{{Ship/Link|Takao|Atago|Maya|Choukai|link_class=Takao|text=''Takao''-class}}
 +
|
 
|-
 
|-
| style="text-align: center;"|06:00:00
+
!rowspan=2|01:30:00
|<span class="notranslate" style="">Regular aircraft carrier</span>
+
|{{Ship/Link|Mogami}}, {{Ship/Link|Suzuya}}, {{Ship/Link|Kumano}}, {{Ship/Link|Tone|Chikuma|link_class=Tone|text=''Tone''-class}}
|[[Shoukaku]], [[Zuikaku]]
+
|
|}
  −
==Ships currently not buildable==
  −
*舞風 [[Maikaze]] 3-3 random drop
  −
*初風 [[Hatsukaze]] 3-4 boss drop
  −
*三隈 [[Mikuma]] 4-3, 5-2 boss drop
  −
*大和 [[Yamato]] 2013 August event E4 complete reward
  −
*秋雲 [[Akigumo]] 5-1 boss, 5-2 certain nodes, 5-3 boss drop
  −
*夕雲 [[Yuugumo]] 4-2, 5-1, 5-2, 5-3 drop (all from bosses)
  −
*巻雲 [[Makigumo]] 1-4, 2-3, 5-2 drop (all from bosses)
  −
*長波 [[Naganami]] 3-2, 4-4, 5-1 drop (all from bosses)
  −
*伊19 [http://kancolle.wikia.com/wiki/I-19 I-19] 2013 November event E1 complete reward
  −
*能代 [[Noshiro]] 2013 November event E2 complete reward
  −
*阿賀野 [[Agano]] 2013 November event E3, E4, E5 drop (all from bosses)
  −
*伊8 [[I-8]]  2013 November event E4 complete reward
  −
*武蔵 [[Musashi]]  2013 November event E5 complete reward
  −
*矢矧 [[Yahagi]]  2013 November event E5 boss drop (A rank <span style="color:rgb(0,0,0);line-height:21px;">or higher</span>)
  −
 
  −
These ships may become buildable in future updates.
  −
 
  −
==Building recipes==
  −
'''DISCLAIMER: THESE RECIPES ARE NOT GUARANTEED TO GIVE YOU THE SHIP YOU WANT IN THE NUMBER OF CRAFTING ATTEMPTS THAT YOU CAN AFFORD.  PERCENTAGES LISTED ON SOME RECIPES ARE SOURCED FROM wikiwiki.jp/kancolle AND ARE NOT REPRESENTATIVE OF ACTUAL IN-GAME CHANCES.'''
  −
 
  −
'''PLEASE ADD NEW RECIPES YOU BELIEVE SHOULD BE REVIEWED FOR ADDITION INTO THE SPECIAL TABLE AT THE BOTTOM OF THIS SECTION.'''
  −
 
  −
===[[EliteDD|Destroyer]]===
  −
 
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
|{{Ship/Link|Mikuma}}
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|style="color:red"|'''LSC'''
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
  −
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
  −
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|30
+
!02:00:00
| style="text-align: center;"|30
+
|Light Aircraft Carrier
| style="text-align: center;"|30
+
|{{Ship/Link|Houshou}}
| style="text-align: center;"|30
+
|
| Mainly destroyers and light cruisers, with a small chance of heavy cruisers. No rare destroyers.
   
|-
 
|-
| style="text-align: center;"|250
+
!rowspan=3|02:20:00
| style="text-align: center;"|30
+
|rowspan=2|Seaplane Tender
| style="text-align: center;"|200
+
|{{Ship/Link|Chitose}}, {{Ship/Link|Chiyoda}}
| style="text-align: center;"|30
   
|
 
|
Includes chance of rare destroyers ([[Shimakaze]], [[Yukikaze]]) and submarines ([[I-168]], [[I-58]]).
  −
  −
3.22% for [[Shimakaze]] OR [[Yukikaze]]. ([[Shimakaze]]<span style="font-size:14px;line-height:22px;"> 2.24%, </span>[[Yukikaze]]<span style="font-size:14px;line-height:22px;"> 0.98</span><span style="font-size:14px;line-height:22px;">%). 3.9% for submarines. [http://kancolle-db.tk/build/250-30-200-30]</span>
   
|-
 
|-
| style="text-align: center;"|250
+
|{{Ship/Link|Mizuho}}
| style="text-align: center;"|130*
+
|style="color:red"|'''LSC'''
| style="text-align: center;"|200
  −
| style="text-align: center;"|30
  −
| 3.85% <span style="font-size:14px;line-height:22px;">for </span>[[Shimakaze]]<span style="font-size:14px;line-height:22px;"> OR </span>[[Yukikaze]]<span style="font-size:14px;line-height:22px;">. 3.36% for submarines. [http://kancolle-db.tk/build/250-130-200-30]</span>
   
|-
 
|-
| style="text-align: center;"|270
+
|Fleet Oiler
| style="text-align: center;"|30
+
|{{Ship/Link|Kamoi}}
| style="text-align: center;"|330
+
|style="color:red"|'''LSC'''
| style="text-align: center;"|130
  −
| 6% <span style="font-size:14px;line-height:22px;">for </span>[[Shimakaze]]<span style="font-size:14px;line-height:22px;"> (3.75%) OR </span>[[Yukikaze]]<span style="font-size:14px;line-height:22px;"> (2.25%). 3.8% for submarines. [http://kancolle-db.tk/build/270-30-330-130]</span>
   
|-
 
|-
| style="text-align: center;"|270
+
!02:30:00
| style="text-align: center;"|150*
+
|Amphibious Assault Ship
| style="text-align: center;"|370
+
|{{Ship/Link|Akitsu Maru}}
| style="text-align: center;"|50
+
|style="color:red"|'''LSC'''
| 7.19% for [[Shimakaze]] OR [[Yukikaze]]. ([[Shimakaze]] 2.74%, [[Yukikaze]] 4.45%,<span style="font-size:14px;line-height:22px;">). 3.73% for submarines. [http://kancolle-db.tk/build/270-150-370-50]</span>
  −
|}
  −
*Data from http://kancolle-db.tk/ suggests that increasing fuel, steel, and ammo all increase the chance of receiving a rare DD. However, it appears that values higher than 300 fuel and 400 steel begin to generate more CV/CVLs and fewer rare DDs.  Further increasing bauxite does not appear to have a significant impact on the chance of receiving a rare DD or SS and is more likely to result in CV/CVL.
  −
 
  −
===[[EliteCL|Light cruiser]]===
  −
 
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
!02:40:00
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|rowspan=3|Light Aircraft Carrier
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
+
|{{Ship/Link|Shouhou|Zuihou|link_class=Shouhou|text=''Shouhou''-class}}
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
+
|
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|30
+
!02:50:00
| style="text-align: center;"|30
+
|{{Ship/Link|Ryuujou}}
| style="text-align: center;"|30
+
|
| style="text-align: center;"|30
  −
| Mainly destroyers and light cruisers, with a small chance of heavy cruisers. No rare destroyers.
   
|-
 
|-
| style="text-align: center;"|250
+
!03:00:00
| style="text-align: center;"|30
+
|{{Ship/Link|Hiyou|Junyou|link_class=Hiyou|text=''Hiyou''-class}}
| style="text-align: center;"|200
+
|
| style="text-align: center;"|30
  −
| Light cruisers, heavy cruisers, rare destroyers and submarines.
  −
|}
  −
 
  −
===[[EliteCA|Heavy cruiser]]===
  −
 
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
!03:20:00
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|Aircraft Carrying Submarine
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
+
|{{Ship/Link|I-401}}
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
+
|style="color:red"|'''LSC'''
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|250
+
!03:40:00
| style="text-align: center;"|30
+
|Fleet Oiler
| style="text-align: center;"|200
+
|{{Ship/Link|Hayasui}}
| style="text-align: center;"|30
+
|style="color:red"|'''LSC'''
| Light cruisers, heavy cruisers, rare destroyers and submarines.
   
|-
 
|-
| style="text-align: center;"|270
+
!04:00:00
| style="text-align: center;"|30
+
|Fast Battleship
| style="text-align: center;"|330
+
|{{Ship/Link|Kongou|Hiei|Haruna|Kirishima|link_class=Kongou|text=''Kongou''-class}}
| style="text-align: center;"|130
+
|
| Slightly higher chance for heavy cruisers.
  −
|}
  −
 
  −
===[[EliteBB|Battleship]]===
  −
 
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
!rowspan=2|04:10:00
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|rowspan=2|Regular Aircraft Carrier
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
+
|{{Ship/Link|Souryuu}}, {{Ship/Link|Hiryuu}}
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
+
|
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|400
+
|{{Ship/Link|Ark Royal}}
| style="text-align: center;"|100
+
|style="color:red"|'''LSC'''
| style="text-align: center;"|600
  −
| style="text-align: center;"|30
  −
| BB (32.49%), CA (57.93%), CL (7.38%).
   
|-
 
|-
| style="text-align: center;"|400
+
!rowspan=2|04:20:00
| style="text-align: center;"|30
+
|Battleship
| style="text-align: center;"|600
+
|{{Ship/Link|Fusou|Yamashiro|link_class=Fusou|text=''Fusou''-class}}
| style="text-align: center;"|30
+
|
| BB (32.01%), CA (58.63%), CL (6.87%).
  −
|}
  −
 
  −
===Aircraft carrier===
  −
:''See also: [[EliteCVL|List of Light Carriers]] and [[EliteCV|List of Standard Carriers]]''
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
|Regular Aircraft Carrier
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|{{Ship/Link|Kaga}}
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
+
|
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
  −
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|300
+
!rowspan=2|04:30:00
| style="text-align: center;"|30
+
|Battleship
| style="text-align: center;"|400
+
|{{Ship/Link|Ise|Hyuuga|link_class=Ise|text=''Ise''-class}}
| style="text-align: center;"|300
+
|
| Most common recipe. 11% chance for carrier. 31% light carrier [http://kancolle-db.tk/build/300-30-400-300]
   
|-
 
|-
| style="text-align: center;"|350
+
|Regular Aircraft Carrier
| style="text-align: center;"|30
+
|{{Ship/Link|Akagi}}
| style="text-align: center;"|400
+
|
| style="text-align: center;"|350
  −
| 12%
   
|-
 
|-
| style="text-align: center;"|300
+
!|04:40:00
| style="text-align: center;"|30
+
|Battleship
| style="text-align: center;"|600
+
|{{Ship/Link|Warspite}}
| style="text-align: center;"|400
+
|style="color:red"|'''LSC'''
| 14.3%
   
|-
 
|-
| style="text-align: center;"|300
+
!rowspan=2|05:00:00
| style="text-align: center;"|30
+
|rowspan=2|Battleship
| style="text-align: center;"|999
+
|{{Ship/Link|Nagato|Mutsu|link_class=Nagato|text=''Nagato''-class}}
| style="text-align: center;"|400
+
|
| 16.4%
   
|-
 
|-
| style="text-align: center;"|400
+
|{{Ship/Link|Bismarck}}
| style="text-align: center;"|200
+
|style="color:red"|'''LSC'''
| style="text-align: center;"|500
  −
| style="text-align: center;"|700
  −
| 15.7%
   
|-
 
|-
| style="text-align: center;"|300
+
!05:30:00
| style="text-align: center;"|300
+
|Regular Aircraft Carrier
| style="text-align: center;"|600
+
|{{Ship/Link|Saratoga}}
| style="text-align: center;"|600
+
|style="color:red"|'''LSC'''
| 18.6%
   
|-
 
|-
| style="text-align: center;"|350
+
!06:00:00
| style="text-align: center;"|30
+
|Regular Aircraft Carrier
| style="text-align: center;"|600
+
|{{Ship/Link|Shoukaku|Zuikaku|link_class=Shoukaku|text=''Shoukaku''-class}}
| style="text-align: center;"|350
   
|
 
|
15% carrier, 33% light carrier [http://kancolle-db.tk/build/350-30-600-350]
+
|-
 +
!06:40:00
 +
|Armored Aircraft Carrier
 +
|{{Ship/Link|Taihou}}
 +
|style="color:red"|'''LSC'''
 +
|-
 +
!08:00:00
 +
|Battleship
 +
|{{Ship/Link|Yamato|Musashi|link_class=Yamato|text=''Yamato''-class}}
 +
|style="color:red"|'''LSC'''
 
|}
 
|}
 +
<references/>
   −
===[[EliteSS|Submarine]]===
+
=Ship Availability=
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
+
{|class="wikitable" style="width:100%"
|-
+
|+ Ship Availability
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
  −
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
  −
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
  −
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
  −
! scope="col"|Remarks
   
|-
 
|-
| style="text-align: center;"|250
+
!rowspan=2 width="5%"|Ship Type
| style="text-align: center;"|30
+
!colspan=2|Buidable
| style="text-align: center;"|200
+
!colspan=2|Unbuidable
| style="text-align: center;"|30
  −
| SS (3.74%), recipe shared with rare destroyers and light cruisers. [http://kancolle-db.tk/build/250-30-200-30] >1000 entries
   
|-
 
|-
| style="text-align: center;"|250
+
!width="30%"|Craftable
| style="text-align: center;"|130
+
!width="15%"|LSC only
| style="text-align: center;"|200
+
!width="25%"|[[Drop]]s
| style="text-align: center;"|30
+
!width="25%"|[[Drop#Event Only Drops|Event Only]]
| 3.38% [http://kancolle-db.tk/build/250-130-200-30] >1000 entries
   
|-
 
|-
| style="text-align: center;"|250
+
!DE
| style="text-align: center;"|130
+
|{{calc|@base_names|~code~DE|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|330
+
|{{calc|@base_names|~code~DE|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|30
+
|{{calc|@base_names|~code~DE|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| 5.63% [http://kancolle-db.tk/build/250-130-330-30] ~250 entries
+
|{{calc|@base_names|~code~DE|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|}
  −
* ammo or bauxite doesn't seem to affect SS construction rate according to data from http://kancolle-db.tk/
  −
 
  −
===User-submitted recipes===
  −
'''DISCLAIMER : EVERY REMARK IS PERSONAL. RESULTS MAY VARY. USE AT YOUR OWN RISK.'''
  −
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width: 670px;"
   
|-
 
|-
! scope="col" style="text-align: center;"|[[File:Fuel.png|25px]]
+
!DD
! scope="col" style="text-align: center;"|[[File:Ammunition.png|25px]]
+
|{{calc|@base_names|~code~DD|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
! scope="col" style="text-align: center;"|[[File:Steel.png|25px]]
+
|{{calc|@base_names|~code~DD|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
! scope="col" style="text-align: center;"|[[File:Bauxite.png|25px]]
+
|{{calc|@base_names|~code~DD|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
! scope="col"|Remarks
+
|{{calc|@base_names|~code~DD|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
 
|-
 
|-
| style="text-align: center;"|300
+
!CL
| style="text-align: center;"|30
+
|{{calc|@base_names|~code~CL|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|400
+
|{{calc|@base_names|~code~CL|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|401
+
|{{calc|@base_names|~code~CL|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|Aircraft carrier recipe
+
|{{calc|@base_names|~code~CL|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
 
|-
 
|-
| style="text-align: center;"|400
+
!CA
| style="text-align: center;"|30
+
|{{calc|@base_names|~code~CA|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|600
+
|{{calc|@base_names|~code~CA|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|401
+
|{{calc|@base_names|~code~CA|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|
+
|{{calc|@base_names|~code~CA|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
Battleship and Carrier recipe hybrid
   
|-
 
|-
| style="text-align: center;"|350
+
!F/BB
| style="text-align: center;"|130
+
|{{calc|@base_names|~code~BB,FBB|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|400
+
|{{calc|@base_names|~code~BB,FBB|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|350
+
|{{calc|@base_names|~code~BB,FBB|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|Light/Standard Aircraft recipe
+
|{{calc|@base_names|~code~BB,FBB|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
 
|-
 
|-
| style="text-align: center;"|400
+
!CVL
| style="text-align: center;"|100
+
|{{calc|@base_names|~code~CVL|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|700
+
|{{calc|@base_names|~code~CVL|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|30
+
|{{calc|@base_names|~code~CVL|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|
+
|{{calc|@base_names|~code~CVL|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
Battleship recipe
   
|-
 
|-
| style="text-align: center;"|400
+
!CV/B
| style="text-align: center;"|999
+
|{{calc|@base_names|~code~CV,CVB|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|600
+
|{{calc|@base_names|~code~CV,CVB|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|60
+
|{{calc|@base_names|~code~CV,CVB|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|
+
|{{calc|@base_names|~code~CV,CVB|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
Battleship recipe
   
|-
 
|-
| style="text-align: center;"|400
+
!SS/V
| style="text-align: center;"|999
+
|{{calc|@base_names|~code~SS,SSV|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|730
+
|{{calc|@base_names|~code~SS,SSV|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|60
+
|{{calc|@base_names|~code~SS,SSV|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|
+
|{{calc|@base_names|~code~SS,SSV|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
Higher chance for Battleship
   
|-
 
|-
| style="text-align: center;"|300
+
! Aux
| style="text-align: center;"|300
+
|{{calc|@base_names|~code~AV,AS,AO,LHA,AR,CT|~buildable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|400
+
|{{calc|@base_names|~code~AV,AS,AO,LHA,AR,CT|~buildable~false|~buildable_lsc~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
| style="text-align: center;"|500
+
|{{calc|@base_names|~code~AV,AS,AO,LHA,AR,CT|~buildable_or~false|~dropable~true|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
|19% carrier, 29.5% light carrier (Recipe requires further testing <500 entries) [http://kancolle-db.tk/build/300-300-400-500]
+
|{{calc|@base_names|~code~AV,AS,AO,LHA,AR,CT|~buildable_or~false|~dropable~false|?link|concat=&#32;'''·'''&#32;|sort=type,sort_id}}
 
|}
 
|}
 +
 +
*Some ships are rewarded in [[Quests]].
 +
*Several ships are currently dropable for a limited time, see ''[[Drop|here]].
 +
*Some ships may become buildable in future updates.
 +
 +
=[[Construction/Common Recipes|Building recipes]]=
 +
{{:Construction/Common Recipes}}
 +
 +
=See Also=
 +
*[https://db.kcwiki.cn/construction/ Poi-Statistics] Database
 +
*[[Construction/Common_Recipes|Common Recipes]]
 +
{{Mechanics}}
36,364

edits

Navigation menu