- 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 (Correct flagship equipment) |
m |
||
Line 7: | Line 7: | ||
_rarity = 1, | _rarity = 1, | ||
_back = -1, | _back = -1, | ||
− | _api_id = | + | _api_id = 1506, |
− | _id = | + | _id = 1506, |
_japanese_name = "軽巡ヘ級", | _japanese_name = "軽巡ヘ級", | ||
_reading = "けいじゅんヘきゅう", | _reading = "けいじゅんヘきゅう", | ||
Line 33: | Line 33: | ||
_rarity = 4, | _rarity = 4, | ||
_back = -2, | _back = -2, | ||
− | _api_id = | + | _api_id = 1519, |
− | _id = | + | _id = 1519, |
_japanese_name = "軽巡ヘ級elite", | _japanese_name = "軽巡ヘ級elite", | ||
_reading = "けいじゅんヘきゅうエリート", | _reading = "けいじゅんヘきゅうエリート", | ||
Line 59: | Line 59: | ||
_rarity = 4, | _rarity = 4, | ||
_back = -3, | _back = -3, | ||
− | _api_id = | + | _api_id = 1555, |
− | _id = | + | _id = 1555, |
_japanese_name = "軽巡ヘ級flagship", | _japanese_name = "軽巡ヘ級flagship", | ||
_reading = "けいじゅんヘきゅうフラグシップ", | _reading = "けいじゅんヘきゅうフラグシップ", |
Revision as of 18:04, 16 September 2018
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 = 1506,
_id = 1506,
_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 = 1519,
_id = 1519,
_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 = 1555,
_id = 1555,
_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 Reconnaissance Plane", size = 2},
{equipment = "Abyssal Depth Charge Projector", size = 2},
{equipment = "Abyssal Sonar", size = 2},
},
},
}
return Light_Cruiser_He_Class