- 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 Demon"
Jump to navigation
Jump to search
(Created page with "local Anchorage_Demon = { [""] = { _name = "Anchorage Demon", _battle_card = "Ancorage_Demon_card.png", _japanese_name = "泊地棲鬼", _reading = "はくちせい...") |
m (12 revisions imported) |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Anchorage_Demon = { | local Anchorage_Demon = { | ||
[""] = { | [""] = { | ||
_name = "Anchorage Demon", | _name = "Anchorage Demon", | ||
− | + | _rarity = 7, | |
+ | _back = -11, | ||
+ | _api_id = 1539, | ||
+ | _id = 1539, | ||
_japanese_name = "泊地棲鬼", | _japanese_name = "泊地棲鬼", | ||
_reading = "はくちせいき", | _reading = "はくちせいき", | ||
+ | _type = 10, | ||
_hp = 180, | _hp = 180, | ||
_firepower = 90, | _firepower = 90, | ||
Line 12: | Line 19: | ||
_aa = 70, | _aa = 70, | ||
_asw = 0, | _asw = 0, | ||
− | _speed = | + | _speed = 5, |
_los = 70, | _los = 70, | ||
− | _range = | + | _range = 3, |
_luck = 30, | _luck = 30, | ||
− | |||
_equipment = { | _equipment = { | ||
− | {equipment = " | + | {equipment = "Deterioration Armor Piercing Shell", size = 60}, |
− | {equipment = "Abyssal Fighter | + | {equipment = "Abyssal Fighter Mark.II", size = 60}, |
− | {equipment = "Abyssal | + | {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 Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Anchorage_Demon = {
[""] = {
_name = "Anchorage Demon",
_rarity = 7,
_back = -11,
_api_id = 1539,
_id = 1539,
_japanese_name = "泊地棲鬼",
_reading = "はくちせいき",
_type = 10,
_hp = 180,
_firepower = 90,
_armor = 80,
_torpedo = 60,
_evasion = 10,
_aa = 70,
_asw = 0,
_speed = 5,
_los = 70,
_range = 3,
_luck = 30,
_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_Demon