- 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/Mist:Kirishima"
Jump to navigation
Jump to search
com>Battlecruiser m |
com>Kenji135 m |
||
Line 3: | Line 3: | ||
local Kirishima = { | local Kirishima = { | ||
− | + | ["mist"] = { | |
− | + | _name = "Kirishima", | |
− | + | _suffix = "mist", | |
− | + | _page = "Kirishima (fog)", | |
− | + | _rarity = 6.5, | |
− | + | _back = -1, | |
− | + | _api_id = 585, | |
− | + | _id = 585, | |
− | + | _cg = "Fog Enemy Kirishima 01.png", | |
− | + | _japanese_name = "キリシマmist", | |
− | + | _reading = "キリシマミスト", | |
− | + | _type = 8, | |
− | + | _hp = 102, | |
− | + | _firepower = 200, | |
− | + | _armor = 130, | |
− | + | _torpedo = 0, | |
− | + | _evasion = 37, | |
− | + | _aa = 60, | |
− | + | _asw = 0, | |
− | + | _speed = 10, | |
− | + | _los = 80, | |
− | + | _range = 4, | |
− | + | _luck = 20, | |
− | + | _equipment = { | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | }, | |
− | + | }, | |
− | + | ["mist*"] = { | |
− | + | _name = "Kirishima", | |
− | + | _suffix = "mist*", | |
− | + | _page = "Kirishima (fog)", | |
− | + | _rarity = 6.5, | |
− | + | _back = -2, | |
− | + | _api_id = 591, | |
− | + | _id = 591, | |
− | + | _cg_reference = "Kirishima (fog)/mist", | |
− | + | _battle_card_reference = "Kirishima (fog)/mist", | |
− | + | _japanese_name = "キリシマ*mist*", | |
− | + | _reading = "キリシマミスト", | |
− | + | _type = 8, | |
− | + | _hp = 102, | |
− | + | _firepower = 150, | |
− | + | _armor = 100, | |
− | + | _torpedo = 0, | |
− | + | _evasion = 27, | |
− | + | _aa = 55, | |
− | + | _asw = 0, | |
− | + | _speed = 10, | |
− | + | _los = 80, | |
− | + | _range = 4, | |
− | + | _luck = 20, | |
− | + | _equipment = { | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | { equipment = false, size = 0 }, | |
− | + | }, | |
− | + | }, | |
} | } | ||
return Kirishima | return Kirishima |
Revision as of 09:31, 1 January 2018
Documentation for this module may be created at Module:Data/Enemy/Mist:Kirishima/doc
--Categories:
--[[Category:Limited enemy ship modules]]
local Kirishima = {
["mist"] = {
_name = "Kirishima",
_suffix = "mist",
_page = "Kirishima (fog)",
_rarity = 6.5,
_back = -1,
_api_id = 585,
_id = 585,
_cg = "Fog Enemy Kirishima 01.png",
_japanese_name = "キリシマmist",
_reading = "キリシマミスト",
_type = 8,
_hp = 102,
_firepower = 200,
_armor = 130,
_torpedo = 0,
_evasion = 37,
_aa = 60,
_asw = 0,
_speed = 10,
_los = 80,
_range = 4,
_luck = 20,
_equipment = {
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
},
},
["mist*"] = {
_name = "Kirishima",
_suffix = "mist*",
_page = "Kirishima (fog)",
_rarity = 6.5,
_back = -2,
_api_id = 591,
_id = 591,
_cg_reference = "Kirishima (fog)/mist",
_battle_card_reference = "Kirishima (fog)/mist",
_japanese_name = "キリシマ*mist*",
_reading = "キリシマミスト",
_type = 8,
_hp = 102,
_firepower = 150,
_armor = 100,
_torpedo = 0,
_evasion = 27,
_aa = 55,
_asw = 0,
_speed = 10,
_los = 80,
_range = 4,
_luck = 20,
_equipment = {
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
{ equipment = false, size = 0 },
},
},
}
return Kirishima