- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:Data/Enemy/Light Cruiser Demon
< Module:Data
Jump to navigation
Jump to search
Revision as of 10:01, 21 April 2015 by com>Ckwng
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser Demon/doc
local Light_Cruiser_Demon = {
[""] = {
_name = "Light Cruiser Demon",
_rarity = 0,
_back = -10,
_id = 601,
_battle_card = "CL_demon1_card.png",
_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,
_as_rating = false,
_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 Form)",
_rarity = 0,
_back = -10,
_id = 602,
_battle_card = "CL_demon2_card.png",
_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,
_as_rating = false,
_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