- 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/Light Cruiser He-Class
< Module:Data
Jump to navigation
Jump to search
Revision as of 07:17, 21 April 2015 by com>Ckwng
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser He-Class/doc
local Light_Cruiser_He_Class = {
[""] = {
_name = "Light Cruiser He-Class",
_rarity = 0,
_back = -1,
_id = 506,
_battle_card = "CL_He_Class.png",
_japanese_name = "軽巡ヘ級",
_reading = "けいじゅんヘきゅう",
_type = 3,
_hp = 36,
_firepower = 16,
_armor = 18,
_torpedo = 28,
_evasion = 15,
_aa = 12,
_asw = 40,
_speed = 10,
_los = 6,
_range = 2,
_luck = 1,
_as_rating = false,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 1},
{equipment = "Abyssal Reconnaissance Plane", size = 1},
},
},
["Elite"] = {
_name = "Light Cruiser He-Class",
_suffix = "Elite",
_rarity = 0,
_back = -2,
_id = 519,
_battle_card = "CL_He_Class2.png",
_japanese_name = "軽巡ヘ級elite",
_reading = "けいじゅんヘきゅうエリート",
_type = 3,
_hp = 52,
_firepower = 34,
_armor = 32,
_torpedo = 48,
_evasion = 26,
_aa = 23,
_asw = 45,
_speed = 10,
_los = 6,
_range = 2,
_luck = 10,
_as_rating = false,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 1},
{equipment = "Abyssal Reconnaissance Plane", size = 1},
},
},
["Flagship"] = {
_name = "Light Cruiser He-Class",
_suffix = "Flagship",
_rarity = 0,
_back = -3,
_id = 555,
_battle_card = "CL_He_Class3.png",
_japanese_name = "軽巡ヘ級flagship",
_reading = "けいじゅんヘきゅうフラグシップ",
_type = 3,
_hp = 57,
_firepower = 48,
_armor = 39,
_torpedo = 80,
_evasion = 46,
_aa = 30,
_asw = 80,
_speed = 10,
_los = 24,
_range = 2,
_luck = 20,
_as_rating = false,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 2},
{equipment = "Abyssal Depth Charge Projector", size = 2},
{equipment = "Abyssal Depth Charge Projector", size = 2},
{equipment = "Abyssal Sonar", size = 2},
},
},
}
return Light_Cruiser_He_Class