- 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 |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy ship modules]] | ||
+ | |||
local Light_Cruiser_Ho_Class = { | local Light_Cruiser_Ho_Class = { | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
− | _rarity = | + | _rarity = 1, |
_back = -1, | _back = -1, | ||
_api_id = 505, | _api_id = 505, | ||
Line 28: | Line 31: | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
_suffix = "Elite", | _suffix = "Elite", | ||
− | _rarity = | + | _rarity = 4, |
_back = -2, | _back = -2, | ||
_api_id = 518, | _api_id = 518, | ||
Line 54: | Line 57: | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
_suffix = "Flagship", | _suffix = "Flagship", | ||
− | _rarity = | + | _rarity = 4, |
_back = -3, | _back = -3, | ||
_api_id = 554, | _api_id = 554, |
Revision as of 15:49, 27 May 2015
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 = 505,
_id = 505,
_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 = 518,
_id = 518,
_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 = 554,
_id = 554,
_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},
},
},
}
return Light_Cruiser_Ho_Class