- 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/Italia"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng |
m (26 revisions imported) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | -- [[Category:Player ship modules]] | |
− | --[[Category:Player ship modules]] | ||
− | + | return { | |
− | + | [""] = { | |
− | + | _name = "Italia", | |
− | + | _page = "Littorio", | |
− | + | _rarity = 7, | |
− | + | _api_id = 446, | |
− | + | _id = 246, | |
− | + | _true_id = false, | |
− | + | _japanese_name = "Italia", | |
− | + | _reading = "イタリア", | |
− | + | _class = "Vittorio Veneto", | |
− | + | _class_number = 2, | |
− | + | _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 = 35, | |
− | + | _evasion_max = 76, | |
− | + | _aa = 44, | |
− | + | _aa_max = 90, | |
− | + | _aa_mod = 2, | |
− | + | _asw = 0, | |
− | + | _asw_max = false, | |
− | + | _speed = 10, | |
− | + | _los = 17, | |
− | + | _los_max = 52, | |
− | + | _range = 4, | |
− | + | _luck = 30, | |
− | + | _luck_max = 79, | |
− | + | _luck_mod = false, | |
− | + | _remodel_level = 35, | |
− | + | _remodel_ammo = 1500, | |
− | + | _remodel_steel = 900, | |
− | + | _remodel_development_material = false, | |
− | + | _remodel_blueprint = true, | |
− | + | _remodel_catapult = false, | |
− | + | _remodel_from = "Littorio/", | |
− | + | _remodel_to = false, | |
− | + | _fuel = 140, | |
− | + | _ammo = 170, | |
− | + | _scrap_fuel = 18, | |
− | + | _scrap_ammo = 28, | |
− | + | _scrap_steel = 39, | |
− | + | _scrap_baux = 7, | |
− | + | _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", | |
− | + | }, | |
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− |
Latest revision as of 14:58, 12 May 2021
Documentation for this module may be created at Module:Data/Ship/Italia/doc
-- [[Category:Player ship modules]]
return {
[""] = {
_name = "Italia",
_page = "Littorio",
_rarity = 7,
_api_id = 446,
_id = 246,
_true_id = false,
_japanese_name = "Italia",
_reading = "イタリア",
_class = "Vittorio Veneto",
_class_number = 2,
_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 = 35,
_evasion_max = 76,
_aa = 44,
_aa_max = 90,
_aa_mod = 2,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 17,
_los_max = 52,
_range = 4,
_luck = 30,
_luck_max = 79,
_luck_mod = false,
_remodel_level = 35,
_remodel_ammo = 1500,
_remodel_steel = 900,
_remodel_development_material = false,
_remodel_blueprint = true,
_remodel_catapult = false,
_remodel_from = "Littorio/",
_remodel_to = false,
_fuel = 140,
_ammo = 170,
_scrap_fuel = 18,
_scrap_ammo = 28,
_scrap_steel = 39,
_scrap_baux = 7,
_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",
},
}