• 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 "Module:Data/Ship/Mizuho"

From Kancolle Wiki
Jump to navigation Jump to search
com>Hystericallify
(Kai Stock Equips)
Line 26: Line 26:
 
_torpedo_mod = false,
 
_torpedo_mod = false,
 
_evasion = 19,
 
_evasion = 19,
_evasion_max = nil,
+
_evasion_max = 37,
 
_aa = 16,
 
_aa = 16,
 
_aa_max = 32,
 
_aa_max = 32,
 
_aa_mod = 1,
 
_aa_mod = 1,
 
_asw = 0,
 
_asw = 0,
_asw_max = nil,
+
_asw_max = 0,
 
_speed = 10,
 
_speed = 10,
 
_los = 35,
 
_los = 35,
_los_max = nil,
+
_los_max = 70,
 
_range = 1,
 
_range = 1,
 
_luck = 8,
 
_luck = 8,

Revision as of 13:39, 20 August 2015

Documentation for this module may be created at Module:Data/Ship/Mizuho/doc

--Categories:
--[[Category:Player ship modules]]

local Mizuho = {
	[""] = {
		_name = "Mizuho",
		_rarity = 5,
		_api_id = 451,
		_id = 251,
		_true_id = false,
		_japanese_name = "瑞穂",
		_reading = "みずほ",
		_class = "Mizuho",
		_class_number = 1,
		_type = 16,
		_hp = 41,
		_hp_max = 59,
		_firepower = 12,
		_firepower_max = 36,
		_firepower_mod = 1,
		_armor = 19,
		_armor_max = 42,
		_armor_mod = 2,
		_torpedo = 0,
		_torpedo_max = 32,
		_torpedo_mod = false,
		_evasion = 19,
		_evasion_max = 37,
		_aa = 16,
		_aa_max = 32,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = 0,
		_speed = 10,
		_los = 35,
		_los_max = 70,
		_range = 1,
		_luck = 8,
		_luck_max = 39,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
		_build_time = 140,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Mizuho/Kai",
		_fuel = 35,
		_ammo = 35,
		_scrap_fuel = 3,
		_scrap_ammo = 2,
		_scrap_steel = 12,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "Type 0 Observation Seaplane", size = 12},
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 12},
		},
	},
	["Kai"] = {
		_name = "Mizuho",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 348,
		_id = 251,
		_true_id = 1428,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "瑞穂改",
		_reading = "みずほかい",
		_class = "Mizuho",
		_class_number = 1,
		_type = 16,
		_hp = 42,
		_hp_max = 62,
		_firepower = 18,
		_firepower_max = 45,
		_firepower_mod = 1,
		_armor = 24,
		_armor_max = 48,
		_armor_mod = 2,
		_torpedo = 15,
		_torpedo_max = 72,
		_torpedo_mod = 2,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 18,
		_aa_max = 44,
		_aa_mod = 1,
		_asw = nil,
		_asw_max = nil,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 9,
		_luck_max = 49,
		_luck_mod = false,
		_remodel_level = 40,
		_remodel_ammo = 220,
		_remodel_steel = 160,
		_remodel_blueprint = false,
		_remodel_from = "Mizuho/",
		_remodel_to = false,
		_fuel = 40,
		_ammo = 45,
		_scrap_fuel = 3,
		_scrap_ammo = 3,
		_scrap_steel = 15,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "Type 0 Observation Seaplane", size = 12},
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 12},
			{equipment = "25mm Twin Autocannon Mount", size = 8},
		},
	},
	class = {
		_name = "Mizuho",
		_class = true,
		_base_type = 16,
	},
}

return Mizuho