- 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
m |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
+ | _rarity = 0, | ||
+ | _back = -1, | ||
+ | _id = 505, | ||
_battle_card = "CL_Ho_Class.png", | _battle_card = "CL_Ho_Class.png", | ||
_japanese_name = "軽巡ホ級", | _japanese_name = "軽巡ホ級", | ||
− | _reading = " | + | _reading = "けいじゅんホきゅう", |
+ | _type = 3, | ||
_hp = 33, | _hp = 33, | ||
_firepower = 14, | _firepower = 14, | ||
Line 18: | Line 22: | ||
_as_rating = false, | _as_rating = false, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "5inch Single | + | {equipment = "5inch Single Anti-Aircraft Gun Mount", size = 1}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Reconnaissance Plane", size = 1}, |
}, | }, | ||
}, | }, | ||
Line 25: | Line 29: | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
_suffix = "Elite", | _suffix = "Elite", | ||
+ | _rarity = 0, | ||
+ | _back = -2, | ||
+ | _id = 518, | ||
_battle_card = "CL_Ho_Class2.png", | _battle_card = "CL_Ho_Class2.png", | ||
_japanese_name = "軽巡ホ級elite", | _japanese_name = "軽巡ホ級elite", | ||
− | _reading = " | + | _reading = "けいじゅんホきゅうエリート", |
+ | _type = 3, | ||
_hp = 48, | _hp = 48, | ||
_firepower = 30, | _firepower = 30, | ||
Line 41: | Line 49: | ||
_as_rating = false, | _as_rating = false, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "5inch Single | + | {equipment = "5inch Single Anti-Aircraft Gun Mount", size = 1}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Reconnaissance Plane", size = 1}, |
}, | }, | ||
}, | }, | ||
Line 48: | Line 56: | ||
_name = "Light Cruiser Ho-Class", | _name = "Light Cruiser Ho-Class", | ||
_suffix = "Flagship", | _suffix = "Flagship", | ||
+ | _rarity = 0, | ||
+ | _back = -3, | ||
+ | _id = 554, | ||
_battle_card = "CL_Ho_Class3.png", | _battle_card = "CL_Ho_Class3.png", | ||
_japanese_name = "軽巡ホ級flagship", | _japanese_name = "軽巡ホ級flagship", | ||
− | _reading = " | + | _reading = "けいじゅんホきゅうフラグシップ", |
+ | _type = 3, | ||
_hp = 53, | _hp = 53, | ||
_firepower = 42, | _firepower = 42, | ||
Line 64: | Line 76: | ||
_as_rating = false, | _as_rating = false, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "5inch Single | + | {equipment = "5inch Single Anti-Aircraft Gun Mount", size = 2}, |
− | {equipment = "Abyssal Depth Charge", size = 2}, | + | {equipment = "Abyssal Depth Charge Projector", size = 2}, |
{equipment = "Abyssal Sonar", size = 2}, | {equipment = "Abyssal Sonar", size = 2}, | ||
}, | }, |
Revision as of 07:11, 21 April 2015
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser Ho-Class/doc
local Light_Cruiser_Ho_Class = {
[""] = {
_name = "Light Cruiser Ho-Class",
_rarity = 0,
_back = -1,
_id = 505,
_battle_card = "CL_Ho_Class.png",
_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,
_as_rating = false,
_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 = 0,
_back = -2,
_id = 518,
_battle_card = "CL_Ho_Class2.png",
_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,
_as_rating = false,
_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 = 0,
_back = -3,
_id = 554,
_battle_card = "CL_Ho_Class3.png",
_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,
_as_rating = false,
_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