- 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/Submarine Princess"
Jump to navigation
Jump to search
com>Ckwng m |
com>Battlecruiser (from http://www.usamimi.info/~geko/index/project/016_KanColle/enemy/index.xhtml) |
||
Line 42: | Line 42: | ||
_type = 13, | _type = 13, | ||
_hp = 130, | _hp = 130, | ||
− | _firepower = | + | _firepower = 70, |
− | _armor = | + | _armor = 73, |
− | _torpedo = | + | _torpedo = 155, |
_evasion = nil, | _evasion = nil, | ||
− | _aa = | + | _aa = 0, |
_asw = nil, | _asw = nil, | ||
_speed = 5, | _speed = 5, | ||
_los = nil, | _los = nil, | ||
− | _range = | + | _range = 1, |
_luck = nil, | _luck = nil, | ||
_equipment = { | _equipment = { | ||
− | {equipment = | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0}, |
− | {equipment = | + | {equipment = "High-speed Abyssal Torpedo", size = 0}, |
− | {equipment = | + | {equipment = "High-speed Abyssal Torpedo", size = 0}, |
}, | }, | ||
}, | }, | ||
Line 71: | Line 71: | ||
_type = 13, | _type = 13, | ||
_hp = 160, | _hp = 160, | ||
− | _firepower = | + | _firepower = 90, |
− | _armor = | + | _armor = 93, |
− | _torpedo = | + | _torpedo = 170, |
_evasion = nil, | _evasion = nil, | ||
− | _aa = | + | _aa = 0, |
_asw = nil, | _asw = nil, | ||
_speed = 5, | _speed = 5, | ||
_los = nil, | _los = nil, | ||
− | _range = | + | _range = 1, |
_luck = nil, | _luck = nil, | ||
_equipment = { | _equipment = { | ||
− | {equipment = | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0}, |
− | {equipment = | + | {equipment = "Abyssal Cuttlefish Torpedo", size = 0}, |
− | {equipment = | + | {equipment = "High-speed Abyssal Torpedo", size = 0}, |
}, | }, | ||
}, | }, |
Revision as of 18:55, 19 November 2015
Documentation for this module may be created at Module:Data/Enemy/Submarine Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Submarine_Princess = {
[""] = {
_name = "Submarine Princess",
_rarity = 8,
_back = -11,
_api_id = 644,
_id = 644,
_japanese_name = "潜水棲姫",
_reading = "せんすいせいき",
_type = 13,
_hp = 110,
_firepower = nil,
_armor = nil,
_torpedo = nil,
_evasion = nil,
_aa = nil,
_asw = nil,
_speed = 5,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = nil, size = nil},
{equipment = nil, size = nil},
{equipment = nil, size = nil},
},
},
["II"] = {
_name = "Submarine Princess",
_suffix = "II",
_rarity = 8,
_back = -11,
_api_id = 645,
_id = 645,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "潜水棲姫",
_reading = "せんすいせいき",
_type = 13,
_hp = 130,
_firepower = 70,
_armor = 73,
_torpedo = 155,
_evasion = nil,
_aa = 0,
_asw = nil,
_speed = 5,
_los = nil,
_range = 1,
_luck = nil,
_equipment = {
{equipment = "Abyssal Cuttlefish Torpedo", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
},
},
["III"] = {
_name = "Submarine Princess",
_suffix = "III",
_rarity = 8,
_back = -11,
_api_id = 646,
_id = 646,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "潜水棲姫",
_reading = "せんすいせいき",
_type = 13,
_hp = 160,
_firepower = 90,
_armor = 93,
_torpedo = 170,
_evasion = nil,
_aa = 0,
_asw = nil,
_speed = 5,
_los = nil,
_range = 1,
_luck = nil,
_equipment = {
{equipment = "Abyssal Cuttlefish Torpedo", size = 0},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
},
},
}
return Submarine_Princess