- 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/Armored Carrier Demon"
Jump to navigation
Jump to search
com>Ckwng |
m (10 revisions imported) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Armored_Carrier_Demon = { | local Armored_Carrier_Demon = { | ||
[""] = { | [""] = { | ||
_name = "Armored Carrier Demon", | _name = "Armored Carrier Demon", | ||
− | _rarity = | + | _rarity = 6, |
− | _back = - | + | _back = -11, |
− | + | _api_id = 1544, | |
− | + | _id = 1544, | |
_japanese_name = "装甲空母鬼", | _japanese_name = "装甲空母鬼", | ||
− | _reading = " | + | _reading = "そうこうくうぼき", |
_type = 10, | _type = 10, | ||
_hp = 150, | _hp = 150, | ||
Line 18: | Line 21: | ||
_speed = 10, | _speed = 10, | ||
_los = 70, | _los = 70, | ||
− | _range = | + | _range = 3, |
_luck = 10, | _luck = 10, | ||
− | |||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 80}, | {equipment = "Abyssal Fighter Mark.II", size = 80}, |
Latest revision as of 13:50, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Armored Carrier Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Armored_Carrier_Demon = {
[""] = {
_name = "Armored Carrier Demon",
_rarity = 6,
_back = -11,
_api_id = 1544,
_id = 1544,
_japanese_name = "装甲空母鬼",
_reading = "そうこうくうぼき",
_type = 10,
_hp = 150,
_firepower = 70,
_armor = 80,
_torpedo = 80,
_evasion = 10,
_aa = 60,
_asw = 0,
_speed = 10,
_los = 70,
_range = 3,
_luck = 10,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 80},
{equipment = "Abyssal Dive Bomber Mark.II", size = 80},
{equipment = "16inch Twin Gun Mount", size = 0},
},
},
}
return Armored_Carrier_Demon