Module:Data/Ship/Italia

< Module:Data‎ | Ship
Revision as of 13:32, 28 April 2015 by com>Ckwng

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

local Italia = {
	[""] = {
		_name = "Italia",
		_rarity = 7,
		_id = 246,
		_true_id = false,
		_card = "446 Card.jpg",
		_battle_card = "Italia card.jpg",
		_japanese_name = "Italia",
		_reading = "イタリア",
		_class = "Littorio",
		_class_number = 1,
		_type = 8,
		_hp = 92,
		_hp_max = 98,
		_firepower = 81,
		_firepower_max = 102,
		_firepower_mod = 5,
		_armor = 77,
		_armor_max = 92,
		_armor_mod = 3,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 44,
		_aa_max = 90,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 4,
		_luck = 30,
		_luck_max = 79,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 1500,
		_remodel_steel = 900,
		_remodel_blueprint = true,
		_remodel_from = "Littorio/",
		_remodel_to = false,
		_fuel = 140,
		_ammo = 170,
		_scrap_fuel = 10,
		_scrap_ammo = 28,
		_scrap_steel = 39,
		_scrap_baux = 7,
		_equipment = {
			{equipment = nil, size = 3},
			{equipment = nil, size = 3},
			{equipment = nil, size = 3},
			{equipment = nil, size = 3},
		},
	},
}

return Italia