- 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/Enemy/Light Cruiser He-Class"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy ship modules]] | ||
+ | |||
local Light_Cruiser_He_Class = { | local Light_Cruiser_He_Class = { | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser He-Class", | _name = "Light Cruiser He-Class", | ||
− | _rarity = | + | _rarity = 1, |
_back = -1, | _back = -1, | ||
_api_id = 506, | _api_id = 506, | ||
Line 28: | Line 31: | ||
_name = "Light Cruiser He-Class", | _name = "Light Cruiser He-Class", | ||
_suffix = "Elite", | _suffix = "Elite", | ||
− | _rarity = | + | _rarity = 4, |
_back = -2, | _back = -2, | ||
_api_id = 519, | _api_id = 519, | ||
Line 54: | Line 57: | ||
_name = "Light Cruiser He-Class", | _name = "Light Cruiser He-Class", | ||
_suffix = "Flagship", | _suffix = "Flagship", | ||
− | _rarity = | + | _rarity = 4, |
_back = -3, | _back = -3, | ||
_api_id = 555, | _api_id = 555, |
Revision as of 15:48, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser He-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Light_Cruiser_He_Class = {
[""] = {
_name = "Light Cruiser He-Class",
_rarity = 1,
_back = -1,
_api_id = 506,
_id = 506,
_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,
_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 = 4,
_back = -2,
_api_id = 519,
_id = 519,
_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,
_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 = 4,
_back = -3,
_api_id = 555,
_id = 555,
_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,
_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