- 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 Demon"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Light_Cruiser_Demon = { | local Light_Cruiser_Demon = { | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser Demon", | _name = "Light Cruiser Demon", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 601, | _api_id = 601, | ||
Line 31: | Line 34: | ||
_suffix = "Final", | _suffix = "Final", | ||
_display_suffix = "(Final Form)", | _display_suffix = "(Final Form)", | ||
− | _rarity = | + | _rarity = 8, |
_back = -12, | _back = -12, | ||
_api_id = 602, | _api_id = 602, |
Revision as of 15:48, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Light_Cruiser_Demon = {
[""] = {
_name = "Light Cruiser Demon",
_rarity = 8,
_back = -11,
_api_id = 601,
_id = 601,
_japanese_name = "軽巡棲鬼",
_reading = "けいじゅんせいき",
_type = 3,
_hp = 210,
_firepower = 59,
_armor = 135,
_torpedo = 88,
_evasion = nil,
_aa = 60,
_asw = nil,
_speed = 10,
_los = nil,
_range = 2,
_luck = 70,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 0},
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 0},
{equipment = "Surface Radar Mark.II", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 3},
},
},
["Final"] = {
_name = "Light Cruiser Demon",
_suffix = "Final",
_display_suffix = "(Final Form)",
_rarity = 8,
_back = -12,
_api_id = 602,
_id = 602,
_japanese_name = "軽巡棲鬼",
_reading = "けいじゅんせいき",
_type = 3,
_hp = 270,
_firepower = 69,
_armor = 170,
_torpedo = 98,
_evasion = nil,
_aa = 60,
_asw = nil,
_speed = 10,
_los = nil,
_range = 2,
_luck = 90,
_equipment = {
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 0},
{equipment = "6inch Twin Rapid Fire Gun Mount", size = 0},
{equipment = "Surface Radar Mark.II", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 3},
},
},
}
return Light_Cruiser_Demon