- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:Data/Enemy/Torpedo Cruiser Chi-Class
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Enemy/Torpedo Cruiser Chi-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Torpedo_Cruiser_Chi_Class = {
[""] = {
_name = "Torpedo Cruiser Chi-Class",
_rarity = 4,
_back = -1,
_api_id = 1508,
_id = 1508,
_japanese_name = "雷巡チ級",
_reading = "らいじゅんチきゅう",
_type = 4,
_hp = 48,
_firepower = 18,
_armor = 22,
_torpedo = 48,
_evasion = 18,
_aa = 10,
_asw = 30,
_speed = 10,
_los = 4,
_range = 2,
_luck = 5,
_equipment = {
{equipment = "5inch Single Anti-Aircraft Gun Mount", size = 2},
{equipment = "21inch Torpedo Early Model", size = 2},
{equipment = "21inch Torpedo Early Model", size = 2},
},
},
["Elite"] = {
_name = "Torpedo Cruiser Chi-Class",
_suffix = "Elite",
_rarity = 6,
_back = -2,
_api_id = 1521,
_id = 1521,
_battle_card_extension = "png",
_japanese_name = "雷巡チ級elite",
_reading = "らいじゅんチきゅうエリート",
_type = 4,
_hp = 50,
_firepower = 35,
_armor = 34,
_torpedo = 72,
_evasion = 30,
_aa = 20,
_asw = 40,
_speed = 10,
_los = 10,
_range = 2,
_luck = 10,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 2},
{equipment = "21inch Torpedo Late Model", size = 2},
{equipment = "21inch Torpedo Late Model", size = 2},
},
},
["Flagship"] = {
_name = "Torpedo Cruiser Chi-Class",
_suffix = "Flagship",
_rarity = 6,
_back = -3,
_api_id = 1559,
_id = 1559,
_battle_card_extension = "png",
_japanese_name = "雷巡チ級flagship",
_reading = "らいじゅんチきゅうフラグシップ",
_type = 4,
_hp = 70,
_firepower = 50,
_armor = 60,
_torpedo = 120,
_evasion = 55,
_aa = 30,
_asw = 50,
_speed = 10,
_los = 15,
_range = 2,
_luck = 30,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 1},
{equipment = "High-speed Abyssal Torpedo", size = 1},
{equipment = "High-speed Abyssal Torpedo", size = 1},
},
},
}
return Torpedo_Cruiser_Chi_Class