- 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>Battlecruiser (from http://www.usamimi.info/~geko/index/project/016_KanColle/enemy/index.xhtml) |
|||
Line 21: | Line 21: | ||
_speed = 5, | _speed = 5, | ||
_los = nil, | _los = nil, | ||
− | _range = | + | _range = 1, |
_luck = nil, | _luck = nil, | ||
_equipment = { | _equipment = { |
Revision as of 00:13, 20 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 = 1,
_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