• 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/Iowa"

From Kancolle Wiki
Jump to navigation Jump to search
(Added remodel costs)
(Updated non-kai statistics)
Line 20: Line 20:
 
_hp_max = nil,
 
_hp_max = nil,
 
_firepower = 85,
 
_firepower = 85,
_firepower_max = nil,
+
_firepower_max = 105,
_firepower_mod = nil,
+
_firepower_mod = 7,
 
_armor = 79,
 
_armor = 79,
_armor_max = nil,
+
_armor_max = 95,
_armor_mod = nil,
+
_armor_mod = 6,
 
_torpedo = 0,
 
_torpedo = 0,
 
_torpedo_max = false,
 
_torpedo_max = false,
 
_torpedo_mod = false,
 
_torpedo_mod = false,
 
_evasion = 34,
 
_evasion = 34,
_evasion_max = nil,
+
_evasion_max = 67,
 
_aa = 70,
 
_aa = 70,
_aa_max = nil,
+
_aa_max = 96,
_aa_mod = nil,
+
_aa_mod = 6,
 
_asw = 0,
 
_asw = 0,
 
_asw_max = false,
 
_asw_max = false,
Line 46: Line 46:
 
_fuel = 200,
 
_fuel = 200,
 
_ammo = 250,
 
_ammo = 250,
_scrap_fuel = nil,
+
_scrap_fuel = 31,
_scrap_ammo = nil,
+
_scrap_ammo = 81,
_scrap_steel = nil,
+
_scrap_steel = 131,
_scrap_baux = nil,
+
_scrap_baux = 34,
 
_equipment = {
 
_equipment = {
 
{equipment = "16inch Triple Gun Mount Mk.7", size = 4},
 
{equipment = "16inch Triple Gun Mount Mk.7", size = 4},

Revision as of 18:00, 19 March 2016

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 = 105,
		_firepower_mod = 7,
		_armor = 79,
		_armor_max = 95,
		_armor_mod = 6,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 34,
		_evasion_max = 67,
		_aa = 70,
		_aa_max = 96,
		_aa_mod = 6,
		_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 = 200,
		_ammo = 250,
		_scrap_fuel = 31,
		_scrap_ammo = 81,
		_scrap_steel = 131,
		_scrap_baux = 34,
		_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 = 50,
		_remodel_catapult = false,
		_remodel_ammo = 2800,
		_remodel_steel = 3400,
		_remodel_from = "Iowa/",
		_remodel_to = false,
		_remodel_to_catapult = 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