Difference between revisions of "Construction"

(→‎Ship Availability: table moved)
 
(238 intermediate revisions by 59 users not shown)
Line 1: Line 1:
==Introduction==
+
{{PortMechanicsPortal}}
Construction is a feature that enables admirals to build new ships. Building ships consumes 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]]
  
<u>'''The chance of obtaining a rare ship is not affected by headquarters level, but the type/class of flagship you have and amount of resources you put in.'''</u> New admirals can definitely obtain rare ships, but these are '''small odds'''.
+
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].
  
According to stats provided on the [http://kancolle-db.net Kancolle database], there is a correlation between users who built a ship of the ''same'' type of ship as the secretary (flagship of fleet 1), so it is ''recommended'' to have the same type (or even class) you want as the secretary. The recipes below list the type of ships you may obtain, but all recipes always have a chance to make more than one type of ship. Keep in mind that the '''type of ship '''and the '''exact ship '''you will obtain are '''totally random''', so the chances of obtaining the ship you desire may be fairly low. There are also some ships that are currently unbuildable, the list can be found [[Construction#Ships currently not buildable|below]].
+
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 get xxx ship with xxx recipe?" Chances are that you simply had bad luck or used the wrong recipe. 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 common 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.
  
==Large Ship Construction==
+
==Normal Construction==
Large Ship Construction involves the input of a larger quantity of resources (2,000-7,000 for steel, 1,000-7,000 for bauxite, 1,500-7,000 for other resources), in addition to a selection of either 1, 20 or 100 development materials and will require 10 Instant Construction to immediately finish it. This method of construction allows much rarer ships such as the [[Yamato]] to be constructed. It is unlocked by completing two quests:
+
'''"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}}.
#Complete Modernization Quest: You will be required to successfully modernize a ship 4 times.
+
*If applicable, it is often more resource efficient to find a desired ship in sorties as a drop rather than building them.
#Complete Crafting Quest: You will be required to scrap 4 pieces of equipment. Do it one by one as the game will consider discarding multiplies at once, as one time
+
 
According to the [https://twitter.com/KanColle_STAFF/status/415300448770207744 official Twitter] , having more empty construction docks very slightly increases the chances of better ships appearing.
+
===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
 +
|-
 +
|
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|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>
 +
|}
 +
Source: [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.
 +
* The direct consequence of the round-up is that the effect of resources works by steps starting from the minimum recipe plus one.
 +
** Increasing the resource of a recipe by an amount inferior to the step has no effect.
 +
** The steps are as follows:
 +
*** Pool 1: 25 {{Steel}}, 20 {{Bauxite}}
 +
*** Pool 2: 25 {{Ammo}}, 30 {{Steel}}
 +
*** Pool 3: 13 {{Ammo}}, 20 {{Steel}}
 +
*** Pool 4: 10 {{Fuel}}, 15 {{Steel}}
  
==Construction Time==
+
;Construction Pools
The times below reflect the type of ship or specific ship you will obtain after hitting the build button.
+
{|class="wikitable mw-collapsible mw-collapsed sortable" style="text-align:center"
{| class="article-table article-table-selected" style="width:100%;" border="0" cellpadding="1" cellspacing="1"
+
!colspan=7|Construction Pools List
 +
|-
 +
!Ship!!Name!!Type!!Pool 4<br>"Light"!!Pool 3<br>"Special"!!Pool 2<br>"Heavy"!!Pool 1<br>"Aviation"
 +
|-
 +
|{{Ship/Banner|Mutsuki|small=true}}||[[Mutsuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kisaragi|small=true}}||[[Kisaragi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Satsuki|small=true}}||[[Satsuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Fumizuki|small=true}}||[[Fumizuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Nagatsuki|small=true}}||[[Nagatsuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kikuzuki|small=true}}||[[Kikuzuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Mikazuki|small=true}}||[[Mikazuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Mochizuki|small=true}}||[[Mochizuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Yayoi|small=true}}||[[Yayoi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Fubuki|small=true}}||[[Fubuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Shirayuki|small=true}}||[[Shirayuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Hatsuyuki|small=true}}||[[Hatsuyuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Miyuki|small=true}}||[[Miyuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Murakumo|small=true}}||[[Murakumo]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Isonami|small=true}}||[[Isonami]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Ayanami|small=true}}||[[Ayanami]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Shikinami|small=true}}||[[Shikinami]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Oboro|small=true}}||[[Oboro]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Akebono|small=true}}||[[Akebono]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Sazanami|small=true}}||[[Sazanami]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Ushio|small=true}}||[[Ushio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Akatsuki|small=true}}||[[Akatsuki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Hibiki|small=true}}||[[Hibiki]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Ikazuchi|small=true}}||[[Ikazuchi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Inazuma|small=true}}||[[Inazuma]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Hatsuharu|small=true}}||[[Hatsuharu]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Nenohi|small=true}}||[[Nenohi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Wakaba|small=true}}||[[Wakaba]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Hatsushimo|small=true}}||[[Hatsushimo]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Shiratsuyu|small=true}}||[[Shiratsuyu]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Shigure|small=true}}||[[Shigure]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Murasame|small=true}}||[[Murasame]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Yuudachi|small=true}}||[[Yuudachi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Samidare|small=true}}||[[Samidare]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Suzukaze|small=true}}||[[Suzukaze]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Asashio|small=true}}||[[Asashio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Ooshio|small=true}}||[[Ooshio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Michishio|small=true}}||[[Michishio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Arashio|small=true}}||[[Arashio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Arare|small=true}}||[[Arare]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kasumi|small=true}}||[[Kasumi]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kagerou|small=true}}||[[Kagerou]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Shiranui|small=true}}||[[Shiranui]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Kuroshio|small=true}}||[[Kuroshio]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Akigumo|small=true}}||[[Akigumo]]||[[DD]]||style="background-color:#90ee90"|✔️||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Yukikaze|small=true}}||[[Yukikaze]]||[[DD]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Shimakaze|small=true}}||[[Shimakaze]]||[[DD]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Z1|small=true}}||[[Z1]]||[[DD]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Z3|small=true}}||[[Z3]]||[[DD]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Tenryuu|small=true}}||[[Tenryuu]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Tatsuta|small=true}}||[[Tatsuta]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kuma|small=true}}||[[Kuma]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Tama|small=true}}||[[Tama]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Kitakami|small=true}}||[[Kitakami]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Ooi|small=true}}||[[Ooi]]||[[CL]]||style="background-color:#ffb6c1"|❌  ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ 
 +
|-
 +
|{{Ship/Banner|Kiso|small=true}}||[[Kiso]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Nagara|small=true}}||[[Nagara]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Isuzu|small=true}}||[[Isuzu]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Natori|small=true}}||[[Natori]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Yura|small=true}}||[[Yura]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ 
 +
|-
 +
|{{Ship/Banner|Kinu|small=true}}||[[Kinu]]||[[CL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Abukuma|small=true}}||[[Abukuma]]||[[CL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Sendai|small=true}}||[[Sendai]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Jintsuu|small=true}}||[[Jintsuu]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Naka|small=true}}||[[Naka]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Yuubari|small=true}}||[[Yuubari]]||[[CL]]||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Katori|small=true}}||[[Katori]]||[[CT]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Furutaka|small=true}}||[[Furutaka]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kako|small=true}}||[[Kako]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|{{Ship/Banner|Aoba|small=true}}||[[Aoba]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Kinugasa|small=true}}||[[Kinugasa]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Myoukou|small=true}}||[[Myoukou]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Nachi|small=true}}||[[Nachi]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Ashigara|small=true}}||[[Ashigara]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Haguro|small=true}}||[[Haguro]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Takao|small=true}}||[[Takao]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Atago|small=true}}||[[Atago]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Maya|small=true}}||[[Maya]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|{{Ship/Banner|Choukai|small=true}}||[[Choukai]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 
|-
 
|-
! scope="col" style="text-align: center; width:10%;" |Time
+
|{{Ship/Banner|Mogami|small=true}}||[[Mogami]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
! scope="col" style="text-align: center; width:30%;" |Ship Class
 
! scope="col" style="text-align: center; width:60%;" |Result
 
 
|-
 
|-
| style="text-align: center;" |00:17:00
+
|{{Ship/Banner|Kumano|small=true}}||[[Kumano]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌  ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
| colspan="1" rowspan="1" |Transport Submarine
 
| [[Maruyu]]
 
 
|-
 
|-
| style="text-align: center;" |00:18:00
+
|{{Ship/Banner|Suzuya|small=true}}||[[Suzuya]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌  ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
| colspan="1" rowspan="3" |Destroyer
 
| [[:Category:Mutsuki_Class|Mutsuki class]]
 
 
|-
 
|-
| style="text-align: center;" |00:20:00
+
|{{Ship/Banner|Tone|small=true}}||[[Tone]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
| [[:Category:Fubuki Class|Fubuki class]], [[:Category:Ayanami Class|Ayanami class]], [[:Category:Akatsuki Class|Akatsuki class]], [[:Category:Hatsuharu Class|Hatsuharu class]]
 
 
|-
 
|-
| rowspan="2" style="text-align:center;" |00:22:00
+
|{{Ship/Banner|Chikuma|small=true}}||[[Chikuma]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
| [[:Category:Shiratsuyu Class|Shiratsuyu class]], [[:Category:Asashio Class|Asashio class]]
 
 
|-
 
|-
|Submarine
+
|{{Ship/Banner|Kongou|small=true}}||[[Kongou]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
|[[I-168]], [[I-58]], [[I-8]]
 
 
|-
 
|-
| style="text-align: center;" |00:24:00
+
|{{Ship/Banner|Hiei|small=true}}||[[Hiei]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
| colspan="1" rowspan="2" |Destroyer
 
| [[:Category:Kagero Class|Kagerou class]], [[Yukikaze]], [[:Category:Type 1934  Class|Type 1934 Class]]
 
 
|-
 
|-
| style="text-align: center;" |00:30:00
+
|{{Ship/Banner|Haruna|small=true}}||[[Haruna]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
|[[Shimakaze]]
 
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;" |01:00:00
+
|{{Ship/Banner|Kirishima|small=true}}||[[Kirishima]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
|Light Cruiser
 
| [[:Category:Tenryū Class|Tenryuu class]], [[:Category:Kuma Class|Kuma class]], [[:Category:Nagara Class|Nagara class]], [[:Category:Sendai Class|Sendai class]], [[:Category:Agano Class|Agano class]]
 
 
|-
 
|-
|Heavy Cruiser
+
|{{Ship/Banner|Fusou|small=true}}||[[Fusou]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
| [[:Category:Furutaka Class|Furutaka class]], [[:Category:Aoba Class|Aoba class]]
 
 
|-
 
|-
| style="text-align: center;" |01:15:00
+
|{{Ship/Banner|Yamashiro|small=true}}||[[Yamashiro]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
|Light Cruiser
 
|[[Kinu]], [[Abukuma]],
 
 
|-
 
|-
| style="text-align: center;" |01:20:00
+
|{{Ship/Banner|Ise|small=true}}||[[Ise]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
|Heavy Cruiser
 
|[[:Category:Myōkō_Class|Myoukou class]]
 
 
|-
 
|-
| style="text-align: center;" |01:22:00
+
|{{Ship/Banner|Hyuuga|small=true}}||[[Hyuuga]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
|Light Cruiser
 
|[[Yuubari]]
 
 
|-
 
|-
| style="text-align: center;" |01:25:00
+
|{{Ship/Banner|Nagato|small=true}}||[[Nagato]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
| colspan="1" rowspan="2" |Heavy Cruiser
 
|[[:Category:Takao Class|Takao class]]
 
 
|-
 
|-
| style="text-align: center;" |01:30:00
+
|{{Ship/Banner|Mutsu|small=true}}||[[Mutsu]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|
|[[:Category:Mogami Class|Mogami class]], [[:Category:Tone Class|Tone class]]
 
 
|-
 
|-
| style="text-align: center;" |02:00:00
+
|{{Ship/Banner|Shouhou|small=true}}||[[Shouhou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Light Aircraft Carrier
 
|[[Houshou]]
 
 
|-
 
|-
| style="text-align: center;" |02:20:00
+
|{{Ship/Banner|Ryuujou|small=true}}||[[Ryuujou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Seaplane Tender
 
|[[Chitose]], [[Chiyoda]]
 
 
|-
 
|-
| style="text-align: center;" |02:30:00
+
|{{Ship/Banner|Shouhou|small=true}}||[[Shouhou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Amphibious Assault Carrier
 
|[[Akitsu Maru]]
 
 
|-
 
|-
| style="text-align: center;" |02:40:00
+
|{{Ship/Banner|Zuihou|small=true}}||[[Zuihou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
| colspan="1" rowspan="3" |Light Aircraft Carrier
 
|[[Shouhou]], [[Zuihou]]
 
 
|-
 
|-
| style="text-align: center;" |02:50:00
+
|{{Ship/Banner|Hiyou|small=true}}||[[Hiyou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|[[Ryuujou]]
 
 
|-
 
|-
| style="text-align: center;" |03:00:00
+
|{{Ship/Banner|Junyou|small=true}}||[[Junyou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|[[Hiyou]], [[Junyou]]
 
 
|-
 
|-
| style="text-align: center;" |03:20:00
+
|{{Ship/Banner|Akagi|small=true}}||[[Akagi]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|||style="background-color:#90ee90"|✔️
|Aircraft Carrying Submarine
 
|[[I-401]]
 
 
|-
 
|-
| style="text-align: center;" |04:00:00
+
|{{Ship/Banner|Kaga|small=true}}||[[Kaga]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|||style="background-color:#90ee90"|✔️
|Fast Battleship
 
|[[:Category:Kongo Class|Kongou class]]
 
 
|-
 
|-
| style="text-align: center;" |04:10:00
+
|{{Ship/Banner|Souryuu|small=true}}||[[Souryuu]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Regular Aircraft Carrier
 
|[[Souryuu]], [[Hiryuu]]
 
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;" |04:20:00
+
|{{Ship/Banner|Hiryuu|small=true}}||[[Hiryuu]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Battleship
 
|[[Fusou]], [[Yamashiro]]
 
 
|-
 
|-
|Regular Aircraft Carrier
+
|{{Ship/Banner|Shoukaku|small=true}}||[[Shoukaku]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|[[Kaga]]
 
 
|-
 
|-
| colspan="1" rowspan="2" style="text-align: center;" |04:30:00
+
|{{Ship/Banner|Zuikaku|small=true}}||[[Zuikaku]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Battleship
 
|[[Ise]], [[Hyuuga]]
 
 
|-
 
|-
|Regular Aircraft Carrier
+
|{{Ship/Banner|I-168|small=true}}||[[I-168]]||[[SS]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
|[[Akagi]]
 
 
|-
 
|-
| style="text-align: center;" |05:00:00
+
|{{Ship/Banner|I-8|small=true}}||[[I-8]]||[[SS]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
|Battleship
 
|[[Nagato]], [[Mutsu]], [[Bismarck]]
 
 
|-
 
|-
| style="text-align: center;" |06:00:00
+
|{{Ship/Banner|I-58|small=true}}||[[I-58]]||[[SS]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
|Regular Aircraft Carrier
 
|[[Shoukaku]], [[Zuikaku]]
 
 
|-
 
|-
| style="text-align: center;" |06:40:00
+
|{{Ship/Banner|Chitose|small=true}}||[[Chitose]]||[[AV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Armored Aircraft Carrier
 
|[[Taihou]]
 
 
|-
 
|-
| style="text-align: center;" |08:00:00
+
|{{Ship/Banner|Chiyoda|small=true}}||[[Chiyoda]]||[[AV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
|Heavy Battleship
 
|[[Yamato]], [[Musashi]]
 
 
|}
 
|}
  
==Ships currently not buildable==
+
==Large Ship Construction==
*Available from Sortie:
+
'''"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}}.
** 舞風 [[Maikaze]] 3-3 random drop
+
*LSC is unlocked by completing quest {{Q|F10}}.
**初風 [[Hatsukaze]] 3-4 boss drop
+
*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.
**秋雲 [[Akigumo]] 5-1 boss, 5-2 certain nodes, 5-3 boss drop
 
**夕雲 [[Yuugumo]] 2-5, 4-2, 5-1, 5-2, 5-3 drop (all from bosses)
 
**巻雲 [[Makigumo]] 2-5, 1-4, 2-3, 5-2 drop (all from bosses)
 
**長波 [[Naganami]] 3-2, 4-4, 5-1, 5-4 drop (all from bosses)
 
**卯月 [[Uzuki]] 2-5, 3-4, 4-4, 5-1, 5-2, 5-4 drop (all from bosses)
 
**浜風 [[Hamakaze]] 2-5, 2-2, 3-3, 4-4, 5-4 drop (all from bosses)
 
**伊19 [[I-19]] 2013 Christmas event random drop (map E-3), 2013 November event E-1 complete reward. 1-5, 2-5, and 5-4 boss node drop, 2014 April event drop (certain nodes, certain maps), 2014 Summer event E-2 Boss node drop
 
**明石 [[Akashi]] Temporary 1-5, 2-5 boss drop (for this Fall only), Permanent 3-5 drop (Hoppo node), 2014 April event E2 complete reward, 2014 Summer event E5 boss node drop
 
**天津風 [[Amatsukaze]] 3-5 boss node drop, 2014 April event E3 complete reward, 2014 Summer event E2, E4, E5, E6 boss node drop
 
**酒匂 [[Sakawa]] 2014 April event E5 complete reward, 6-2 boss drop
 
**谷風 [[Tanikaze]] 3-5 drop, 2014 April event E2, E3 and E4 boss node drop
 
**浦風 [[Urakaze]] 2-4, 2-5, 4-2 boss drop
 
**大鯨 [[Taigei]] 2-4, 2-5, 3-4, 4-4, 5-2 boss drop
 
* Event only
 
** 春雨 [[Harusame]] 2014 Summer event E-1 Complete reward, 2014 Fall Event E-1, E-2, E-3 boss node drop E-3 H node drop
 
** 大淀 [[Ooyodo]] 2014 Summer event E-2 Complete reward, 2014 Fall Event E-2 G node and boss node, E-4 boss node drop
 
** 時津風 [[Tokitsukaze]] 2014 Summer event E-4 Complete reward, 2014 Fall Event E-3 boss node drop
 
** 雲龍 [[Unryuu]] 2014 Summer event E-5 Complete reward
 
** 磯風 [[Isokaze]] 2014 Summer event E-6 Complete reward
 
** 清霜 [[Kiyoshimo]] 2014 Summer event E3, E6 boss node drop, 2014 Fall event all maps boss node drop
 
** 早霜 [[Hayashimo]] 2014 Summer event E2, E4, E5, E6 boss node drop, 2014 Fall Event E-2 and E-4 boss node drop
 
**  秋月 [[Akizuki]] 2014 Fall Event E-2 Completion reward
 
** プリンツ・オイゲン [[Prinz Eugen]] 2014 Fall Event E-3 Completion reward
 
** 野分 [[Nowaki]] 2014 Fall Event E-4 Completion reward
 
** 朝雲''' '''[http://kancolle.wikia.com/wiki/Asagumo Asagumo] 2014 Fall Event E-2 boss E-3 boss E-3 J E-4 boss node drop
 
  
These ships ''may'' become buildable in future updates.
+
*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]]''.
  
