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

Module:Data/Ship/Iowa

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 04:54, 22 February 2016 by com>Ckwng (Add data for new feature which I will implement when I get around to it)
Jump to navigation Jump to search

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

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

-- Kancolle Kai module?
-- _id (251) overlap with Mizuho
local Iowa = {
	[""] = {
		_name = "Iowa",
		_rarity = 7,
		_api_id = nil,
		_id = 251,
		_card = "FBB Iowa Card.png",
		_true_id = false,
		_japanese_name = "Iowa",
		_reading = "アイオワ",
		_class = "Iowa",
		_class_number = 1,
		_type = 8,
		_hp = 84,
		_hp_max = nil,
		_firepower = 85,
		_firepower_max = nil,
		_firepower_mod = nil,
		_armor = 79,
		_armor_max = nil,
		_armor_mod = nil,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 34,
		_evasion_max = nil,
		_aa = 70,
		_aa_max = nil,
		_aa_mod = nil,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 24,
		_los_max = nil,
		_range = 3,
		_luck = 35,
		_luck_max = nil,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Iowa/Kai",
		_fuel = nil,
		_ammo = nil,
		_scrap_fuel = nil,
		_scrap_ammo = nil,
		_scrap_steel = nil,
		_scrap_baux = nil,
		_equipment = {
			{equipment = "16inch Triple Gun Mount Mk.7", size = 4},
			{equipment = false, size = 4},
			{equipment = false, size = 4},
			{equipment = false, size = 4},
		},
	},
	["Kai"] = {
		_name = "Iowa",
		_suffix = "Kai",
		_rarity = 8,
		_overlay = "stars",
		_api_id = nil,
		_id = 251,
		_card = "FBB Iowa Kai Card.png",
		_true_id = false,
		_japanese_name = "Iowa改",
		_reading = "アイオワかい",
		_class = "Iowa",
		_class_number = 1,
		_type = 8,
		_hp = 92,
		_hp_max = nil,
		_firepower = nil,
		_firepower_max = 115,
		_firepower_mod = nil,
		_armor = nil,
		_armor_max = 107,
		_armor_mod = nil,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = nil,
		_evasion_max = 70,
		_aa = nil,
		_aa_max = 120,
		_aa_mod = nil,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = nil,
		_los_max = 70,
		_range = 3,
		_luck = 40,
		_luck_max = nil,
		_luck_mod = false,
		_remodel_level = nil,
		_remodel_ammo = nil,
		_remodel_steel = nil,
		_remodel_from = "Iowa/",
		_remodel_to = false,
		_fuel = 200,
		_ammo = 275,
		_scrap_fuel = nil,
		_scrap_ammo = nil,
		_scrap_steel = nil,
		_scrap_baux = nil,
		_equipment = {
			{equipment = "16inch Triple Gun Mount Mk.7", size = 4},
			{equipment = false, size = 4},
			{equipment = false, size = 4},
			{equipment = false, size = 4},
		},
	},
	class = {
		_name = "Iowa",
		_class = true,
		_base_type = 8,
	}
}

return Iowa