- 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/Anchorage Princess"
Jump to navigation
Jump to search
m |
m (9 revisions imported) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Anchorage_Princess = { | local Anchorage_Princess = { | ||
[""] = { | [""] = { | ||
_name = "Anchorage Princess", | _name = "Anchorage Princess", | ||
− | + | _rarity = 7, | |
+ | _back = -11, | ||
+ | _api_id = 1540, | ||
+ | _id = 1540, | ||
_japanese_name = "泊地棲姫", | _japanese_name = "泊地棲姫", | ||
_reading = "はくちせいき", | _reading = "はくちせいき", | ||
+ | _type = 10, | ||
_hp = 300, | _hp = 300, | ||
_firepower = 96, | _firepower = 96, | ||
Line 16: | Line 23: | ||
_range = 3, | _range = 3, | ||
_luck = 40, | _luck = 40, | ||
− | |||
_equipment = { | _equipment = { | ||
− | {equipment = " | + | {equipment = "Deterioration Armor Piercing Shell", size = 60}, |
− | {equipment = "Abyssal Fighter | + | {equipment = "Abyssal Fighter Mark.II", size = 60}, |
− | {equipment = "Abyssal Dive Bomber | + | {equipment = "Abyssal Dive Bomber Mark.II", size = 60}, |
}, | }, | ||
}, | }, |
Latest revision as of 13:51, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Anchorage Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Anchorage_Princess = {
[""] = {
_name = "Anchorage Princess",
_rarity = 7,
_back = -11,
_api_id = 1540,
_id = 1540,
_japanese_name = "泊地棲姫",
_reading = "はくちせいき",
_type = 10,
_hp = 300,
_firepower = 96,
_armor = 90,
_torpedo = 90,
_evasion = 20,
_aa = 80,
_asw = 0,
_speed = 5,
_los = 80,
_range = 3,
_luck = 40,
_equipment = {
{equipment = "Deterioration Armor Piercing Shell", size = 60},
{equipment = "Abyssal Fighter Mark.II", size = 60},
{equipment = "Abyssal Dive Bomber Mark.II", size = 60},
},
},
}
return Anchorage_Princess