- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Construction"
Jigaraphale (talk | contribs) |
|||
(382 intermediate revisions by more than 100 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PortMechanicsPortal}} | |
− | Construction | + | [[File:Constuction_menu.png|right|thumb|Construction Menu as shown]] [[File:LSC_Menu.png|right|thumb|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 ''[[#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]. | ||
− | + | 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. | ||
− | + | =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 {{Fuel}}, ammo {{Ammo}}, steel {{Steel}} and bauxite {{Bauxite}} and each attempt costs 1 development material {{DM}}. Speeding up construction costs 1 instant construction {{IC}}. | |
− | + | *If applicable, it is often more resource efficient to find a desired ship in sorties as a drop rather than building them. | |
− | |||
− | ==Construction | + | ===Construction Theory=== |
− | The | + | 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}}). |
− | {| border=" | + | 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 Pools | ||
+ | {|class="wikitable mw-collapsible mw-collapsed sortable" style="text-align:center" | ||
+ | !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"|❌ | ||
+ | |- | ||
+ | |{{Ship/Banner|Mogami|small=true}}||[[Mogami]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ | ||
|- | |- | ||
− | + | |{{Ship/Banner|Kumano|small=true}}||[[Kumano]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ | |
− | |||
− | |||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Suzuya|small=true}}||[[Suzuya]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | |||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Tone|small=true}}||[[Tone]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Chikuma|small=true}}||[[Chikuma]]||[[CA]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ |
− | | [[ | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Kongou|small=true}}||[[Kongou]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Hiei|small=true}}||[[Hiei]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | |[[ | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Haruna|small=true}}||[[Haruna]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Kirishima|small=true}}||[[Kirishima]]||[[FBB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Fusou|small=true}}||[[Fusou]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Yamashiro|small=true}}||[[Yamashiro]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | [[ | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Ise|small=true}}||[[Ise]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Hyuuga|small=true}}||[[Hyuuga]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Nagato|small=true}}||[[Nagato]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Mutsu|small=true}}||[[Mutsu]]||[[BB]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Shouhou|small=true}}||[[Shouhou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Ryuujou|small=true}}||[[Ryuujou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Shouhou|small=true}}||[[Shouhou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Zuihou|small=true}}||[[Zuihou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Hiyou|small=true}}||[[Hiyou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | |||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Junyou|small=true}}||[[Junyou]]||[[CVL]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Akagi|small=true}}||[[Akagi]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | |[[ | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Kaga|small=true}}||[[Kaga]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Souryuu|small=true}}||[[Souryuu]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | |[[Souryuu]] | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Hiryuu|small=true}}||[[Hiryuu]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | |||
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Shoukaku|small=true}}||[[Shoukaku]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | |[[ | ||
|- | |- | ||
− | | | + | |{{Ship/Banner|Zuikaku|small=true}}||[[Zuikaku]]||[[CV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | |||
− | | | ||
|- | |- | ||
− | | | + | |{{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"|❌ |
− | |[[ | ||
|- | |- | ||
− | | | + | |{{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"|❌ |
− | | | ||
− | |[[ | ||
|- | |- | ||
− | | | + | |{{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"|❌ |
− | | | ||
− | |[[ | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Chitose|small=true}}||[[Chitose]]||[[AV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|- | |- | ||
− | | style=" | + | |{{Ship/Banner|Chiyoda|small=true}}||[[Chiyoda]]||[[AV]]||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ |
− | | | ||
− | | | ||
|} | |} | ||
− | == | + | ==Large Ship Construction== |
− | + | '''"Large Ship Construction" (LSC)''' allows to build rarer "bigger" ships in exchange for more resources. Recipes range from 1500-7000 fuel {{Fuel}} and ammo {{Ammo}}; 2000-7000 steel {{Steel}} and 1000-7000 bauxite {{Bauxite}}. Each attempt also costs either 1, 20, or 100 development materials {{DM}}. Speeding up construction costs 10 instant construction {{IC}}. | |
− | + | *LSC is unlocked by completing quest {{Q|F10}}. | |
− | + | *Having empty [[Key|construction docks]] slightly increases the chances of obtaining rarer ships [https://twitter.com/KanColle_STAFF/status/415300448770207744]. | |
− | * | + | *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]]''. |
− | |||
− | * | ||
− | * | ||
− | |||
− | |||
− | + | ===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 - {{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>; | ||
+ | *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; | ||
+ | *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>; | ||
+ | *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 subtracting 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 [a ; b] - MAX \big( Rand [0 ; Res - 1] ; 50 \big)</math> | ||
+ | |} | ||
− | + | ;With | |
− | + | *<math>a,b</math> depend on the number of construction docks "open" (either empty or finished): | |
− | + | {|class="wikitable | |
− | + | !colspan=3|<math>a,b</math> | |
− | {| | ||
|- | |- | ||
− | ! | + | !Nb dock!!<math>a</math>!!<math>b</math> |
− | ! | ||
− | ! | ||
− | ! | ||
− | ! | ||
|- | |- | ||
− | | | + | |1||3||99 |
− | | | ||
− | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | |2||1||99 |
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |3||1||95 |
− | |||
− | | | ||
− | | | ||
− | |||
|- | |- | ||
− | | | + | |4||1||91 |
− | | | + | |} |
− | + | *<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. | |
+ | ** 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=" | + | 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> | ||
+ | |} | ||
− | {| border="0" | + | *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> | ||
+ | |} | ||
+ | |||
+ | *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> | ||
+ | |} | ||
+ | |||
+ | ;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] | ||
+ | |} | ||
+ | |||
+ | ;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 |
− | ! | ||
− | ! | ||
− | ! | ||
− | ! | ||
|- | |- | ||
− | | style=" | + | |163 ||{{Ship/Banner|Maruyu|small=true}}||[[Maruyu]]||[[SS]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ |
− | | style=" | ||
− | | style=" | ||
− | | style=" | ||
− | |||
|- | |- | ||
− | | style=" | + | |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"|❌ |
− | | style=" | + | |- |
− | | style=" | + | |137 ||{{Ship/Banner|Agano|small=true}}||[[Agano]]||[[CL]] ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#90ee90"|✔️ ||style="background-color:#ffb6c1"|❌ |
− | | style=" | + | |- |
− | | | + | |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"|✔️ | ||
+ | |- | ||
+ | |112 ||{{Ship/Banner|Zuihou|small=true}}||[[Zuihou]]||[[CVL]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ | ||
+ | |- | ||
+ | |6 ||{{Ship/Banner|Akagi|small=true}}||[[Akagi]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ | ||
+ | |- | ||
+ | |7 ||{{Ship/Banner|Kaga|small=true}}||[[Kaga]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ | ||
+ | |- | ||
+ | |8 ||{{Ship/Banner|Souryuu|small=true}}||[[Souryuu]]||[[CV]] ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#ffb6c1"|❌ ||style="background-color:#90ee90"|✔️ | ||
+ | |- | ||
+ | |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|'''?}} | ||
|} | |} | ||
− | == | + | ==Special Secretary== |
+ | Some ships require a specific Secretary (1st fleet flagship) in order to be crafted. | ||
+ | *For any other construction, the Secretary is independent of the crafting result. | ||
− | {| | + | {|class="wikitable" style="max-width:1200px; text-align:center" |
+ | !colspan=4|Special Construction Requirements | ||
|- | |- | ||
− | ! | + | ! |
− | ! | + | !style="max-width:420px"|Required Secretary |
− | ! | + | !Ship added to craft pool |
− | ! | + | !Notes |
− | |||
|- | |- | ||
− | + | ! 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> | |
− | + | !{{QuestRewardShip|Z1|small=true}} | |
− | + | |{{QuestRewardShip|Z3|small=true}} | |
− | | | + | | rowspan=3| Quest {{Q|D8}} '''MUST''' be completed first.{{cite}} |
− | | | ||
|- | |- | ||
− | | style=" | + | !{{QuestRewardShip|Z3|small=true}} |
− | + | |{{QuestRewardShip|Z1|small=true}} | |
− | | | + | |- |
− | | | + | ! 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> |
− | | | + | !{{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}} | ||
|} | |} | ||
− | = | + | =Construction Timers= |
− | + | The times below reflect the type of ship or specific ship you will obtain after hitting the build button. | |
− | {| | + | {|class="wikitable" cellpadding="1" cellspacing="1" border="0" style="margin: auto" |
+ | |- | ||
+ | !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}} | ||
+ | | | ||
+ | |- | ||
+ | !00:30:00 | ||
+ | |{{Ship/Link|Shimakaze}} | ||
+ | | | ||
+ | |- | ||
+ | !rowspan=3|01:00:00 | ||
+ | |rowspan=2|Light Cruiser | ||
+ | |{{Ship/Link|Tenryuu|Tatsuta|link_class=Tenryuu|text=''Tenryuu''-class}}, {{Ship/Link|Kuma|Tama|Kitakami|Ooi|Kiso|link_class=Kuma|text=''Kuma''-class}}, {{Ship/Link|Nagara}}, {{Ship/Link|Natori}}, {{Ship/Link|Isuzu}}, {{Ship/Link|Yura}}, {{Ship/Link|Sendai|Jintsuu|Naka|link_class=Sendai|text=''Sendai''-class}} | ||
+ | | | ||
+ | |- | ||
+ | |{{Ship/Link|Agano|Noshiro|Yahagi|link_class=Agano|text=''Agano''-class}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |- | ||
+ | |Heavy Cruiser | ||
+ | |{{Ship/Link|Furutaka|Kako|link_class=Furutaka|text=''Furutaka''-class}}, {{Ship/Link|Aoba|Kinugasa|link_class=Aoba|text=''Aoba''-class}} | ||
+ | | | ||
+ | |- | ||
+ | !rowspan=3|01:10:00 | ||
+ | |rowspan=2|Training Cruiser | ||
+ | |{{Ship/Link|Katori}} | ||
+ | | | ||
+ | |- | ||
+ | |{{Ship/Link|Kashima}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |- | ||
+ | |Heavy Cruiser | ||
+ | |{{Ship/Link|Zara}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |- | ||
+ | !01:15:00 | ||
+ | |Light Cruiser | ||
+ | |{{Ship/Link|Kinu}}, {{Ship/Link|Abukuma}} | ||
+ | | | ||
|- | |- | ||
− | ! | + | !01:20:00 |
− | + | |Heavy Cruiser | |
− | + | |{{Ship/Link|Myoukou|Nachi|Ashigara|Haguro|link_class=Myoukou|text=''Myoukou''-class}} | |
− | + | | | |
− | |||
|- | |- | ||
− | + | !01:22:00 | |
− | + | |Light Cruiser | |
− | | | + | |{{Ship/Link|Yuubari}} |
− | | | + | | |
− | | | ||
|- | |- | ||
− | + | !01:25:00 | |
− | | | + | |rowspan=3|Heavy Cruiser |
− | | | + | |{{Ship/Link|Takao|Atago|Maya|Choukai|link_class=Takao|text=''Takao''-class}} |
− | | | + | | |
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | ! | + | !rowspan=2|01:30:00 |
− | + | |{{Ship/Link|Mogami}}, {{Ship/Link|Suzuya}}, {{Ship/Link|Kumano}}, {{Ship/Link|Tone|Chikuma|link_class=Tone|text=''Tone''-class}} | |
− | + | | | |
− | |||
− | |||
|- | |- | ||
− | | | + | |{{Ship/Link|Mikuma}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
− | |||
− | |||
|- | |- | ||
− | + | !02:00:00 | |
− | + | |Light Aircraft Carrier | |
− | | | + | |{{Ship/Link|Houshou}} |
− | | | + | | |
− | | | ||
|- | |- | ||
− | | | + | !rowspan=3|02:20:00 |
− | | | + | |rowspan=2|Seaplane Tender |
− | | | + | |{{Ship/Link|Chitose}}, {{Ship/Link|Chiyoda}} |
− | | | + | | |
− | | | ||
|- | |- | ||
− | | | + | |{{Ship/Link|Mizuho}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | |Fleet Oiler |
− | | | + | |{{Ship/Link|Kamoi}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
− | |||
|- | |- | ||
− | + | !02:30:00 | |
− | | | + | |Amphibious Assault Ship |
− | | | + | |{{Ship/Link|Akitsu Maru}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
|- | |- | ||
− | | | + | !02:40:00 |
− | | | + | |rowspan=3|Light Aircraft Carrier |
− | | | + | |{{Ship/Link|Shouhou|Zuihou|link_class=Shouhou|text=''Shouhou''-class}} |
− | | | + | | |
+ | |- | ||
+ | !02:50:00 | ||
+ | |{{Ship/Link|Ryuujou}} | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | ! | + | !03:00:00 |
− | + | |{{Ship/Link|Hiyou|Junyou|link_class=Hiyou|text=''Hiyou''-class}} | |
− | + | | | |
− | |||
− | |||
|- | |- | ||
− | + | !03:20:00 | |
− | | | + | |Aircraft Carrying Submarine |
− | | | + | |{{Ship/Link|I-401}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
|- | |- | ||
− | + | !03:40:00 | |
− | | | + | |Fleet Oiler |
− | | | + | |{{Ship/Link|Hayasui}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
|- | |- | ||
− | + | !04:00:00 | |
− | | | + | |Fast Battleship |
− | | | + | |{{Ship/Link|Kongou|Hiei|Haruna|Kirishima|link_class=Kongou|text=''Kongou''-class}} |
− | | | + | | |
− | | | ||
− | | | ||
− | |||
− | |||
− | == | ||
− | '' | ||
− | |||
|- | |- | ||
− | ! | + | !rowspan=2|04:10:00 |
− | + | |rowspan=2|Regular Aircraft Carrier | |
− | + | |{{Ship/Link|Souryuu}}, {{Ship/Link|Hiryuu}} | |
− | + | | | |
− | |||
|- | |- | ||
− | | | + | |{{Ship/Link|Ark Royal}} |
− | | style=" | + | |style="color:red"|'''LSC''' |
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | !rowspan=2|04:20:00 |
− | | | + | |Battleship |
− | | | + | |{{Ship/Link|Fusou|Yamashiro|link_class=Fusou|text=''Fusou''-class}} |
− | |||
| | | | ||
− | |||
|- | |- | ||
− | | | + | |Regular Aircraft Carrier |
− | | | + | |{{Ship/Link|Kaga}} |
− | | | + | | |
− | |||
− | |||
|- | |- | ||
− | | | + | !rowspan=2|04:30:00 |
− | | | + | |Battleship |
− | | | + | |{{Ship/Link|Ise|Hyuuga|link_class=Ise|text=''Ise''-class}} |
− | |||
| | | | ||
− | |||
|- | |- | ||
− | | | + | |Regular Aircraft Carrier |
− | + | |{{Ship/Link|Akagi}} | |
− | |||
− | | | ||
| | | | ||
− | |||
|- | |- | ||
− | | | + | !|04:40:00 |
− | | style=" | + | |Battleship |
− | | | + | |{{Ship/Link|Warspite}} |
− | | | + | |style="color:red"|'''LSC''' |
+ | |- | ||
+ | !rowspan=2|05:00:00 | ||
+ | |rowspan=2|Battleship | ||
+ | |{{Ship/Link|Nagato|Mutsu|link_class=Nagato|text=''Nagato''-class}} | ||
| | | | ||
− | |||
|- | |- | ||
− | | style="text- | + | |{{Ship/Link|Bismarck}} |
− | | style="text-align: center | + | |style="color:red"|'''LSC''' |
− | | style="text-align: center | + | |- |
− | | style="text-align: center | + | !05:30:00 |
− | | | + | |Regular Aircraft Carrier |
+ | |{{Ship/Link|Saratoga}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |- | ||
+ | !06:00:00 | ||
+ | |Regular Aircraft Carrier | ||
+ | |{{Ship/Link|Shoukaku|Zuikaku|link_class=Shoukaku|text=''Shoukaku''-class}} | ||
+ | | | ||
+ | |- | ||
+ | !06:40:00 | ||
+ | |Armored Aircraft Carrier | ||
+ | |{{Ship/Link|Taihou}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |- | ||
+ | !08:00:00 | ||
+ | |Battleship | ||
+ | |{{Ship/Link|Yamato|Musashi|link_class=Yamato|text=''Yamato''-class}} | ||
+ | |style="color:red"|'''LSC''' | ||
+ | |} | ||
+ | |||
+ | =Ship Availability= | ||
+ | {{:Ship/Availability}} | ||
+ | |||
+ | =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 | ||
+ | |- | ||
+ | |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]]).<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. | ||
+ | |||
+ | ===[[Battleship]]=== | ||
+ | {|class="wikitable" style="text-align:center" | ||
+ | !{{Fuel}} | ||
+ | !{{Ammo}} | ||
+ | !{{Steel}} | ||
+ | !{{Bauxite}} | ||
+ | !Notes | ||
+ | |- | ||
+ | |400 | ||
+ | |30 | ||
+ | |600 | ||
+ | |30 | ||
+ | | BB (32.52 %), CA (59.84 %). | ||
+ | 2.98 % [[Suzuya]], 2.01 % [[Mutsu]], 1.09 % [[Nagato]]. | ||
+ | |} | ||
+ | |||
+ | ===[[Standard Carrier]] / [[Light Carrier]]=== | ||
+ | {|class="wikitable" style="text-align:center" | ||
+ | !{{Fuel}} | ||
+ | !{{Ammo}} | ||
+ | !{{Steel}} | ||
+ | !{{Bauxite}} | ||
+ | !Notes | ||
+ | |- | ||
+ | |300 | ||
+ | |30 | ||
+ | |400 | ||
+ | |300 | ||
+ | |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. | ||
|- | |- | ||
− | | | + | |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 [http://kancolle-db.net/ship/350-30-600-350.html] | ||
|} | |} | ||
+ | ==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>20</td> | ||
+ | <td rowspan=15> | ||
+ | * Increasing {{Steel}} steel and {{bauxite}} bauxite is more effective than {{Fuel}} fuel and {{Ammo}} ammo. | ||
+ | * Increasing {{DM}} DevMat is possible but not recommended unless at the cap. | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed"> | ||
+ | <td>4340</td><td>2670</td><td>4750</td><td>5600</td><td>100</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.<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 | ||
|} | |} | ||
− | [[ | + | |
− | [ | + | ;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. | ||
+ | |||
+ | =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] | ||
+ | |||
+ | {{Mechanics}} |
Latest revision as of 14:57, 13 October 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 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).
- For a more comprehensive list of construction recipes and rates, please see PoiDB's construction page.
Constructing a girl costs a selectable amount of the 4 main Resources as well as "development materials" . It will also take a variable amount of time unless instant constructions 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 | ||||
---|---|---|---|---|
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:
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.
- 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.
- Having empty construction docks slightly increases the chances of obtaining rarer ships [2].
- 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 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
Source: [3] |
- Large Ship Construction Pools
Large Ship Constructions Pools List | |||||||
---|---|---|---|---|---|---|---|
N° | 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 | |
Quest D8 MUST be completed first.[citation needed] | |||
Kongou must be Kai Ni/C | |||
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, Isuzu, 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.
- 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). |
Battleship
Notes | ||||
---|---|---|---|---|
400 | 30 | 600 | 30 | BB (32.52 %), CA (59.84 %). |
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.
- 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 | |||||
1500 | 1500 | 2000 | 1000 | 1 | Recommended recipe |
|
Yamato-class (& Bismarck / Warspite) | |||||
---|---|---|---|---|---|
Note | |||||
3360 | 5500 | 6750 | 1950 | 20 | Minimum recipe |
[Show resource steps] | |||||
3840 | 5700 | 7000 | 2700 | 100 | |
4170 | 5900 | ||||
4500 | 6100 | ||||
4840 | 6300 | ||||
5170 | 6500 | ||||
5500 | 6700 | ||||
5840 | 6900 | ||||
6170 | |||||
6500 | |||||
6840 | |||||
3360 | 6900 | 7000 | 1950 | 20 | Recommended recipe |
|
Yamato only (& Zara) | |||||
---|---|---|---|---|---|
Note | |||||
3000 | 4340 | 4670 | 1690 | 1 | Minimum recipe |
[Show resource steps] | |||||
3500 | 4670 | 5000 | 2300 | X | |
4000 | 5000 | 5000 | 2800 | ||
4500 | 5340 | 5340 | |||
5000 | 5670 | 5670 | |||
5500 | 6000 | 6000 | |||
6000 | 6340 | 6340 | |||
6500 | 6670 | 6670 | |||
7000 | 7000 | 7000 | |||
3000 | 6000 | 6000 | 1690 | 1 | Recommended recipe |
|
Taihou (& Saratoga / Ark Royal) | |||||
---|---|---|---|---|---|
Note | |||||
3670 | 1950 | 4250 | 5200 | 1 | Minimum recipe |
[Show resource steps] | |||||
4000 | 2340 | 4500 | 5400 | 20 | |
4340 | 2670 | 4750 | 5600 | 100 | |
4670 | 3000 | 5000 | 5800 | ||
5000 | 3340 | 5250 | 6000 | ||
5340 | 3670 | 5500 | 6200 | ||
5670 | 4000 | 5750 | 6400 | ||
6000 | 4340 | 6000 | 6600 | ||
6340 | 4670 | 6250 | 6800 | ||
6670 | 5000 | 6500 | 7000 | ||
7000 | 5340 | 6750 | |||
5670 | 7000 | ||||
6000 | |||||
6340 | |||||
6670 | |||||
7000 | |||||
4000 | 1950 | 5000 | 6000 | 1 | Recommended recipe |
|
I-401 | |||||
---|---|---|---|---|---|
Note | |||||
2880 | 4160 | 4560 | 1690 | 1 | Recommended recipe (& minimum) |
|
Kamoi & Akitsu Maru | |||||
---|---|---|---|---|---|
Note | |||||
3670 | 1950 | 4250 | 5200 | 1 | Recommended recipe (& minimum) |
|
Old Empirical Recipes
This section is empirical, being outdated by nature. Some recipes and percentages are missing and outdated. Potential misinformation. Those recipes are still viable but may not be optimal. |
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
|