- 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 Ho-Class"
Jump to navigation
Jump to search
com>Ckwng |
m (10 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 7: | Line 7: | ||
_rarity = 1, | _rarity = 1, | ||
_back = -1, | _back = -1, | ||
− | _api_id = | + | _api_id = 1505, |
− | _id = | + | _id = 1505, |
_japanese_name = "軽巡ホ級", | _japanese_name = "軽巡ホ級", | ||
_reading = "けいじゅんホきゅう", | _reading = "けいじゅんホきゅう", | ||
Line 33: | Line 33: | ||
_rarity = 4, | _rarity = 4, | ||
_back = -2, | _back = -2, | ||
− | _api_id = | + | _api_id = 1518, |
− | _id = | + | _id = 1518, |
_japanese_name = "軽巡ホ級elite", | _japanese_name = "軽巡ホ級elite", | ||
_reading = "けいじゅんホきゅうエリート", | _reading = "けいじゅんホきゅうエリート", | ||
Line 59: | Line 59: | ||
_rarity = 4, | _rarity = 4, | ||
_back = -3, | _back = -3, | ||
− | _api_id = | + | _api_id = 1554, |
− | _id = | + | _id = 1554, |
_japanese_name = "軽巡ホ級flagship", | _japanese_name = "軽巡ホ級flagship", | ||
_reading = "けいじゅんホきゅうフラグシップ", | _reading = "けいじゅんホきゅうフラグシップ", | ||
Line 79: | Line 79: | ||
{equipment = "Abyssal Depth Charge Projector", size = 2}, | {equipment = "Abyssal Depth Charge Projector", size = 2}, | ||
{equipment = "Abyssal Sonar", size = 2}, | {equipment = "Abyssal Sonar", size = 2}, | ||
+ | {equipment = false, size = 2}, | ||
}, | }, | ||
+ | _slots = 3, | ||
}, | }, | ||
} | } | ||
return Light_Cruiser_Ho_Class | return Light_Cruiser_Ho_Class |
Latest revision as of 13:48, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser Ho-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Light_Cruiser_Ho_Class = {
[""] = {
_name = "Light Cruiser Ho-Class",
_rarity = 1,
_back = -1,
_api_id = 1505,
_id = 1505,
_japanese_name = "軽巡ホ級",
_reading = "けいじゅんホきゅう",
_type = 3,
_hp = 33,
_firepower = 14,
_armor = 15,
_torpedo = 24,
_evasion = 15,
_aa = 10,
_asw = 30,
_speed = 10,
_los = 6,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "5inch Single Anti-Aircraft Gun Mount", size = 1},
{equipment = "Abyssal Reconnaissance Plane", size = 1},
},
},
["Elite"] = {
_name = "Light Cruiser Ho-Class",
_suffix = "Elite",
_rarity = 4,
_back = -2,
_api_id = 1518,
_id = 1518,
_japanese_name = "軽巡ホ級elite",
_reading = "けいじゅんホきゅうエリート",
_type = 3,
_hp = 48,
_firepower = 30,
_armor = 30,
_torpedo = 40,
_evasion = 24,
_aa = 20,
_asw = 40,
_speed = 10,
_los = 6,
_range = 2,
_luck = 10,
_equipment = {
{equipment = "5inch Single Anti-Aircraft Gun Mount", size = 1},
{equipment = "Abyssal Reconnaissance Plane", size = 1},
},
},
["Flagship"] = {
_name = "Light Cruiser Ho-Class",
_suffix = "Flagship",
_rarity = 4,
_back = -3,
_api_id = 1554,
_id = 1554,
_japanese_name = "軽巡ホ級flagship",
_reading = "けいじゅんホきゅうフラグシップ",
_type = 3,
_hp = 53,
_firepower = 42,
_armor = 36,
_torpedo = 72,
_evasion = 44,
_aa = 27,
_asw = 70,
_speed = 10,
_los = 20,
_range = 2,
_luck = 20,
_equipment = {
{equipment = "5inch Single Anti-Aircraft Gun Mount", size = 2},
{equipment = "Abyssal Depth Charge Projector", size = 2},
{equipment = "Abyssal Sonar", size = 2},
{equipment = false, size = 2},
},
_slots = 3,
},
}
return Light_Cruiser_Ho_Class