- 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/Ancient Destroyer Demon"
Jump to navigation
Jump to search
com>Battlecruiser (II's stats) |
com>Battlecruiser (I's stats?) |
||
Line 12: | Line 12: | ||
_reading = "くちくこき", | _reading = "くちくこき", | ||
_type = 2, | _type = 2, | ||
− | _hp = | + | _hp = 170, |
− | _firepower = | + | _firepower = 80, |
− | _armor = | + | _armor = 149, |
− | _torpedo = | + | _torpedo = 100, |
_evasion = nil, | _evasion = nil, | ||
− | _aa = | + | _aa = 58, |
_asw = nil, | _asw = nil, | ||
_speed = 10, | _speed = 10, | ||
_los = nil, | _los = nil, | ||
− | _range = | + | _range = 1, |
_luck = nil, | _luck = nil, | ||
_equipment = { | _equipment = { | ||
− | {equipment = | + | {equipment = "5inch Single Gun Mount", size = 0, estimation = true}, |
− | {equipment = | + | {equipment = "5inch Single Gun Mount", size = 0, estimation = true}, |
− | {equipment = | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true}, |
− | {equipment = | + | {equipment = "Abyssal Surface Radar", size = 0, estimation = true}, |
}, | }, | ||
}, | }, |
Revision as of 19:32, 3 May 2016
Documentation for this module may be created at Module:Data/Enemy/Ancient Destroyer Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Destroyer_Ancient_Demon = {
[""] = {
_name = "Destroyer Ancient Demon",
_rarity = 8,
_back = -11,
_api_id = 673,
_id = 673,
_japanese_name = "駆逐古鬼",
_reading = "くちくこき",
_type = 2,
_hp = 170,
_firepower = 80,
_armor = 149,
_torpedo = 100,
_evasion = nil,
_aa = 58,
_asw = nil,
_speed = 10,
_los = nil,
_range = 1,
_luck = nil,
_equipment = {
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
},
},
["II"] = {
_name = "Destroyer Ancient Demon",
_suffix = "II",
_rarity = 8,
_back = -11,
_api_id = 674,
_id = 674,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "駆逐古鬼",
_reading = "くちくこき",
_type = 2,
_hp = 180,
_firepower = 88,
_armor = 158,
_torpedo = 110,
_evasion = nil,
_aa = 64,
_asw = nil,
_speed = 10,
_los = nil,
_range = 1,
_luck = nil,
_equipment = {
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
},
},
["III"] = {
_name = "Destroyer Ancient Demon",
_suffix = "III",
_rarity = 8,
_back = -11,
_api_id = 675,
_id = 675,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "駆逐古鬼",
_reading = "くちくこき",
_type = 2,
_hp = 190,
_firepower = 96,
_armor = 167,
_torpedo = 120,
_evasion = nil,
_aa = 81,
_asw = nil,
_speed = 10,
_los = nil,
_range = 1,
_luck = nil,
_equipment = {
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
},
},
}
return Destroyer_Ancient_Demon