- 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 Summer Princess"
Jump to navigation
Jump to search
m |
m |
||
Line 29: | Line 29: | ||
{equipment = false, size = 0, estimation = true}, | {equipment = false, size = 0, estimation = true}, | ||
}, | }, | ||
− | |||
}, | }, | ||
["Flagship II"] = { | ["Flagship II"] = { | ||
Line 59: | Line 58: | ||
{equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true}, | {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true}, | ||
}, | }, | ||
− | |||
}, | }, | ||
["Flagship III"] = { | ["Flagship III"] = { | ||
Line 89: | Line 87: | ||
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true}, | {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true}, | ||
}, | }, | ||
− | |||
}, | }, | ||
["Unknown"] = { | ["Unknown"] = { | ||
Line 101: | Line 98: | ||
_battle_card_reference = "/Flagship", | _battle_card_reference = "/Flagship", | ||
_type = 13, | _type = 13, | ||
− | |||
}, | }, | ||
} | } | ||
return Submarine_Summer_Princess | return Submarine_Summer_Princess |
Revision as of 06:58, 28 April 2018
Documentation for this module may be created at Module:Data/Enemy/Submarine Summer Princess/doc
--Categories:
--[[Category:Enemy boss ship modules]]
local Submarine_Summer_Princess = {
["Flagship"] = {
_name = "Submarine Summer Princess",
_suffix = "Flagship",
_rarity = 8,
_back = -11,
_api_id = 693,
_id = 693,
_japanese_name = "潜水夏姫flagship",
_reading = "せんすいなつきフラグシップ",
_type = 13,
_hp = 110,
_firepower = 50,
_armor = 38,
_torpedo = 140,
_evasion = nil,
_aa = 0,
_asw = 0,
_speed = 5,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
{equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
{equipment = false, size = 0, estimation = true},
},
},
["Flagship II"] = {
_name = "Submarine Summer Princess",
_suffix = "Flagship II",
_rarity = 8,
_back = -11,
_api_id = 694,
_id = 694,
_japanese_name = "潜水夏姫flagship",
_reading = "せんすいなつきフラグシップ",
_cg_reference = "/Flagship",
_battle_card_reference = "/Flagship",
_type = 13,
_hp = 140,
_firepower = 70,
_armor = 48,
_torpedo = 155,
_evasion = nil,
_aa = 0,
_asw = 0,
_speed = 5,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
{equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
},
},
["Flagship III"] = {
_name = "Submarine Summer Princess",
_suffix = "Flagship III",
_rarity = 8,
_back = -11,
_api_id = 695,
_id = 695,
_japanese_name = "潜水夏姫flagship",
_reading = "せんすいなつきフラグシップ",
_cg_reference = "/Flagship",
_battle_card_reference = "/Flagship",
_type = 13,
_hp = 180,
_firepower = 90,
_armor = 58,
_torpedo = 170,
_evasion = nil,
_aa = 0,
_asw = 0,
_speed = 5,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
{equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
},
},
["Unknown"] = {
_name = "Submarine Summer Princess",
_display_suffix = "Unknown",
_rarity = 8,
_back = -11,
_japanese_name = "潜水夏姫",
_reading = "せんすいなつき",
_cg_reference = "/Flagship",
_battle_card_reference = "/Flagship",
_type = 13,
},
}
return Submarine_Summer_Princess