==Ships buildable via large construction==
+
===LSC Construction Theory===
*大和 [[Yamato]] 2013 August event E4 complete reward
+
LSC works similarly to 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'''
*三隈 [[Mikuma]] 4-3, 5-2 boss drop
+
The selection of a pool is based on the resource input during the construction:
*能代 [[Noshiro]] 2013 November event E2 complete reward
+
*Pool 1 - {{Fuel}} > <math>2400+Rand[0;1200]</math>, {{Ammo}} > <math>1050+Rand[0;900]</math>, {{Steel}} > <math>2800+Rand[0;1400]</math>, {{Bauxite}} > <math>2800+Rand[0;2400]</math>;
*武蔵 [[Musashi]] 2013 November event E5 complete reward
+
*Pool 2 - {{Fuel}} > <math>2240+Rand[0;1120]</math>, {{Ammo}} > <math>2940+Rand[0;2520]</math>, {{Steel}} > <math>4400+Rand[0;2200]</math>, {{Bauxite}} > <math>1050+Rand[0;900]</math>, {{DM}} > 20;
*阿賀野 [[Agano]] 5-4 boss drop
+
*Pool 3 - {{Fuel}} > <math>1920+Rand[0;960]</math>, {{Ammo}} > <math>2240+Rand[0;1920]</math>, {{Steel}} > <math>3040+Rand[0;1520]</math>, {{Bauxite}} > <math>910+Rand[0;780]</math>;
*矢矧 [[Yahagi]]
+
*Pool 4 - Do not meet any of the above requirements.
*大鳳 [[Taihou]]
+
*Note: The check is done from top to bottom, if the requirements of multiple pools are fulfilled, only the topmost one is used.
*あきつ丸 [[Akitsu Maru]]
 
*まるゆ [[Maruyu]]
 
*ビスマルク [[Bismarck]]
 
*伊401 [[I-401]]  2013 Christmas event complete reward
 
  
==Building recipes==
+
The constructed ship is selected in the pool by a value called "<math>ID</math>" which can go from 1 to 100, calculated by subtracting two random values:
'''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.'''
+
{|class="wikitable mw-collapsible mw-collapsed" width="100%"
 +
!colspan=2|<math>ID</math> Calculation
 +
|-
 +
|
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>ID = Rand [a ; b] - MAX \big( Rand [0 ; Res - 1] ; 50 \big)</math>
 +
|}
  
===[[EliteDD|Destroyer]]===
+
;With
 
+
*<math>a,b</math> depend on the number of construction docks "open" (either empty or finished):
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
+
{|class="wikitable
 +
!colspan=3|<math>a,b</math>
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
!Nb dock!!<math>a</math>!!<math>b</math>
! 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;" |30
+
|1||3||99
| style="text-align: center;" |30
 
| 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. Small chance of [[Yayoi]].
 
 
|-
 
|-
| style="text-align: center;" |250
+
|2||1||99
| style="text-align: center;" |30
 
| style="text-align: center;" |200
 
| style="text-align: center;" |30
 
|
 
Includes chance of rare destroyers ([[Shimakaze]], [[Yukikaze]], [[Z3]]) and submarines ([[I-168]], [[I-58]], [[I-8]]).
 
 
 
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.net/ship/250-30-200-30.html]</span>
 
 
 
<span style="font-size:14px;line-height:22px;">[[Z3]] when using [[Z1]] or [[I-8]] as secretary ship. [http://unlockacgweb.galstars.net/Kancollewiki/viewCreateShipLog?sid=175]</span>
 
 
 
<span style="font-size:14px;line-height:22px;">[[Z1]] when using [[Z3]] as secretary ship.</span>
 
 
|-
 
|-
| style="text-align: center;" |250
+
|3||1||95
| style="text-align: center;" |130*
 
| 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.net/ship/250-130-200-30.html]</span>
 
 
|-
 
|-
| style="text-align: center;" |270
+
|4||1||91
| style="text-align: center;" |30
+
|}
| style="text-align: center;" |330
+
*<math>Rand</math> the function returning a random whole number between its boundaries, included,
| style="text-align: center;" |130
+
*<math>Res</math> a whole number that is incremented by having low/high resource inputs of certain types, defined below,
| 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.net/ship/270-30-330-130.html]</span>
+
**The resources used to increment this value depend on the pool that has been selected.
 +
** Note that if <math>Res<1</math> then the result of <math>Rand [0 ; Res - 1]</math> is zero.
 +
In case <math>ID</math> is 0 or negative, the value will be converted back into a positive value and incremented by 2.
 
|-
 
|-
| style="text-align: center;" |270
 
| style="text-align: center;" |150*
 
| style="text-align: center;" |370
 
| style="text-align: center;" |50
 
 
|
 
|
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.net/ship/270-150-370-50.html]</span>
+
In LSC every resource (including {{DM}}) are used to increment value <math>Res</math> only the weight depend on the pool:
 +
*Pool 1:
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = \big[ (Fuel-3000) \times 0.003 \big] + \big[ (Ammo-2000) \times 0.003 \big] + \big[ (Steel-4000) \times 0.004 \big] + \big[ (Baux-5000) \times 0.005 \big] + \big[ (DevMat-50) \times 0.1 \big]</math>
 +
|}
 +
 
 +
*Pool 2:
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = \big[ (Fuel-3500) \times 0.003 \big] + \big[ (Ammo-4500) \times 0.005 \big] + \big[ (Steel-5500) \times 0.004 \big] + \big[ (Baux-2200) \times 0.002 \big] + \big[ (DevMat-60) \times 0.1 \big]</math>
 +
|}
 +
 
 +
*Pool 3:
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = \big[ (Fuel-4000) \times 0.003 \big] + \big[ (Ammo-3000) \times 0.003 \big] + \big[ (Steel-4000) \times 0.003 \big] + \big[ (Baux-1800) \times 0.002 \big] + \big[ (DevMat-40) \times 0.2 \big]</math>
 +
|}
  
<span style="font-size:14px;line-height:22px;">[[Z3]] when using [[Z1]] or [[I-8]] as secretary ship.</span>
+
*Pool 4:
 +
{|style="padding:10px; margin:20px; border:1px solid orange; border-radius:10px"
 +
|valign="center"| <math>Res = \big[ (Fuel-2000) \times 0.002 \big] + \big[ (Ammo-2500) \times 0.002 \big] + \big[ (Steel-3000) \times 0.002 \big] + \big[ (Baux-1500) \times 0.002 \big] + \big[ (DevMat-40) \times 0.2 \big]</math>
 
|}
 
|}
*Data from [http://kancolle-db.net http://kancolle-db.net/] 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.
 
*Recipe percentages don't count [[Z3]] yet.
 
*It is highly likely that the [[Z1]] unlock quest must be cleared before [[I-8]] can construct Z3. Due to low sample size and lack of pictorial evidence other than collected construction data, avoid using her unless you've lost all your German ships after completing the quest.
 
  
===[[EliteCL|Light cruiser]]===
+
;Note
 +
* The value between <math>\big[ x \big]</math> is round down if it's positive and round up if it's negative ([1.5] -> 1 ; [-1.5] -> -1)
 +
Source: [https://github.com/johndpope/kancolle-kai-decompile-source/blob/master/Server_Controllers/Api_req_Kousyou.cs]
 +
|}
  
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
+
;Large Ship Construction Pools
 +
{|class="wikitable mw-collapsible mw-collapsed sortable" style="text-align:center"
 +
!colspan=8|Large Ship Constructions Pools List
 +
|-
 +
!N°!!Ship!!Name!!Type!!Pool 4!!Pool 3!!Pool 2!!Pool 1
 +
|-
 +
|163 ||{{Ship/Banner|Maruyu|small=true}}||[[Maruyu]]||[[SS]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|155 ||{{Ship/Banner|I-401|small=true}}||[[I-401]]||[[SSV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|137 ||{{Ship/Banner|Agano|small=true}}||[[Agano]]||[[CL]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|138 ||{{Ship/Banner|Noshiro|small=true}}||[[Noshiro]]||[[CL]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|139 ||{{Ship/Banner|Yahagi|small=true}}||[[Yahagi]]||[[CL]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|154 ||{{Ship/Banner|Katori|small=true}}||[[Katori]]||[[CT]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|265 ||{{Ship/Banner|Kashima|small=true}}||[[Kashima]]||[[CT]] ||style="background-color:#ffb6c1"|{{Color|black|'''?}}||style="background-color:#ffb6c1"|{{Color|black|'''?}} ||style="background-color:#ffb6c1"|{{Color|black|'''?}} ||style="background-color:#ffb6c1"|{{Color|black|'''?}}
 +
|-
 +
|51 ||{{Ship/Banner|Mogami|small=true}}||[[Mogami]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|116 ||{{Ship/Banner|Mikuma|small=true}}||[[Mikuma]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|124 ||{{Ship/Banner|Suzuya|small=true}}||[[Suzuya]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|125 ||{{Ship/Banner|Kumano|small=true}}||[[Kumano]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|63 ||{{Ship/Banner|Tone|small=true}}||[[Tone]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|64 ||{{Ship/Banner|Chikuma|small=true}}||[[Chikuma]]||[[CA]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|248 ||{{Ship/Banner|Zara|small=true}}||[[Zara]]||[[CA]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|21 ||{{Ship/Banner|Kongou|small=true}}||[[Kongou]]||[[FBB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|22 ||{{Ship/Banner|Hiei|small=true}}||[[Hiei]]||[[FBB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|23 ||{{Ship/Banner|Haruna|small=true}}||[[Haruna]]||[[FBB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|24 ||{{Ship/Banner|Kirishima|small=true}}||[[Kirishima]]||[[FBB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|171 ||{{Ship/Banner|Bismarck|small=true}}||[[Bismarck]]||[[FBB]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|26 ||{{Ship/Banner|Fusou|small=true}}||[[Fusou]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|27 ||{{Ship/Banner|Yamashiro|small=true}}||[[Yamashiro]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|3 ||{{Ship/Banner|Ise|small=true}}||[[Ise]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|4 ||{{Ship/Banner|Hyuuga|small=true}}||[[Hyuuga]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|1 ||{{Ship/Banner|Nagato|small=true}}||[[Nagato]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|2 ||{{Ship/Banner|Mutsu|small=true}}||[[Mutsu]]||[[BB]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|131 ||{{Ship/Banner|Yamato|small=true}}||[[Yamato]]||[[BB]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|143 ||{{Ship/Banner|Musashi|small=true}}||[[Musashi]]||[[BB]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|239 ||{{Ship/Banner|Warspite|small=true}}||[[Warspite]]||[[BB]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌
 +
|-
 +
|30 ||{{Ship/Banner|Ryuujou|small=true}}||[[Ryuujou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|65 ||{{Ship/Banner|Hiyou|small=true}}||[[Hiyou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|66 ||{{Ship/Banner|Junyou|small=true}}||[[Junyou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|94 ||{{Ship/Banner|Shouhou|small=true}}||[[Shouhou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
|112 ||{{Ship/Banner|Zuihou|small=true}}||[[Zuihou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
! 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;" |30
+
|6 ||{{Ship/Banner|Akagi|small=true}}||[[Akagi]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
| style="text-align: center;" |30
 
| 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. A small chance of [[Yuubari]] .
 
 
|-
 
|-
| style="text-align: center;" |250
+
|7 ||{{Ship/Banner|Kaga|small=true}}||[[Kaga]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
| style="text-align: center;" |30
+
|-
| style="text-align: center;" |200
+
|8 ||{{Ship/Banner|Souryuu|small=true}}||[[Souryuu]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
| style="text-align: center;" |30
+
|-
| Light cruisers, heavy cruisers, rare destroyers and submarines.
+
|9 ||{{Ship/Banner|Hiryuu|small=true}}||[[Hiryuu]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|106 ||{{Ship/Banner|Shoukaku|small=true}}||[[Shoukaku]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|107 ||{{Ship/Banner|Zuikaku|small=true}}||[[Zuikaku]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|153 ||{{Ship/Banner|Taihou|small=true}}||[[Taihou]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|233 ||{{Ship/Banner|Saratoga|small=true}}||[[Saratoga]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|315 ||{{Ship/Banner|Ark Royal|small=true}}||[[Ark Royal]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|251 ||{{Ship/Banner|Mizuho|small=true}}||[[Mizuho]]||[[AV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|161 ||{{Ship/Banner|Akitsu Maru|small=true}}||[[Akitsu Maru]]||[[LHA]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|162 ||{{Ship/Banner|Kamoi|small=true}}||[[Kamoi]]||[[AO]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️
 +
|-
 +
|260 ||{{Ship/Banner|Hayasui|small=true}}||[[Hayasui]]||[[AO]] ||style="background-color:#ffb6c1"|{{Color|black|'''?}}||style="background-color:#ffb6c1"|{{Color|black|'''?}} ||style="background-color:#ffb6c1"|{{Color|black|'''?}} ||style="background-color:#ffb6c1"|{{Color|black|'''?}}
 
|}
 
|}
  
===[[EliteCA|Heavy cruiser]]===
+
==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="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
+
{|class="wikitable" style="max-width:1200px; text-align:center"
 +
!colspan=4|Special Construction Requirements
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
!
! scope="col" style="text-align: center;" |[[File:Ammunition.png|25px]]
+
!style="max-width:420px"|Required Secretary
! scope="col" style="text-align: center;" |[[File:Steel.png|25px]]
+
!Ship added to craft pool
! scope="col" style="text-align: center;" |[[File:Bauxite.png|25px]]
+
!Notes
! scope="col" |Remarks
 
 
|-
 
|-
| style="text-align: center;" |250
+
! 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>
| style="text-align: center;" |30
+
!{{QuestRewardShip|Z1|small=true}}
| style="text-align: center;" |200
+
|{{QuestRewardShip|Z3|small=true}}
| style="text-align: center;" |30
+
| rowspan=3| Quest {{Q|D8}} '''MUST''' be completed first.{{cite}}
| Light cruisers, heavy cruisers, rare destroyers and submarines.
 
 
|-
 
|-
| style="text-align: center;" |270
+
!{{QuestRewardShip|Z3|small=true}}
| style="text-align: center;" |30
+
|{{QuestRewardShip|Z1|small=true}}
| style="text-align: center;" |330
+
|-
| style="text-align: center;" |130
+
! 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>
| Slightly higher chance for heavy cruisers.
+
!{{QuestRewardShip|Z1|small=true}}{{QuestRewardShip|Z3|small=true}}
 +
|{{QuestRewardShip|Bismarck|small=true}}
 +
|-
 +
!{{QuestRewardShip|Libeccio|small=true}}{{QuestRewardShip|Pola|small=true}}
 +
|{{QuestRewardShip|Zara|small=true}}
 +
|
 +
|-
 +
!{{QuestRewardShip|Kamoi|small=true}}{{QuestRewardShip|Iowa|small=true}}
 +
|{{QuestRewardShip|Saratoga|small=true}}
 +
|
 +
|-
 +
!{{QuestRewardShip|Kongou Kai Ni|small=true}}
 +
|{{QuestRewardShip|Warspite|small=true}}
 +
|Kongou must be {{Ship/Link|Kongou/Kai Ni|Kongou/Kai Ni C|text=Kai Ni/C}}
 +
|-
 +
!{{QuestRewardShip|Warspite|small=true}}
 +
|{{QuestRewardShip|Ark Royal|small=true}}
 
|}
 
|}
  
===[[EliteBB|Battleship]]===
+
=Construction Timers=
 
+
The times below reflect the type of ship or specific ship you will obtain after hitting the build button.
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
+
{|class="wikitable" cellpadding="1" cellspacing="1" border="0" style="margin: auto"
 +
|-
 +
!width="10%"|Time
 +
!width="25%"|Ship Type
 +
!width="55%"|Result
 +
!width="10%"|Note
 +
|-
 +
!00:17:00
 +
|Submarine
 +
|{{Ship/Link|Maruyu}}
 +
|style="color:red"|'''LSC'''
 +
|-
 +
!00:18:00
 +
|rowspan=3|Destroyer
 +
|{{Ship/Link|Mutsuki|Kisaragi|Yayoi|Satsuki|Fumizuki|Nagatsuki|Kikuzuki|Mikazuki|Mochizuki|link_class=Mutsuki|text=''Mutsuki''-class}}
 +
|
 +
|-
 +
!00:20:00
 +
|{{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}}
 +
|
 +
|-
 +
!rowspan=2|00:22:00
 +
|{{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}}
 +
|
 +
|-
 +
|Submarine
 +
|{{Ship/Link|I-168}}, {{Ship/Link|I-8}}, {{Ship/Link|I-58}}
 +
|
 +
|-
 +
!00:24:00
 +
|rowspan=2|Destroyer
 +
|{{Ship/Link|Kagerou|Shiranui|Kuroshio|Yukikaze|Akigumo|link_class=Kagerou|text=''Kagerou''-class}}, {{Ship/Link|Z1|Z3|link_class=Z1|text=''Z1''-class}}
 +
|
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
!00:30:00
! scope="col" style="text-align: center;" |[[File:Ammunition.png|25px]]
+
|{{Ship/Link|Shimakaze}}
! 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;" |400
+
!rowspan=3|01:00:00
| style="text-align: center;" |100
+
|rowspan=2|Light Cruiser
| style="text-align: center;" |600
+
|{{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;" |30
+
|
| BB (32.01%), CA (57.93%), CL (7.38%).
 
 
|-
 
|-
| style="text-align: center;" |500
+
|{{Ship/Link|Agano|Noshiro|Yahagi|link_class=Agano|text=''Agano''-class}}
| style="text-align: center;" |30
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |600
 
| style="text-align: center;" |30
 
| BB (32.01%), CA (58.63%), CL (6.87%), also have a VERY SLIM chance to result in [[Suzuya]].
 
|}
 
 
 
===Aircraft carrier===
 
:''See also: [[EliteCVL|List of Light Carriers]] and [[EliteCV|List of Standard Carriers]]''
 
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
 
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
|Heavy Cruiser
! scope="col" style="text-align: center;" |[[File:Ammunition.png|25px]]
+
|{{Ship/Link|Furutaka|Kako|link_class=Furutaka|text=''Furutaka''-class}}, {{Ship/Link|Aoba|Kinugasa|link_class=Aoba|text=''Aoba''-class}}
! 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=3|01:10:00
| style="text-align: center;" |30
+
|rowspan=2|Training Cruiser
| style="text-align: center;" |400
+
|{{Ship/Link|Katori}}
| style="text-align: center;" |300
+
|
| Most common recipe. 11% chance for carrier. 31% light carrier [http://kancolle-db.net/ship/300-30-400-300.html]
+
|-  
 +
|{{Ship/Link|Kashima}}
 +
|style="color:red"|'''LSC'''
 
|-
 
|-
| style="text-align: center;" |350
+
|Heavy Cruiser
| style="text-align: center;" |30
+
|{{Ship/Link|Zara}}
| style="text-align: center;" |400
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |350
 
| 12%
 
 
|-
 
|-
| style="text-align: center;" |300
+
!01:15:00
| style="text-align: center;" |30
+
|Light Cruiser
| style="text-align: center;" |600
+
|{{Ship/Link|Kinu}}, {{Ship/Link|Abukuma}}
| style="text-align: center;" |400
+
|
| 14.3%
 
 
|-
 
|-
| style="text-align: center;" |300
+
!01:20:00
| style="text-align: center;" |30
+
|Heavy Cruiser
| style="text-align: center;" |999
+
|{{Ship/Link|Myoukou|Nachi|Ashigara|Haguro|link_class=Myoukou|text=''Myoukou''-class}}
| style="text-align: center;" |400
+
|
| 16.4%
 
 
|-
 
|-
| style="text-align: center;" |400
+
!01:22:00
| style="text-align: center;" |200
+
|Light Cruiser
| style="text-align: center;" |500
+
|{{Ship/Link|Yuubari}}
| style="text-align: center;" |700
+
|
| 15.7%
 
 
|-
 
|-
| style="text-align: center;" |300
+
!01:25:00
| style="text-align: center;" |300
+
|rowspan=3|Heavy Cruiser
| style="text-align: center;" |600
+
|{{Ship/Link|Takao|Atago|Maya|Choukai|link_class=Takao|text=''Takao''-class}}
| style="text-align: center;" |600
+
|
| 18.6%
 
 
|-
 
|-
| style="text-align: center;" |350
+
!rowspan=2|01:30:00
| style="text-align: center;" |30
+
|{{Ship/Link|Mogami}}, {{Ship/Link|Suzuya}}, {{Ship/Link|Kumano}}, {{Ship/Link|Tone|Chikuma|link_class=Tone|text=''Tone''-class}}
| style="text-align: center;" |600
 
| style="text-align: center;" |350
 
 
|
 
|
15% carrier, 33% light carrier [http://kancolle-db.net/ship/350-30-600-350.html]
 
|}
 
 
===[[EliteSS|Submarine]]===
 
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
 
 
|-
 
|-
! 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;" |250
+
!02:00:00
| style="text-align: center;" |30
+
|Light Aircraft Carrier
| style="text-align: center;" |200
+
|{{Ship/Link|Houshou}}
| style="text-align: center;" |30
+
|
| SS (3.74%), recipe shared with rare destroyers and light cruisers. [http://kancolle-db.net/ship/250-30-200-30.html] >1000 entries
 
 
|-
 
|-
| style="text-align: center;" |250
+
!rowspan=3|02:20:00
| style="text-align: center;" |130
+
|rowspan=2|Seaplane Tender
| style="text-align: center;" |200
+
|{{Ship/Link|Chitose}}, {{Ship/Link|Chiyoda}}
| style="text-align: center;" |30
+
|
| 3.38% [http://kancolle-db.net/ship/250-130-200-30.html] >1000 entries
 
 
|-
 
|-
| style="text-align: center;" |250
+
|{{Ship/Link|Mizuho}}
| style="text-align: center;" |130
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |330
 
| style="text-align: center;" |30
 
| 5.63% [http://kancolle-db.net/ship/250-130-330-30.html] ~250 entries
 
|}
 
* ammo or bauxite doesn't seem to affect SS construction rate according to data from http://kancolle-db.net/
 
 
 
===User-submitted recipes===
 
'''DISCLAIMER : EVERY REMARK IS PERSONAL. RESULTS MAY VARY. USE AT YOUR OWN RISK.'''
 
{| class="article-table article-table-selected" style="width: 670px;" border="0" cellpadding="1" cellspacing="1"
 
 
|-
 
|-
! scope="col" style="text-align: center;" |[[File:Fuel.png|25px]]
+
|Fleet Oiler
! scope="col" style="text-align: center;" |[[File:Ammunition.png|25px]]
+
|{{Ship/Link|Kamoi}}
! scope="col" style="text-align: center;" |[[File:Steel.png|25px]]
+
|style="color:red"|'''LSC'''
! scope="col" style="text-align: center;" |[[File:Bauxite.png|25px]]
 
! scope="col" |Remarks
 
 
|-
 
|-
| style="text-align: center;" |300
+
!02:30:00
| style="text-align: center;" |30
+
|Amphibious Assault Ship
| style="text-align: center;" |400
+
|{{Ship/Link|Akitsu Maru}}
| style="text-align: center;" |401
+
|style="color:red"|'''LSC'''
|Aircraft carrier recipe
 
 
|-
 
|-
| style="text-align: center;" |400
+
!02:40:00
| style="text-align: center;" |30
+
|rowspan=3|Light Aircraft Carrier
| style="text-align: center;" |600
+
|{{Ship/Link|Shouhou|Zuihou|link_class=Shouhou|text=''Shouhou''-class}}
| style="text-align: center;" |401
 
 
|
 
|
Battleship and Carrier recipe hybrid (Does not actually yield Battleships, Recipe requires further testing, 0 entries [http://kancolle-db.net/ship/400-30-600-401.html [0]] )
 
 
|-
 
|-
| style="text-align: center;" |350
+
!02:50:00
| style="text-align: center;" |130
+
|{{Ship/Link|Ryuujou}}
| style="text-align: center;" |400
+
|
| style="text-align: center;" |350
 
|Light/Standard Aircraft recipe
 
 
|-
 
|-
| style="text-align: center;" |400
+
!03:00:00
| style="text-align: center;" |200
+
|{{Ship/Link|Hiyou|Junyou|link_class=Hiyou|text=''Hiyou''-class}}
| style="text-align: center;" |700
 
| style="text-align: center;" |40
 
 
|
 
|
Battleship recipe ~4 entries
 
 
|-
 
|-
| style="text-align: center;" |400
+
!03:20:00
| style="text-align: center;" |999
+
|Aircraft Carrying Submarine
| style="text-align: center;" |600
+
|{{Ship/Link|I-401}}
| style="text-align: center;" |60
+
|style="color:red"|'''LSC'''
 +
|-
 +
!03:40:00
 +
|Fleet Oiler
 +
|{{Ship/Link|Hayasui}}
 +
|style="color:red"|'''LSC'''
 +
|-
 +
!04:00:00
 +
|Fast Battleship
 +
|{{Ship/Link|Kongou|Hiei|Haruna|Kirishima|link_class=Kongou|text=''Kongou''-class}}
 
|
 
|
Battleship recipe
 
 
|-
 
|-
| style="text-align: center;" |400
+
!rowspan=2|04:10:00
| style="text-align: center;" |999
+
|rowspan=2|Regular Aircraft Carrier
| style="text-align: center;" |730
+
|{{Ship/Link|Souryuu}}, {{Ship/Link|Hiryuu}}
| style="text-align: center;" |60
 
 
|
 
|
Higher chance for Battleship
 
 
|-
 
|-
| style="text-align: center;" |300
+
|{{Ship/Link|Ark Royal}}
| style="text-align: center;" |300
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |400
 
| style="text-align: center;" |500
 
|19% carrier, 29.5% light carrier (Recipe requires further testing <500 entries) [http://kancolle-db.net/ship/300-300-400-500.html]
 
 
|-
 
|-
| style="text-align: center;" |330
+
!rowspan=2|04:20:00
| style="text-align: center;" |430
+
|Battleship
| style="text-align: center;" |530
+
|{{Ship/Link|Fusou|Yamashiro|link_class=Fusou|text=''Fusou''-class}}
| style="text-align: center;" |430
+
|
|Higher chance for rare Light/Standard Aircraft Carriers [http://kancolle-mashita.net/archives/1688730.html]
 
|}
 
 
 
===Large Ship Construction Recipe===
 
'''Note: Based on [http://kancolle-db.net/ Kancolle DB] reports.* Results may vary.'''
 
 
 
{| class="article-table article-table-selected" style="width: 700px;" border="0" cellpadding="1" cellspacing="1"
 
 
|-
 
|-
! scope="col" style="text-align: center;" |{{Fuel}}
+
|Regular Aircraft Carrier
! scope="col" style="text-align: center;" |{{Ammo}}
+
|{{Ship/Link|Kaga}}
! scope="col" style="text-align: center;" |{{Steel}}
+
|
! scope="col" style="text-align: center;" |{{Bauxite}}
 
! scope="col" style="text-align: center;" |{{DM}}
 
! scope="col" style="text-align: center;" width="100px" |Ship Name
 
! scope="col" style="text-align: center;" |Remarks
 
 
|-
 
|-
| style="text-align: center;" |Any
+
!rowspan=2|04:30:00
| style="text-align: center;" |Any
+
|Battleship
| style="text-align: center;" |Any
+
|{{Ship/Link|Ise|Hyuuga|link_class=Ise|text=''Ise''-class}}
| style="text-align: center;" |Any
+
|
| style="text-align: center;" |Any
 
| style="text-align: center;" |[[Maruyu]]
 
| style="text-align: center;" |5-15% for all recipes.  More common the fewer construction materials and empty dock slots.
 
 
|-
 
|-
| style="text-align: center;" |1500
+
|Regular Aircraft Carrier
| style="text-align: center;" |1500
+
|{{Ship/Link|Akagi}}
| style="text-align: center;" |2000
+
|
| style="text-align: center;" |1000
 
| style="text-align: center;" |1
 
| style="text-align: center;" |[[:Category:Nagato Class|Nagato-class]]<br />[[:Category:Mogami Class|Mogami-class]]<br />[[:Category:Agano Class|Agano-class]]
 
| style="text-align: center;" |3.0% Nagato 2.1% Mutsu<br />3.4% Agano 2.3% Noshiro 1.6% Yahagi<br />2.3% Mikuma 3.2% Suzuya 3.3% Kumano<br />14.7% Maruyu<br />(3566 reports)
 
 
|-
 
|-
| style="text-align: center;" |4000
+
!|04:40:00
| style="text-align: center;" |2000
+
|Battleship
| style="text-align: center;" |5000
+
|{{Ship/Link|Warspite}}
| style="text-align: center;" |7000
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |20
 
| style="text-align: center;" |[[Taihou]]
 
| style="text-align: center;" |6.9% (522 reports)
 
 
|-
 
|-
| style="text-align: center;" |4000
+
!rowspan=2|05:00:00
| style="text-align: center;" |2000
+
|rowspan=2|Battleship
| style="text-align: center;" |5000
+
|{{Ship/Link|Nagato|Mutsu|link_class=Nagato|text=''Nagato''-class}}
| style="text-align: center;" |6000
+
|
| style="text-align: center;" |20
 
| style="text-align: center;" |[[Taihou]]
 
| style="text-align: center;" |6.4% (124 reports)
 
 
|-
 
|-
| style="text-align: center;" |4000
+
|{{Ship/Link|Bismarck}}
| style="text-align: center;" |2000
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |5000
 
| style="text-align: center;" |5200
 
| style="text-align: center;" |20
 
| style="text-align: center;" |[[Taihou]]
 
| style="text-align: center;" |5.4% (351 reports)
 
 
|-
 
|-
| style="text-align: center;" |3600
+
!05:30:00
| style="text-align: center;" |2000
+
|Regular Aircraft Carrier
| style="text-align: center;" |5300
+
|{{Ship/Link|Saratoga}}
| style="text-align: center;" |5200
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |20
 
| style="text-align: center;" |[[Taihou]]
 
| style="text-align: center;" |6.0% (283 reports)
 
 
|-
 
|-
| style="text-align: center;" |4000
+
!06:00:00
| style="text-align: center;" |7000
+
|Regular Aircraft Carrier
| style="text-align: center;" |7000
+
|{{Ship/Link|Shoukaku|Zuikaku|link_class=Shoukaku|text=''Shoukaku''-class}}
| style="text-align: center;" |2000
+
|
| style="text-align: center;" |20
 
| style="text-align: center;" |[[:Category:Yamato Class|Yamato-class]]
 
| style="text-align: center;" |
 
3.9% Yamato (276 reports)<br />7.4% Musashi (271 reports)<br />1.1% Bismarck (276 reports)
 
 
 
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">[[Bismarck]] when using [[Z1]], [[Z3]], [[I-8]] or [[Prinz Eugen]] as secretary. [http://unlockacgweb.galstars.net/Kancollewiki/viewCreateShipLog?sid=171]</span>
 
 
|-
 
|-
| style="text-align: center;" |6000
+
!06:40:00
| style="text-align: center;" |5000
+
|Armored Aircraft Carrier
| style="text-align: center;" |7000
+
|{{Ship/Link|Taihou}}
| style="text-align: center;" |2000
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |20
 
| style="text-align: center;" |[[:Category:Yamato Class|Yamato-class]]
 
| style="text-align: center;" |3.3% Yamato (245 reports)<br />4.3% Musashi (185 reports)<br />1.2% Bismarck (241 reports)
 
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">[[Bismarck]] when using [[Z1]], [[Z3]], [[I-8]] or [[Prinz Eugen]] as secretary</span>
 
 
|-
 
|-
| style="text-align: center;" |4000
+
!08:00:00
| style="text-align: center;" |6000
+
|Battleship
| style="text-align: center;" |6000
+
|{{Ship/Link|Yamato|Musashi|link_class=Yamato|text=''Yamato''-class}}
| style="text-align: center;" |3000
+
|style="color:red"|'''LSC'''
| style="text-align: center;" |20
+
|}
| style="text-align: center;" |[[:Category:Yamato Class|Yamato-class]]
 
| style="text-align: center;" |3.9% Yamato (358 reports)<br />1.4% Musashi (213 reports)<br />1.2% Bismarck (347 reports)
 
  
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">[[Bismarck]] when using [[Z1]], [[Z3]], [[I-8]] or [[Prinz Eugen]] as secretary</span>
+
=Ship Availability=
 +
{{:Ship/Availability}}
  
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">Has a very low chance of producing [[Taihou]]</span>
+
=Building Recipes=
 +
;Disclaimers
 +
* These recipes are not guaranteed to give the exact ship wanted in any reasonable number of crafting attempts.
 +
* Percentages listed are sourced from the [[Construction#See Also|drop databases]] and may not be representative of the real craft rates.
 +
* Some ships require special Secretary to be crafted (see [[Construction#Special Secretary|here]]).
 +
 
 +
==Normal Construction Recipes==
 +
===[[Destroyer]] / [[Light Cruiser]] / [[Heavy Cruiser]] / [[Submarine]]===
 +
{|class="wikitable" style="text-align:center"
 +
!{{Fuel}}
 +
!{{Ammo}}
 +
!{{Steel}}
 +
!{{Bauxite}}
 +
!Notes
 
|-
 
|-
| style="text-align: center;" |4000
+
|30
| style="text-align: center;" |6000
+
|30
| style="text-align: center;" |6000
+
|30
| style="text-align: center;" |2000
+
|30
| style="text-align: center;" |20
+
|Mainly common destroyers and light cruisers. No rare destroyers. Small chance of [[Akigumo]], [[Yayoi]], & [[Yuubari]].
| style="text-align: center;" |[[:Category:Yamato Class|Yamato-class]]
+
|-
| style="text-align: center;" |
+
|250
2.4% Yamato (4640 reports)<br />2.1% Musashi (2730 reports)<br />2.2% Bismarck (4604 reports)
+
|30
 +
|200
 +
|30
 +
|'''Heavy cruisers, submarines, rare light Cruisers, and rare destroyers.''' Small chance to yield training cruiser [[Katori]].
 +
Includes chance of rare destroyers ([[Shimakaze]], [[Yukikaze]]) and submarines ([[I-168]], [[I-58]], [[I-8]]).<br>
 +
1.22 % [[Shimakaze]], 1.71 % [[Yukikaze]], 2.6 % for submarines. [http://kancolle-db.net/ship/250-30-200-30.html]<br>
 +
[[Z3]] when using [[Z1]] as Secretary.<br>
 +
[[Z1]] when using [[Z3]] as Secretary.
 +
<!--
 +
|-
 +
|250
 +
|130*
 +
|200
 +
|30
 +
|1.47 % [[Shimakaze]], 1.24 % [[Yukikaze]]. 2.87 % for submarines. [http://kancolle-db.net/ship/250-130-200-30.html]
 +
-->
 +
|}
 +
*Recipe percentages do not count [[Z1]] & [[Z3]] yet.
  
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">[[Bismarck]] when using [[Z1]], [[Z3]], [[I-8]] or [[Prinz Eugen]] as secretary</span>
+
===[[Battleship]]===
 +
{|class="wikitable" style="text-align:center"
 +
!{{Fuel}}
 +
!{{Ammo}}
 +
!{{Steel}}
 +
!{{Bauxite}}
 +
!Notes
 
|-
 
|-
| style="text-align: center;" |4000
+
|400
| style="text-align: center;" |6000
+
|30
| style="text-align: center;" |7000
+
|600
| style="text-align: center;" |2000
+
|30
| style="text-align: center;" |20
+
| BB (32.52 %), CA (59.84 %).
| style="text-align: center;" |[[:Category:Yamato Class|Yamato-class]]
+
2.98 % [[Suzuya]], 2.01 % [[Mutsu]], 1.09 % [[Nagato]].
| style="text-align: center;" |
+
|}
1.4% Yamato (488 reports)<br />0.7% Musashi (302 reports)<br />8.6% Bismarck (487 reports)
 
  
<span style="color:rgb(255,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:12px;line-height:normal;text-align:left;">[[Bismarck]] when using [[Z1]], [[Z3]], [[I-8]] or [[Prinz Eugen]] as secretary</span>
+
===[[Standard Carrier]] / [[Light Carrier]]===
 +
{|class="wikitable" style="text-align:center"
 +
!{{Fuel}}
 +
!{{Ammo}}
 +
!{{Steel}}
 +
!{{Bauxite}}
 +
!Notes
 
|-
 
|-
| style="text-align: center;" |3600
+
|300
| style="text-align: center;" |2000
+
|30
| style="text-align: center;" |5300
+
|400
| style="text-align: center;" |5200
+
|300
| style="text-align: center;" |
+
|Most common recipe. 7.9 % chance for carriers. 32.3 % light carrier [http://kancolle-db.net/ship/300-30-400-300.html]<br>Minimum amount needed to possibly create a CV/CVL according to KC Kai data.
1/20
+
|-
| style="text-align: center;" |[[Akitsumaru]]
+
|350
| style="text-align: center;" |7.8% (283 reports)
+
|30
 +
|400
 +
|350
 +
|8.5 % < 500 entries
 +
|-
 +
|300
 +
|30
 +
|600
 +
|400
 +
|14.3 % < 500 entries
 +
|-
 +
|350
 +
|30
 +
|600
 +
|350
 +
|11.9 % carrier, 32.7 % light carrier [http://kancolle-db.net/ship/350-30-600-350.html]
 
|}
 
|}
*Reports typically include all # development materials and secretary ships.  This is especially noticeable for BB recipes where the number of attempts with/without Z1/Z3 skew the results towards either Bismarck or Yamato-class significantly.  However, since the data sets are still significantly less biased than wikiwiki reports it still gives a better idea of what to expect.
 
*It is highly likely that the [[Z1]] unlock quest must be cleared before [[I-8]] or [[Prinz Eugen]] can construct German ships. Due to low sample size and lack of pictorial evidence other than collected construction data, avoid using her unless you've lost all your German ships after completing the quest.
 
  
===LSC reports===
+
==Large Ship Construction Recipes==
 +
Due to their nature and expansiveness, data on LSC recipes is relatively low and may not be fully accurate or up to date.
 +
*Please note that all ships craftable via LSC often come back as [[Event]] rare drops.
 +
 
 +
{{color|red|'''Using any of the above mentioned [[#Special Secretary|Helper]] is either required or discouraged, depending on the targeted craft.'''}}
 +
*When crafting a ship requiring a helper, then said helper is mandatory,
 +
*However, when crafting any other ship, using those helpers will decrease the crafting rate of the targeted ship.
 +
 
 +
;Notes
 +
*Regarding the use of 1/20/100 {{DM}} DevMats:
 +
**The amount used affects the pool of craftable ships, with some ships only appearing with 20+ DevMats.
 +
**Using 100 DevMats does give better rates for some heavier ships, but the gain is often too marginal to justify this cost increase.
 +
**E.g.:
 +
***I-401 chances are improved with 1 dev mat.
 +
***Yamato appears with all dev mat inputs.
 +
***Musashi, Bismarck, and Warspite only appear with 20+ DevMat.
 +
***Aiming for Bismarck or Warspite before Musashi can help save both resources and DevMats as Musashi can always appear from a Bismarck attempt, but not necessarily the other way around (if a German ship is not used).
 +
 
 +
===Theorical Recipes===
 +
The following are optimized recipes using data from the [[Kancolle Kai]] version [https://bbs.nga.cn/read.php?tid=35255321&rand=476].
 +
 
 +
The general rule for using the recipes:
 +
* The "minimum recipes" are the minimum resources needed to obtain the desired ship.
 +
* Increasing the resource does increase the rate and is recommended to some extent.
 +
** Depending on the pool, increasing some resources is more effective than others.
 +
** Like normal construction, resources should be increased by step. Those steps are here collapsed in the recipes table below.
 +
** Unless capped, it is not recommended to increase the {{DM}} DevMats cost.
 +
* Unless stated otherwise having more [[Key|construction docks]] empty increases the rate.
 +
** That means LSC should not be done one after another because the "in construction" docks will decrease the rate.
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>[[Maruyu]]</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>'''1500'''</td><td>'''1500'''</td><td>'''2000'''</td><td>'''1000'''</td><td>'''1'''</td><td>'''Recommended recipe'''</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* Unlike other recipes, the number of free docks should be minimum (ideally 1).
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>{{Class|Yamato}} (& [[Bismarck]] / [[Warspite]])</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>3360</td><td>5500</td><td>6750</td><td>1950</td><td>20</td><td>Minimum recipe</td>
 +
</tr>
 +
<tr>
 +
<td colspan=6><span class="mw-customtoggle-AA">[{{color|orange|Show resource steps}}]</span></td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>3840</td><td>5700</td><td>7000</td><td>2700</td><td>100</td>
 +
<td rowspan=10>
 +
* Increasing {{Ammo}} ammo is more effective than {{Fuel}} fuel
 +
* {{Bauxite}} Bauxite should not be increased above 2700, else the recipe will fall on the carrier pool.
 +
</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>4170</td><td>5900</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>4500</td><td>6100</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>4840</td><td>6300</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>5170</td><td>6500</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>5500</td><td>6700</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>5840</td><td>6900</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>6170</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>6500</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed">
 +
<td>6840</td>
 +
</tr>
 +
<tr>
 +
<td>'''3360'''</td><td>'''6900'''</td><td>'''7000'''</td><td>'''1950'''</td><td>'''20'''</td><td>'''Recommended recipe'''</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* This recipe should be used first if neither Yamato nor Musashi are in possession.
 +
* If Musashi is constructed first, use the "Yamato only" recipe below for Yamato instead.
 +
* Using the adequate secretary with those recipes can construct [[Bismarck]] or [[Warspite]].
 +
** Note that it will '''greatly reduced''' the rate of both Yamato and Musashi.
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>[[Yamato]] only (& [[Zara]])</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>3000</td><td>4340</td><td>4670</td><td>1690</td><td>1</td><td>Minimum recipe</td>
 +
</tr>
 +
<tr>
 +
<td colspan=6><span class="mw-customtoggle-BB">[{{color|orange|Show resource steps}}]</span></td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>3500</td><td>4670</td><td>5000</td><td>2300</td><td>X</td>
 +
<td rowspan=8>
 +
* Increasing {{Ammo}} ammo and {{Steel}} steel is more effective than {{Fuel}} fuel
 +
* {{Bauxite}} Bauxite should not be increased above 2800, else the recipe will fall on the carrier pool.
 +
* {{DM}} DevMats should not be increased, else the recipe will fall on the heavy pool.
 +
</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>4000</td><td>5000</td><td>5000</td><td>2800</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>4500</td><td>5340</td><td>5340</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>5000</td><td>5670</td><td>5670</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>5500</td><td>6000</td><td>6000</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>6000</td><td>6340</td><td>6340</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>6500</td><td>6670</td><td>6670</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed">
 +
<td>7000</td><td>7000</td><td>7000</td>
 +
</tr>
 +
<tr>
 +
<td>'''3000'''</td><td>'''6000'''</td><td>'''6000'''</td><td>'''1690'''</td><td>'''1'''</td><td>'''Recommended recipe'''</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* The above Yamasushi recipe should be used first if neither Yamato nor Musashi are in possession.
 +
* Using the adequate secretary with those recipes can construct [[Zara]].
 +
** Note that it will '''greatly reduced''' the rate of Yamato.
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>[[Taihou]] (& [[Saratoga]] / [[Ark Royal]])</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>3670</td><td>1950</td><td>4250</td><td>5200</td><td>1</td><td>Minimum recipe</td>
 +
</tr>
 +
<tr>
 +
<td colspan=6><span class="mw-customtoggle-CC">[{{color|orange|Show resource steps}}]</span></td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>4000</td><td>2340</td><td>4500</td><td>5400</td><td>X</td>
 +
<td rowspan=15>
 +
* Increasing {{Steel}} steel and {{bauxite}} bauxite is more effective than {{Fuel}} fuel and {{Ammo}} ammo.
 +
</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>4340</td><td>2670</td><td>4750</td><td>5600</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>4670</td><td>3000</td><td>5000</td><td>5800</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>5000</td><td>3340</td><td>5250</td><td>6000</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>5340</td><td>3670</td><td>5500</td><td>6200</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>5670</td><td>4000</td><td>5750</td><td>6400</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6000</td><td>4340</td><td>6000</td><td>6600</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6340</td><td>4670</td><td>6250</td><td>6800</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6670</td><td>5000</td><td>6500</td><td>7000</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>7000</td><td>5340</td><td>6750</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td rowspan=5> </td><td>5670</td><td>7000</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6000</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6340</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>6670</td>
 +
</tr>
 +
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed">
 +
<td>7000</td>
 +
</tr>
 +
<tr>
 +
<td>'''4000'''</td><td>'''1950'''</td><td>'''5000'''</td><td>'''6000'''</td><td>'''1'''</td><td>'''Recommended recipe'''</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* Using the adequate secretary with those recipes can construct [[Saratoga]] or [[Ark Royal]].
 +
** Note that it will '''greatly reduced''' the rate of Taihou.
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>[[I-401]]</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>'''2880'''</td><td>'''4160'''</td><td>'''4560'''</td><td>'''1690'''</td><td>'''1'''</td><td>'''Recommended recipe''' (& minimum)</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* Unlike other rare ships, I-401 is not at the beginning of the pool (as Yamato is).
 +
**So the best recipe is the minimum one.
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="wikitable">
 +
<tr>
 +
<th colspan=6>[[Kamoi]] & [[Akitsu Maru]]</th>
 +
</tr>
 +
<tr>
 +
<th>{{Fuel}}</th><th>{{Ammo}}</th><th>{{Steel}}</th><th>{{Bauxite}}</th><th>{{DM}}</th><th>Note</th>
 +
</tr>
 +
<tr>
 +
<td>'''3670'''</td><td>'''1950'''</td><td>'''4250'''</td><td>'''5200'''</td><td>'''1'''</td><td>'''Recommended recipe''' (& minimum)</td>
 +
</tr>
 +
<tr>
 +
<th colspan=6></th>
 +
</tr>
 +
<tr>
 +
<td colspan=6>
 +
;Notes
 +
* Unlike other rare ships, Kamoi and Akitsu Maru are not at the beginning of the pool (as Taihou is).
 +
**So the best recipe is the minimum one.
 +
* For Kamoi, the number of free docks should be a minimum (ideally 1).
 +
* For Akitsu Maru, the number of free docks should be maximum.
 +
* Akitsu Maru is available in other pools but her rate is the highest in the carrier pool.
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===Old Empirical Recipes===
 +
{{imbox|type=content|image = [[Image:Imbox outdated.png|42px]]|textstyle=color:red; font-weight:bold; font-style:italic|text=This section is empirical, being [[:Category:Outdated Articles|outdated]] by nature.<br>Some recipes and percentages are missing and outdated. Potential misinformation. [[Category:Outdated Articles]]<br>'''Those recipes are still viable but may not be optimal.'''}}
 +
 
 +
{|class="wikitable mw-collapsible mw-collapsed" text-align="center"
 +
!{{Fuel}}
 +
!{{Ammo}}
 +
!{{Steel}}
 +
!{{Bauxite}}
 +
!|{{DM}}
 +
!Focused Ship
 +
!Crafting rate
 +
!Sample size
 +
![[#Special Secretary|Helper?]]
 +
!Notes
 +
|-
 +
|Any||Any||Any||Any||Any
 +
|[[Maruyu]]
 +
|'''14.9 %''' with 1.5/1.5/2/1<br>6.2 % with 4/6/6/2|| -
 +
|❌||Using fewer resources increases the rate
 +
|-
 +
|1500||1500||2000||1000||1
 +
|{{Class|Nagato}}<br>{{Class|Mogami}}<br>{{Class|Agano}}
 +
|3.2 % [[Nagato]]; 6.2 % [[Mutsu]]<br>2.1 % [[Mikuma]]; 3.0 % [[Suzuya]]; 3.2 % [[Kumano]]<br>3.2 % [[Agano]]; 2.1 % [[Noshiro]]; 1.7 % [[Yahagi]]|| 25 000
 +
|❌||
 +
|-
 +
|4000||2000||5000||7000||20
 +
|[[Taihou]]
 +
|5.5 %|| 7 062
 +
|❌||
 +
|-
 +
|4000||2000||5000||6000||20
 +
|[[Taihou]]
 +
|5.7 %|| 4 721
 +
|❌||
 +
|-
 +
|4000||2000||5000||5200||20
 +
|[[Taihou]]
 +
|5.0 %|| 15 165
 +
|❌||
 +
|-
 +
|3600||2000||5300||5200||20
 +
|[[Taihou]]
 +
|4.6 %|| 717
 +
|❌||''Lacking data
 +
|-
 +
|3600||2000||5300||5200||1
 +
|[[Akitsu Maru]]
 +
|7.0 %|| 717
 +
|❌||''Lacking data
 +
|-
 +
|4000||2000||5000||5500||20
 +
|[[Taihou]]<br>[[Akitsu Maru]]
 +
|'''6.0 %''' [[Taihou]]<br>8.6 % [[Akitsu Maru]]|| 909
 +
|❌||''Lacking data
 +
|-
 +
|rowspan=2|4000||rowspan=2|6000||rowspan=2|6000||rowspan=2|3000||rowspan=2|20
 +
|{{Class|Yamato}}<br>Yamato focus
 +
|'''2.7 %''' [[Yamato]]<br>2.9 % [[Musashi]]|| 23 902
 +
|❌||
 +
|-
 +
|[[Bismarck]]
 +
|2.4 %|| 4 064
 +
|✔️||{{Class|Yamato}} possible
 +
|-
 +
|rowspan=2|4000||rowspan=2|7000||rowspan=2|7000||rowspan=2|2000||rowspan=2|20
 +
|{{Class|Yamato}}<br>Musashi focus
 +
|2.7 % [[Yamato]]<br>'''5.8 %''' [[Musashi]]|| 10 117
 +
|❌||
 +
|-
 +
|[[Bismarck]]
 +
|1.1 %|| 4 628
 +
|✔️||{{Class|Yamato}} possible
 +
|-
 +
|4000||7000||7000||2000||1
 +
|[[I-401]]<br>[[Yamato]]
 +
|'''4.1 %''' [[I-401]]<br>3.2 % [[Yamato]]|| 4 547
 +
|❌||
 +
|-
 +
|6000||7000||7000||2000||20
 +
|{{Class|Yamato}}<br>Musashi focus
 +
|2.7 % [[Yamato]]<br>'''7.2 %''' [[Musashi]]|| 9 975
 +
|❌||
 +
|-
 +
|rowspan=2|4000||rowspan=2|6000||rowspan=2|7000||rowspan=2|2000||rowspan=2|20
 +
|rowspan=2|{{Class|Yamato}}<br>Bismarck focus
 +
|1.9 % [[Yamato]]<br>3.5 % [[Musashi]]|| 17 498
 +
|❌||Should uses Bismarck's helpers
 +
|-
 +
|'''6.9%''' [[Bismarck]]|| 11 683
 +
|✔️||
 +
|-
 +
|rowspan=2|4000||rowspan=2|6000||rowspan=2|6000||rowspan=2|2000||rowspan=2|20
 +
||{{Class|Yamato}}
 +
|2.4 % [[Yamato]]<br>2.6 % [[Musashi]]<br>1.3 % [[I-401]]|| 57 104
 +
|❌||rowspan=3|Most Reported
 +
|-
 +
|[[Bismarck]]
 +
|2.5 %|| 19 000
 +
|✔️
 +
|-
 +
|4000||6000||6000||2000||1
 +
|[[I-401]]<br>[[Yamato]]
 +
|4.3 % [[I-401]]<br>2.5 % [[Yamato]]|| 30 200
 +
|❌
 +
|-
 +
|4000||5900||6000||2000||1
 +
|[[I-401]]
 +
|4.3 %|| 1 324
 +
|❌||''Lacking data
 +
|-
 +
|4000||7000||7000||3000||1
 +
|[[I-401]]
 +
|'''6.9 %'''|| 306
 +
|❌||''Lacking data
 +
|-
 +
|3000||4500||4500||2000||20
 +
|[[Zara]]
 +
|3.3 %|| 3627
 +
|✔️||
 +
|-
 +
|3500||3500||6000||6000||20
 +
|[[Kamoi]]
 +
|1.5 %|| 4796
 +
|❌||
 +
|-
 +
|4000||2000||5000||6000<br>7000||20
 +
|[[Kamoi]]<br>[[Saratoga]]
 +
|2.8 % [[Kamoi]]<br>2.0 % [[Saratoga]]|| 19 350
 +
|✔️||
 +
|-
 +
|7000||7000||7000||3000||20
 +
|[[Warspite]]
 +
|1.9%|| 161
 +
|✔️||''Lacking data
 +
|-
 +
|4000||2000||5000||5200||20
 +
|[[Ark Royal]]
 +
|? %|| N/A
 +
|✔️||''Lacking data
 +
|-
 +
|??||??||??||??||??
 +
|[[Kashima]]
 +
|? %|| N/A
 +
|❌||''Lacking data
 +
|-
 +
|??||??||??||??||??
 +
|[[Hayasui]]
 +
|? %|| N/A
 +
|❌||''Lacking data
 +
|}
  
The reports from the japanese wiki collected and visualized.
+
;Sources
 +
*Based on [https://db.kcwiki.cn/construction/ Poi-Statistics].
 +
*Kancolle DB reports include all development materials and Secretary used. This is especially noticeable for BB recipes where the number of attempts with/without Z1/Z3 skew the results towards either Bismarck or ''Yamato''-class significantly. However, since the data sets are still significantly less biased than wikiwiki reports, it gives a better idea of what to expect.
  
'''Note:''' It is far from accurate because success is more often posted than failures, avoid the ones with low sample size.
+
=See Also=
 +
*[https://db.kcwiki.cn/construction/ Poi-Statistics] Database
 +
*[https://wikiwiki.jp/kancolle/%E5%A4%A7%E5%9E%8B%E8%89%A6%E5%BB%BA%E9%80%A0 Japanese Wiki - LSC Page]
 +
*[https://zh.kcwiki.cn/wiki/%E5%BB%BA%E9%80%A0#%E7%9B%AE%E6%A0%87%E8%88%B0%E5%A8%98%E4%B8%8E%E5%85%AC%E5%BC%8F Chinese Wiki - Construction Page]
  
[[File:0328_report.png|thumb|left]]
+
{{Mechanics}}
[[Category:Kanmusu]]
 
[[Category:Resources]]
 
[[Category:Crafting]]
 

Latest revision as of 13:39, 16 September 2024

Home Port's Mechanics Portal
Ship Equipment
Marriage · Morale and Fatigue · Gifting · Supply
Repairs · Remodel · Modernization · Construction
Development · Improvement · Fit Bonuses
Speed · Range · Plane Proficiency
Stats · Resources · Experience and Rank · Ranking


Construction Menu as shown
Large Ship Construction Menu as shown

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 below for details).

Constructing a girl costs a selectable amount of the 4 main Resources as well as "development materials" Development material. It will also take a variable amount of time unless instant constructions Instant construction Material 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.

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.

Normal Construction

"Normal Construction" is the basic construction method. Recipes range from 30-999 fuel  , ammo  , steel   and bauxite   and each attempt costs 1 development material  . Speeding up construction costs 1 instant construction  .

  • 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 Z1-class). The selection of a pool is based on the resource input during the construction:

  • Pool 1 - 300+  , 400+  , 300+  ,
  • Pool 2 - 400+  , 600+  ,
  • Pool 3 - 250+  , 200+  ,
  • 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]\displaystyle{ ID }[/math]" which can go from 1 to 100, calculated by substating two random values:

[math]\displaystyle{ ID }[/math] Calculation
[math]\displaystyle{ ID = Rand [0 ; 100] - Rand [0 ; Res - 1] }[/math]
With
  • [math]\displaystyle{ Rand }[/math] the function returning a random whole number between its boundaries, included,
  • [math]\displaystyle{ 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]\displaystyle{ 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]\displaystyle{ Res }[/math] is dependent on the pool that has been selected:

[math]\displaystyle{ Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{Steel-400}{25} \Bigg\rceil + \Bigg\lceil \frac{Baux-300}{20} \Bigg\rceil \Bigg| ; 51\Bigg) }[/math]
[math]\displaystyle{ Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{Ammo-400}{25} \Bigg\rceil + \Bigg\lceil \frac{Steel-600}{30} \Bigg\rceil \Bigg| ; 51\Bigg) }[/math]
[math]\displaystyle{ Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{Ammo-200}{13} \Bigg\rceil + \Bigg\lceil \frac{Steel-200}{20} \Bigg\rceil \Bigg| ; 51\Bigg) }[/math]
[math]\displaystyle{ Res = MAX \Bigg( \Bigg| \Bigg\lceil \frac{Fuel-100}{10} \Bigg\rceil + \Bigg\lceil \frac{Steel-30}{15} \Bigg\rceil \Bigg| ; 51\Bigg) }[/math]

Source: [1]

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.
  • The direct consequence of the round-up is that the effect of resources works by steps starting from the minimum recipe plus one.
    • Increasing the resource of a recipe by an amount inferior to the step has no effect.
    • The steps are as follows:
      • Pool 1: 25  , 20  
      • Pool 2: 25  , 30  
      • Pool 3: 13  , 20  
      • Pool 4: 10  , 15  
Construction Pools
Construction Pools List
Ship Name Type Pool 4
"Light"
Pool 3
"Special"
Pool 2
"Heavy"
Pool 1
"Aviation"
  Mutsuki DD ✔️
  Kisaragi DD ✔️
  Satsuki DD ✔️
  Fumizuki DD ✔️
  Nagatsuki DD ✔️
  Kikuzuki DD ✔️
  Mikazuki DD ✔️
  Mochizuki DD ✔️
  Yayoi DD ✔️
  Fubuki DD ✔️ ✔️
  Shirayuki DD ✔️ ✔️
  Hatsuyuki DD ✔️ ✔️
  Miyuki DD ✔️ ✔️
  Murakumo DD ✔️ ✔️
  Isonami DD ✔️ ✔️
  Ayanami DD ✔️ ✔️
  Shikinami DD ✔️ ✔️
  Oboro DD ✔️
  Akebono DD ✔️
  Sazanami DD ✔️
  Ushio DD ✔️
  Akatsuki DD ✔️ ✔️
  Hibiki DD ✔️ ✔️
  Ikazuchi DD ✔️ ✔️
  Inazuma DD ✔️ ✔️
  Hatsuharu DD ✔️ ✔️
  Nenohi DD ✔️
  Wakaba DD ✔️
  Hatsushimo DD ✔️
  Shiratsuyu DD ✔️ ✔️
  Shigure DD ✔️ ✔️
  Murasame DD ✔️
  Yuudachi DD ✔️
  Samidare DD ✔️
  Suzukaze DD ✔️ ✔️
  Asashio DD ✔️
  Ooshio DD ✔️
  Michishio DD ✔️
  Arashio DD ✔️
  Arare DD ✔️
  Kasumi DD ✔️
  Kagerou DD ✔️ ✔️
  Shiranui DD ✔️ ✔️
  Kuroshio DD ✔️
  Akigumo DD ✔️ ✔️
  Yukikaze DD ✔️
  Shimakaze DD ✔️
  Z1 DD ✔️
  Z3 DD ✔️
  Tenryuu CL ✔️ ✔️
  Tatsuta CL ✔️ ✔️
  Kuma CL ✔️ ✔️ ✔️ ✔️
  Tama CL ✔️ ✔️ ✔️ ✔️
  Kitakami CL ✔️ ✔️ ✔️ ✔️
  Ooi CL ✔️
  Kiso CL ✔️ ✔️ ✔️ ✔️
  Nagara CL ✔️ ✔️ ✔️ ✔️
  Isuzu CL ✔️ ✔️ ✔️ ✔️
  Natori CL ✔️ ✔️ ✔️ ✔️
  Yura CL ✔️ ✔️ ✔️
  Kinu CL ✔️ ✔️
  Abukuma CL ✔️ ✔️
  Sendai CL ✔️ ✔️ ✔️ ✔️
  Jintsuu CL ✔️ ✔️ ✔️ ✔️
  Naka CL ✔️ ✔️ ✔️ ✔️
  Yuubari CL ✔️ ✔️
  Katori CT ✔️
  Furutaka CA ✔️ ✔️
  Kako CA ✔️ ✔️ ✔️
  Aoba CA ✔️ ✔️
  Kinugasa CA ✔️ ✔️
  Myoukou CA ✔️ ✔️
  Nachi CA ✔️ ✔️
  Ashigara CA ✔️ ✔️
  Haguro CA ✔️ ✔️
  Takao CA ✔️ ✔️
  Atago CA ✔️ ✔️
  Maya CA ✔️ ✔️
  Choukai CA ✔️ ✔️
  Mogami CA ✔️ ✔️ ✔️
  Kumano CA ✔️
  Suzuya CA ✔️
  Tone CA ✔️ ✔️ ✔️
  Chikuma CA ✔️ ✔️ ✔️
  Kongou FBB ✔️
  Hiei FBB ✔️
  Haruna FBB ✔️
  Kirishima FBB ✔️
  Fusou BB ✔️
  Yamashiro BB ✔️
  Ise BB ✔️
  Hyuuga BB ✔️
  Nagato BB ✔️
  Mutsu BB ✔️
  Shouhou CVL ✔️
  Ryuujou CVL ✔️
  Shouhou CVL ✔️
  Zuihou CVL ✔️
  Hiyou CVL ✔️
  Junyou CVL ✔️
  Akagi CV ✔️
  Kaga CV ✔️
  Souryuu CV ✔️
  Hiryuu CV ✔️
  Shoukaku CV ✔️
  Zuikaku CV ✔️
  I-168 SS ✔️
  I-8 SS ✔️
  I-58 SS ✔️
  Chitose AV ✔️
  Chiyoda AV ✔️

Large Ship Construction

"Large Ship Construction" (LSC) allows to build rarer "bigger" ships in exchange for more resources. Recipes range from 1500-7000 fuel   and ammo  ; 2000-7000 steel   and 1000-7000 bauxite  . Each attempt also costs either 1, 20, or 100 development materials  . Speeding up construction costs 10 instant construction  .

  • LSC is unlocked by completing quest F10.
  • According to the developers, having empty construction docks very slightly increases the chances of obtaining rarer ships [2]. 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 below.

LSC Construction Theory

LSC works similarly to 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 The selection of a pool is based on the resource input during the construction:

  • Pool 1 -   > [math]\displaystyle{ 2400+Rand[0;1200] }[/math],   > [math]\displaystyle{ 1050+Rand[0;900] }[/math],   > [math]\displaystyle{ 2800+Rand[0;1400] }[/math],   > [math]\displaystyle{ 2800+Rand[0;2400] }[/math];
  • Pool 2 -   > [math]\displaystyle{ 2240+Rand[0;1120] }[/math],   > [math]\displaystyle{ 2940+Rand[0;2520] }[/math],   > [math]\displaystyle{ 4400+Rand[0;2200] }[/math],   > [math]\displaystyle{ 1050+Rand[0;900] }[/math],   > 20;
  • Pool 3 -   > [math]\displaystyle{ 1920+Rand[0;960] }[/math],   > [math]\displaystyle{ 2240+Rand[0;1920] }[/math],   > [math]\displaystyle{ 3040+Rand[0;1520] }[/math],   > [math]\displaystyle{ 910+Rand[0;780] }[/math];
  • 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]\displaystyle{ ID }[/math]" which can go from 1 to 100, calculated by subtracting two random values:

[math]\displaystyle{ ID }[/math] Calculation
[math]\displaystyle{ ID = Rand [a ; b] - MAX \big( Rand [0 ; Res - 1] ; 50 \big) }[/math]
With
  • [math]\displaystyle{ a,b }[/math] depend on the number of construction docks "open" (either empty or finished):
[math]\displaystyle{ a,b }[/math]
Nb dock [math]\displaystyle{ a }[/math] [math]\displaystyle{ b }[/math]
1 3 99
2 1 99
3 1 95
4 1 91
  • [math]\displaystyle{ Rand }[/math] the function returning a random whole number between its boundaries, included,
  • [math]\displaystyle{ 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.
    • Note that if [math]\displaystyle{ Res\lt 1 }[/math] then the result of [math]\displaystyle{ Rand [0 ; Res - 1] }[/math] is zero.

In case [math]\displaystyle{ ID }[/math] is 0 or negative, the value will be converted back into a positive value and incremented by 2.

In LSC every resource (including  ) are used to increment value [math]\displaystyle{ Res }[/math] only the weight depend on the pool:

  • Pool 1:
[math]\displaystyle{ Res = \big[ (Fuel-3000) \times 0.003 \big] + \big[ (Ammo-2000) \times 0.003 \big] + \big[ (Steel-4000) \times 0.004 \big] + \big[ (Baux-5000) \times 0.005 \big] + \big[ (DevMat-50) \times 0.1 \big] }[/math]
  • Pool 2:
[math]\displaystyle{ Res = \big[ (Fuel-3500) \times 0.003 \big] + \big[ (Ammo-4500) \times 0.005 \big] + \big[ (Steel-5500) \times 0.004 \big] + \big[ (Baux-2200) \times 0.002 \big] + \big[ (DevMat-60) \times 0.1 \big] }[/math]
  • Pool 3:
[math]\displaystyle{ Res = \big[ (Fuel-4000) \times 0.003 \big] + \big[ (Ammo-3000) \times 0.003 \big] + \big[ (Steel-4000) \times 0.003 \big] + \big[ (Baux-1800) \times 0.002 \big] + \big[ (DevMat-40) \times 0.2 \big] }[/math]
  • Pool 4:
[math]\displaystyle{ Res = \big[ (Fuel-2000) \times 0.002 \big] + \big[ (Ammo-2500) \times 0.002 \big] + \big[ (Steel-3000) \times 0.002 \big] + \big[ (Baux-1500) \times 0.002 \big] + \big[ (DevMat-40) \times 0.2 \big] }[/math]
Note
  • The value between [math]\displaystyle{ \big[ x \big] }[/math] is round down if it's positive and round up if it's negative ([1.5] -> 1 ; [-1.5] -> -1)

Source: [3]

Large Ship Construction Pools
Large Ship Constructions Pools List
Ship Name Type Pool 4 Pool 3 Pool 2 Pool 1
163   Maruyu SS ✔️ ✔️ ✔️ ✔️
155   I-401 SSV ✔️
137   Agano CL ✔️ ✔️ ✔️
138   Noshiro CL ✔️ ✔️ ✔️
139   Yahagi CL ✔️ ✔️ ✔️
154   Katori CT ✔️
265   Kashima CT ? ? ? ?
51   Mogami CA ✔️
116   Mikuma CA ✔️
124   Suzuya CA ✔️ ✔️
125   Kumano CA ✔️ ✔️
63   Tone CA ✔️
64   Chikuma CA ✔️
248   Zara CA ✔️
21   Kongou FBB ✔️ ✔️ ✔️
22   Hiei FBB ✔️ ✔️ ✔️
23   Haruna FBB ✔️ ✔️ ✔️
24   Kirishima FBB ✔️ ✔️ ✔️
171   Bismarck FBB ✔️
26   Fusou BB ✔️ ✔️ ✔️
27   Yamashiro BB ✔️ ✔️ ✔️
3   Ise BB ✔️ ✔️ ✔️
4   Hyuuga BB ✔️ ✔️ ✔️
1   Nagato BB ✔️ ✔️ ✔️
2   Mutsu BB ✔️ ✔️ ✔️
131   Yamato BB ✔️ ✔️
143   Musashi BB ✔️
239   Warspite BB ✔️
30   Ryuujou CVL ✔️
65   Hiyou CVL ✔️
66   Junyou CVL ✔️
94   Shouhou CVL ✔️
112   Zuihou CVL ✔️
6   Akagi CV ✔️
7   Kaga CV ✔️
8   Souryuu CV ✔️
9   Hiryuu CV ✔️
106   Shoukaku CV ✔️
107   Zuikaku CV ✔️
153   Taihou CV ✔️
233   Saratoga CV ✔️
315   Ark Royal CV ✔️
251   Mizuho AV ✔️
161   Akitsu Maru LHA ✔️ ✔️ ✔️
162   Kamoi AO ✔️
260   Hayasui AO ? ? ? ?

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.
Special Construction Requirements
Required Secretary Ship added to craft pool Notes
Normal Construction
 
Z1
 
Z3
Quest D8 MUST be completed first.[citation needed]
 
Z3
 
Z1
Large Ship Construction
 
Z1
 
Z3
 
Bismarck
 
Libeccio
 
Pola
 
Zara
 
Kamoi
 
Iowa
 
Saratoga
 
Kongou Kai Ni
 
Warspite
Kongou must be Kai Ni/C 
 
 
Warspite
 
Ark Royal

Construction Timers

The times below reflect the type of ship or specific ship you will obtain after hitting the build button.

Time Ship Type Result Note
00:17:00 Submarine Maruyu  LSC
00:18:00 Destroyer Mutsuki-class 
 
 
 
 
 
 
 
 
00:20:00 Fubuki-class 
 
 
 
 
 
, Ayanami-class 
 
 
 
 
 
, Akatsuki-class 
 
 
 
, Hatsuharu-class 
 
 
 
00:22:00 Shiratsuyu-class 
 
 
 
 
 
, Asashio-class 
 
 
 
 
 
Submarine I-168 , I-8 , I-58 
00:24:00 Destroyer Kagerou-class 
 
 
 
 
, Z1-class 
 
00:30:00 Shimakaze 
01:00:00 Light Cruiser Tenryuu-class 
 
, Kuma-class 
 
 
 
 
, Nagara , Natori , Yura , Sendai-class 
 
 
Agano-class 
 
 
LSC
Heavy Cruiser Furutaka-class 
 
, Aoba-class 
 
01:10:00 Training Cruiser Katori 
Kashima  LSC
Heavy Cruiser Zara  LSC
01:15:00 Light Cruiser Kinu , Abukuma 
01:20:00 Heavy Cruiser Myoukou-class 
 
 
 
01:22:00 Light Cruiser Yuubari 
01:25:00 Heavy Cruiser Takao-class 
 
 
 
01:30:00 Mogami , Suzuya , Kumano , Tone-class 
 
Mikuma  LSC
02:00:00 Light Aircraft Carrier Houshou 
02:20:00 Seaplane Tender Chitose , Chiyoda 
Mizuho  LSC
Fleet Oiler Kamoi  LSC
02:30:00 Amphibious Assault Ship Akitsu Maru  LSC
02:40:00 Light Aircraft Carrier Shouhou-class 
 
02:50:00 Ryuujou 
03:00:00 Hiyou-class 
 
03:20:00 Aircraft Carrying Submarine I-401  LSC
03:40:00 Fleet Oiler Hayasui  LSC
04:00:00 Fast Battleship Kongou-class 
 
 
 
04:10:00 Regular Aircraft Carrier Souryuu , Hiryuu 
Ark Royal  LSC
04:20:00 Battleship Fusou-class 
 
Regular Aircraft Carrier Kaga 
04:30:00 Battleship Ise-class 
 
Regular Aircraft Carrier Akagi 
04:40:00 Battleship Warspite  LSC
05:00:00 Battleship Nagato-class 
 
Bismarck  LSC
05:30:00 Regular Aircraft Carrier Saratoga  LSC
06:00:00 Regular Aircraft Carrier Shoukaku-class 
 
06:40:00 Armored Aircraft Carrier Taihou  LSC
08:00:00 Battleship Yamato-class 
 
LSC

Ship Availability

The exhaustive list on how to obtain ships.

Ship Availability
Ship Types Buidable Unbuidable
Normal Only Normal & LSC LSC only Drops Event Only
FBB/BB Kongou · Hiei · Haruna · Kirishima · Fusou · Yamashiro · Ise · Hyuuga · Nagato · Mutsu Bismarck · Yamato · Musashi · Warspite Kongou · Hiei · Haruna · Kirishima · Fusou · Yamashiro · Ise · Hyuuga · Nagato · Mutsu Massachusetts · Jean Bart · Littorio · Roma · Washington · South Dakota · Iowa · Richelieu · Gangut · Nevada · Rodney · Valiant · Maryland · Conte di Cavour · Colorado · Nelson
CV/CVB Akagi · Kaga · Souryuu · Hiryuu · Shoukaku · Zuikaku Saratoga · Ark Royal · Taihou Akagi · Kaga · Souryuu · Hiryuu · Shoukaku · Zuikaku Unryuu Ranger · Lexington · Amagi · Katsuragi · Graf Zeppelin · Aquila · Intrepid · Hornet · Victorious
CVL Houshou Ryuujou · Shouhou · Zuihou · Hiyou · Junyou Houshou · Ryuujou · Shouhou · Zuihou · Hiyou · Junyou Gambier Bay Yawata Maru · Langley · Kasuga Maru · Shinyou
CA Furutaka · Kako · Aoba · Kinugasa · Myoukou · Nachi · Ashigara · Haguro · Takao · Atago · Maya · Choukai Mogami · Suzuya · Kumano · Tone · Chikuma Mikuma · Zara Furutaka · Kako · Aoba · Kinugasa · Myoukou · Nachi · Ashigara · Haguro · Takao · Atago · Maya · Choukai · Mogami · Mikuma · Suzuya · Kumano · Tone · Chikuma Pola Tuscaloosa · Prinz Eugen · Northampton · Houston
CL/CT Tenryuu · Tatsuta · Kuma · Tama · Kitakami · Ooi · Kiso · Nagara · Isuzu · Natori · Yura · Kinu · Abukuma · Sendai · Jintsuu · Naka · Yuubari Katori Agano · Noshiro · Yahagi · Kashima Tenryuu · Tatsuta · Kuma · Tama · Kitakami · Ooi · Kiso · Nagara · Isuzu · Natori · Yura · Kinu · Abukuma · Sendai · Jintsuu · Naka · Yuubari · Agano · Noshiro · Yahagi · Katori · Kashima Sakawa · Ooyodo Gloire · Phoenix · Brooklyn · Duca degli Abruzzi · Giuseppe Garibaldi · Honolulu · Helena · Atlanta · Sheffield · Gotland · De Ruyter · Perth · Asahi
DD Mutsuki · Kisaragi · Yayoi · Satsuki · Fumizuki · Nagatsuki · Kikuzuki · Mikazuki · Mochizuki · Fubuki · Shirayuki · Hatsuyuki · Miyuki · Murakumo · Isonami · Ayanami · Shikinami · Oboro · Akebono · Sazanami · Ushio · Akatsuki · Hibiki · Ikazuchi · Inazuma · Hatsuharu · Nenohi · Wakaba · Hatsushimo · Shiratsuyu · Shigure · Murasame · Yuudachi · Samidare · Suzukaze · Asashio · Ooshio · Michishio · Arashio · Arare · Kasumi · Kagerou · Shiranui · Kuroshio · Yukikaze · Akigumo · Shimakaze · Z1 · Z3 Mutsuki · Kisaragi · Yayoi · Satsuki · Fumizuki · Nagatsuki · Kikuzuki · Mikazuki · Mochizuki · Fubuki · Shirayuki · Hatsuyuki · Miyuki · Murakumo · Isonami · Ayanami · Shikinami · Oboro · Akebono · Sazanami · Ushio · Akatsuki · Hibiki · Ikazuchi · Inazuma · Hatsuharu · Nenohi · Wakaba · Hatsushimo · Shiratsuyu · Shigure · Murasame · Yuudachi · Samidare · Suzukaze · Asashio · Ooshio · Michishio · Arashio · Arare · Kasumi · Kagerou · Shiranui · Kuroshio · Yukikaze · Akigumo · Shimakaze · Z1 Kamikaze · Asakaze · Hatakaze · Uzuki · Minazuki · Uranami · Amagiri · Sagiri · Harusame · Umikaze · Yamakaze · Kawakaze · Asagumo · Yamagumo · Oyashio · Hatsukaze · Amatsukaze · Tokitsukaze · Urakaze · Isokaze · Hamakaze · Tanikaze · Nowaki · Arashi · Hagikaze · Maikaze · Yuugumo · Makigumo · Kazagumo · Naganami · Takanami · Fujinami · Okinami · Kishinami · Asashimo · Hayashimo · Kiyoshimo · Libeccio Yuugure · Shirakumo · Natsugumo · Heywood L. Edwards · Mogador · Fuyutsuki · Javelin · Tamanami · Ume · Hayashio · Harukaze · Matsukaze · Usugumo · Ariake · Minegumo · Makinami · Suzunami · Hayanami · Hamanami · Akishimo · Akizuki · Teruzuki · Suzutsuki · Hatsuzuki · Matsu · Take · Momo · Maestrale · Grecale · Scirocco · Fletcher · Johnston · Samuel B. Roberts · Jervis · Janus · Tashkent
DE Matsuwa · Sado · Tsushima · Hirato · Mikura · Hiburi · Daitou Kaiboukan No.22 · Inagi · Shounan · Ukuru · Kurahashi · Noumi · Shimushu · Kunashiri · Hachijou · Ishigaki · Etorofu · Fukae · Yashiro · Kaiboukan No.4 · Kaiboukan No.30
SS/SSV I-168 · I-8 · I-58 Maruyu · I-401 I-168 · I-8 · I-58 · Maruyu · I-401 I-19 · Luigi Torelli C.Cappellini · Scamp · Salmon · Drum · I-201 · I-26 · I-47 · I-203 · U-511 · I-41 · I-36 · I-13 · I-14 · I-400
Aux Chitose · Chiyoda Mizuho · Akitsu Maru · Kamoi · Hayasui Chitose · Chiyoda · Mizuho · Kamoi · Hayasui Akitsushima · Akashi · Taigei Nisshin · Commandant Teste · Kumano Maru · No.101 Transport Ship · Shinshuu Maru · Heian Maru · Jingei · Chougei · Yamashio Maru · Souya
Notes
  • Some ships are also rewarded in Quests.
  • Several ships are currently dropable for a limited time, see here.
  • Some ships may become buildable or droppable in future updates.

Building Recipes

Disclaimers
  • These recipes are not guaranteed to give the exact ship wanted in any reasonable number of crafting attempts.
  • Percentages listed are sourced from the drop databases and may not be representative of the real craft rates.
  • Some ships require special Secretary to be crafted (see here).

Normal Construction Recipes

Destroyer / Light Cruiser / Heavy Cruiser / Submarine

        Notes
30 30 30 30 Mainly common destroyers and light cruisers. No rare destroyers. Small chance of Akigumo, Yayoi, & Yuubari.
250 30 200 30 Heavy cruisers, submarines, rare light Cruisers, and rare destroyers. Small chance to yield training cruiser Katori.

Includes chance of rare destroyers (Shimakaze, Yukikaze) and submarines (I-168, I-58, I-8).
1.22 % Shimakaze, 1.71 % Yukikaze, 2.6 % for submarines. [4]
Z3 when using Z1 as Secretary.
Z1 when using Z3 as Secretary.

  • Recipe percentages do not count Z1 & Z3 yet.

Battleship

        Notes
400 30 600 30 BB (32.52 %), CA (59.84 %).

2.98 % Suzuya, 2.01 % Mutsu, 1.09 % Nagato.

Standard Carrier / Light Carrier

        Notes
300 30 400 300 Most common recipe. 7.9 % chance for carriers. 32.3 % light carrier [5]
Minimum amount needed to possibly create a CV/CVL according to KC Kai data.
350 30 400 350 8.5 % < 500 entries
300 30 600 400 14.3 % < 500 entries
350 30 600 350 11.9 % carrier, 32.7 % light carrier [6]

Large Ship Construction Recipes

Due to their nature and expansiveness, data on LSC recipes is relatively low and may not be fully accurate or up to date.

  • Please note that all ships craftable via LSC often come back as Event rare drops.

Using any of the above mentioned Helper is either required or discouraged, depending on the targeted craft.

  • When crafting a ship requiring a helper, then said helper is mandatory,
  • However, when crafting any other ship, using those helpers will decrease the crafting rate of the targeted ship.
Notes
  • Regarding the use of 1/20/100   DevMats:
    • The amount used affects the pool of craftable ships, with some ships only appearing with 20+ DevMats.
    • Using 100 DevMats does give better rates for some heavier ships, but the gain is often too marginal to justify this cost increase.
    • E.g.:
      • I-401 chances are improved with 1 dev mat.
      • Yamato appears with all dev mat inputs.
      • Musashi, Bismarck, and Warspite only appear with 20+ DevMat.
      • Aiming for Bismarck or Warspite before Musashi can help save both resources and DevMats as Musashi can always appear from a Bismarck attempt, but not necessarily the other way around (if a German ship is not used).

Theorical Recipes

The following are optimized recipes using data from the Kancolle Kai version [7].

The general rule for using the recipes:

  • The "minimum recipes" are the minimum resources needed to obtain the desired ship.
  • Increasing the resource does increase the rate and is recommended to some extent.
    • Depending on the pool, increasing some resources is more effective than others.
    • Like normal construction, resources should be increased by step. Those steps are here collapsed in the recipes table below.
    • Unless capped, it is not recommended to increase the   DevMats cost.
  • Unless stated otherwise having more construction docks empty increases the rate.
    • That means LSC should not be done one after another because the "in construction" docks will decrease the rate.
Maruyu
     Note
15001500200010001Recommended recipe
Notes
  • Unlike other recipes, the number of free docks should be minimum (ideally 1).
Yamato-class (& Bismarck / Warspite)
     Note
336055006750195020Minimum recipe
[Show resource steps]
3840570070002700100
  • Increasing   ammo is more effective than   fuel
  •   Bauxite should not be increased above 2700, else the recipe will fall on the carrier pool.
41705900
45006100
48406300
51706500
55006700
58406900
6170
6500
6840
336069007000195020Recommended recipe
Notes
  • This recipe should be used first if neither Yamato nor Musashi are in possession.
  • If Musashi is constructed first, use the "Yamato only" recipe below for Yamato instead.
  • Using the adequate secretary with those recipes can construct Bismarck or Warspite.
    • Note that it will greatly reduced the rate of both Yamato and Musashi.
Yamato only (& Zara)
     Note
30004340467016901Minimum recipe
[Show resource steps]
3500467050002300X
  • Increasing   ammo and   steel is more effective than   fuel
  •   Bauxite should not be increased above 2800, else the recipe will fall on the carrier pool.
  •   DevMats should not be increased, else the recipe will fall on the heavy pool.
4000500050002800
450053405340
500056705670
550060006000
600063406340
650066706670
700070007000
30006000600016901Recommended recipe
Notes
  • The above Yamasushi recipe should be used first if neither Yamato nor Musashi are in possession.
  • Using the adequate secretary with those recipes can construct Zara.
    • Note that it will greatly reduced the rate of Yamato.
Taihou (& Saratoga / Ark Royal)
     Note
36701950425052001Minimum recipe
[Show resource steps]
4000234045005400X
  • Increasing   steel and   bauxite is more effective than   fuel and   ammo.
4340267047505600
4670300050005800
5000334052506000
5340367055006200
5670400057506400
6000434060006600
6340467062506800
6670500065007000
700053406750
56707000
6000
6340
6670
7000
40001950500060001Recommended recipe
Notes
  • Using the adequate secretary with those recipes can construct Saratoga or Ark Royal.
    • Note that it will greatly reduced the rate of Taihou.
I-401
     Note
28804160456016901Recommended recipe (& minimum)
Notes
  • Unlike other rare ships, I-401 is not at the beginning of the pool (as Yamato is).
    • So the best recipe is the minimum one.
Kamoi & Akitsu Maru
     Note
36701950425052001Recommended recipe (& minimum)
Notes
  • Unlike other rare ships, Kamoi and Akitsu Maru are not at the beginning of the pool (as Taihou is).
    • So the best recipe is the minimum one.
  • For Kamoi, the number of free docks should be a minimum (ideally 1).
  • For Akitsu Maru, the number of free docks should be maximum.
  • Akitsu Maru is available in other pools but her rate is the highest in the carrier pool.

Old Empirical Recipes

          Focused Ship Crafting rate Sample size Helper? Notes
Any Any Any Any Any Maruyu 14.9 % with 1.5/1.5/2/1
6.2 % with 4/6/6/2
- Using fewer resources increases the rate
1500 1500 2000 1000 1 Nagato-class
Mogami-class
Agano-class
3.2 % Nagato; 6.2 % Mutsu
2.1 % Mikuma; 3.0 % Suzuya; 3.2 % Kumano
3.2 % Agano; 2.1 % Noshiro; 1.7 % Yahagi
25 000
4000 2000 5000 7000 20 Taihou 5.5 % 7 062
4000 2000 5000 6000 20 Taihou 5.7 % 4 721
4000 2000 5000 5200 20 Taihou 5.0 % 15 165
3600 2000 5300 5200 20 Taihou 4.6 % 717 Lacking data
3600 2000 5300 5200 1 Akitsu Maru 7.0 % 717 Lacking data
4000 2000 5000 5500 20 Taihou
Akitsu Maru
6.0 % Taihou
8.6 % Akitsu Maru
909 Lacking data
4000 6000 6000 3000 20 Yamato-class
Yamato focus
2.7 % Yamato
2.9 % Musashi
23 902
Bismarck 2.4 % 4 064 ✔️ Yamato-class possible
4000 7000 7000 2000 20 Yamato-class
Musashi focus
2.7 % Yamato
5.8 % Musashi
10 117
Bismarck 1.1 % 4 628 ✔️ Yamato-class possible
4000 7000 7000 2000 1 I-401
Yamato
4.1 % I-401
3.2 % Yamato
4 547
6000 7000 7000 2000 20 Yamato-class
Musashi focus
2.7 % Yamato
7.2 % Musashi
9 975
4000 6000 7000 2000 20 Yamato-class
Bismarck focus
1.9 % Yamato
3.5 % Musashi
17 498 Should uses Bismarck's helpers
6.9% Bismarck 11 683 ✔️
4000 6000 6000 2000 20 Yamato-class 2.4 % Yamato
2.6 % Musashi
1.3 % I-401
57 104 Most Reported
Bismarck 2.5 % 19 000 ✔️
4000 6000 6000 2000 1 I-401
Yamato
4.3 % I-401
2.5 % Yamato
30 200
4000 5900 6000 2000 1 I-401 4.3 % 1 324 Lacking data
4000 7000 7000 3000 1 I-401 6.9 % 306 Lacking data
3000 4500 4500 2000 20 Zara 3.3 % 3627 ✔️
3500 3500 6000 6000 20 Kamoi 1.5 % 4796
4000 2000 5000 6000
7000
20 Kamoi
Saratoga
2.8 % Kamoi
2.0 % Saratoga
19 350 ✔️
7000 7000 7000 3000 20 Warspite 1.9% 161 ✔️ Lacking data
4000 2000 5000 5200 20 Ark Royal ? % N/A ✔️ Lacking data
?? ?? ?? ?? ?? Kashima ? % N/A Lacking data
?? ?? ?? ?? ?? Hayasui ? % N/A Lacking data
Sources
  • Based on Poi-Statistics.
  • Kancolle DB reports include all development materials and Secretary used. This is especially noticeable for BB recipes where the number of attempts with/without Z1/Z3 skew the results towards either Bismarck or Yamato-class significantly. However, since the data sets are still significantly less biased than wikiwiki reports, it gives a better idea of what to expect.

See Also