- 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
m |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser Demon", | _name = "Light Cruiser Demon", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 601, | ||
_battle_card = "CL_demon1_card.png", | _battle_card = "CL_demon1_card.png", | ||
_japanese_name = "軽巡棲鬼", | _japanese_name = "軽巡棲鬼", | ||
_reading = "けいじゅんせいき", | _reading = "けいじゅんせいき", | ||
+ | _type = 3, | ||
_hp = 210, | _hp = 210, | ||
_firepower = 59, | _firepower = 59, | ||
_armor = 135, | _armor = 135, | ||
_torpedo = 88, | _torpedo = 88, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 60, | _aa = 60, | ||
− | _asw = | + | _asw = nil, |
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 2, | _range = 2, | ||
_luck = 70, | _luck = 70, | ||
_as_rating = false, | _as_rating = false, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "6inch Twin Rapid | + | {equipment = "6inch Twin Rapid Fire Gun Mount", size = 0}, |
− | {equipment = "6inch Twin Rapid | + | {equipment = "6inch Twin Rapid Fire Gun Mount", size = 0}, |
− | {equipment = "Surface Radar | + | {equipment = "Surface Radar Mark.II", size = 0}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Reconnaissance Plane", size = 3}, |
}, | }, | ||
}, | }, | ||
Line 27: | Line 31: | ||
_name = "Light Cruiser Demon", | _name = "Light Cruiser Demon", | ||
_suffix = "(Final Form)", | _suffix = "(Final Form)", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 602, | ||
_battle_card = "CL_demon2_card.png", | _battle_card = "CL_demon2_card.png", | ||
_japanese_name = "軽巡棲鬼", | _japanese_name = "軽巡棲鬼", | ||
_reading = "けいじゅんせいき", | _reading = "けいじゅんせいき", | ||
+ | _type = 3, | ||
_hp = 270, | _hp = 270, | ||
_firepower = 69, | _firepower = 69, | ||
_armor = 170, | _armor = 170, | ||
_torpedo = 98, | _torpedo = 98, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 60, | _aa = 60, | ||
− | _asw = | + | _asw = nil, |
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 2, | _range = 2, | ||
_luck = 90, | _luck = 90, | ||
_as_rating = false, | _as_rating = false, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "6inch Twin Rapid | + | {equipment = "6inch Twin Rapid Fire Gun Mount", size = 0}, |
− | {equipment = "6inch Twin Rapid | + | {equipment = "6inch Twin Rapid Fire Gun Mount", size = 0}, |
− | {equipment = "Surface Radar | + | {equipment = "Surface Radar Mark.II", size = 0}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Reconnaissance Plane", size = 3}, |
}, | }, | ||
}, | }, |
Revision as of 10:01, 21 April 2015
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