Line 1: |
Line 1: |
− | local Italia = {
| + | -- [[Category:Player ship modules]] |
− | [""] = {
| + | |
− | _name = "Italia",
| + | return { |
− | _rarity = 7,
| + | [""] = { |
− | _id = 246,
| + | _name = "Italia", |
− | _true_id = false,
| + | _page = "Littorio", |
− | _card = "446 Card.jpg",
| + | _rarity = 7, |
− | _battle_card = "Italia card.jpg",
| + | _api_id = 446, |
− | _japanese_name = "Italia",
| + | _id = 246, |
− | _reading = "イタリア",
| + | _true_id = false, |
− | _class = "Vittorio Veneto",
| + | _japanese_name = "Italia", |
− | _class_number = 2,
| + | _reading = "イタリア", |
− | _type = 8,
| + | _class = "Vittorio Veneto", |
− | _hp = 92,
| + | _class_number = 2, |
− | _hp_max = 98,
| + | _type = 8, |
− | _firepower = 81,
| + | _hp = 92, |
− | _firepower_max = 102,
| + | _hp_max = 98, |
− | _firepower_mod = 5,
| + | _firepower = 81, |
− | _armor = 77,
| + | _firepower_max = 102, |
− | _armor_max = 92,
| + | _firepower_mod = 5, |
− | _armor_mod = 3,
| + | _armor = 77, |
− | _torpedo = 0,
| + | _armor_max = 92, |
− | _torpedo_max = false,
| + | _armor_mod = 3, |
− | _torpedo_mod = false,
| + | _torpedo = 0, |
− | _evasion = nil,
| + | _torpedo_max = false, |
− | _evasion_max = nil,
| + | _torpedo_mod = false, |
− | _aa = 44,
| + | _evasion = 35, |
− | _aa_max = 90,
| + | _evasion_max = 76, |
− | _aa_mod = 2,
| + | _aa = 44, |
− | _asw = 0,
| + | _aa_max = 90, |
− | _asw_max = false,
| + | _aa_mod = 2, |
− | _speed = 10,
| + | _asw = 0, |
− | _los = nil,
| + | _asw_max = false, |
− | _los_max = nil,
| + | _speed = 10, |
− | _range = 4,
| + | _los = 17, |
− | _luck = 30,
| + | _los_max = 52, |
− | _luck_max = 79,
| + | _range = 4, |
− | _luck_mod = false,
| + | _luck = 30, |
− | _remodel_level = 35,
| + | _luck_max = 79, |
− | _remodel_ammo = 1500,
| + | _luck_mod = false, |
− | _remodel_steel = 900,
| + | _remodel_level = 35, |
− | _remodel_blueprint = true,
| + | _remodel_ammo = 1500, |
− | _remodel_from = "Littorio/",
| + | _remodel_steel = 900, |
− | _remodel_to = false,
| + | _remodel_development_material = false, |
− | _fuel = 140,
| + | _remodel_blueprint = true, |
− | _ammo = 170,
| + | _remodel_catapult = false, |
− | _scrap_fuel = 10,
| + | _remodel_from = "Littorio/", |
− | _scrap_ammo = 28,
| + | _remodel_to = false, |
− | _scrap_steel = 39,
| + | _fuel = 140, |
− | _scrap_baux = 7,
| + | _ammo = 170, |
− | _equipment = {
| + | _scrap_fuel = 18, |
− | {equipment = "381mm/50 Triple Gun Mount Kai", size = 3},
| + | _scrap_ammo = 28, |
− | {equipment = "OTO 152mm Triple Rapid Fire Gun Mount", size = 3},
| + | _scrap_steel = 39, |
− | {equipment = "90mm Single High-angle Gun Mount", size = 3},
| + | _scrap_baux = 7, |
− | {equipment = false, size = 3},
| + | _equipment = { |
− | },
| + | { equipment = "381mm/50 Triple Gun Mount Kai", size = 3 }, |
− | },
| + | { equipment = "OTO 152mm Triple Rapid Fire Gun Mount", size = 3 }, |
| + | { equipment = "90mm Single High-angle Gun Mount", size = 3 }, |
| + | { equipment = false, size = 3 }, |
| + | }, |
| + | _gun_fit_properties = { |
| + | ["35.6cm/38cm"] = 1, |
| + | ["381mm"] = 0, |
| + | ["41cm"] = -1, |
| + | ["16inch"] = -1, |
| + | ["Proto 46cm"] = -1, |
| + | ["46cm"] = -1, |
| + | ["51cm"] = false, |
| + | }, |
| + | }, |
| + | seasonals = { |
| + | ["Xmas"] = "Italia/Christmas", |
| + | }, |
| } | | } |
− |
| |
− | return Italia
| |