- 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/Aircraft Carrier Demon"
Jump to navigation
Jump to search
com>Ckwng (Night bombing ability) |
com>Ckwng (Add variant) |
||
| Line 29: | Line 29: | ||
{equipment = "Abyssal Revenge Torpedo Bomber", size = 48}, | {equipment = "Abyssal Revenge Torpedo Bomber", size = 48}, | ||
{equipment = "Abyssal Air Radar", size = 0}, | {equipment = "Abyssal Air Radar", size = 0}, | ||
| + | }, | ||
| + | }, | ||
| + | ["Strong"] = { | ||
| + | _name = "Aircraft Carrier Demon", | ||
| + | _suffix = "Strong", | ||
| + | _display_suffix = "(Strong)", | ||
| + | _rarity = 8, | ||
| + | _back = -11, | ||
| + | _api_id = 619, | ||
| + | _id = 619, | ||
| + | _japanese_name = "空母棲鬼", | ||
| + | _reading = "くうぼせいき", | ||
| + | _type = 11, | ||
| + | _hp = nil, | ||
| + | _firepower = nil, | ||
| + | _armor = nil, | ||
| + | _torpedo = 0, | ||
| + | _evasion = nil, | ||
| + | _aa = nil, | ||
| + | _asw = 0, | ||
| + | _speed = 10, | ||
| + | _los = nil, | ||
| + | _range = 3, | ||
| + | _luck = nil, | ||
| + | _night_bombing = true, | ||
| + | _equipment = { | ||
| + | {equipment = nil, size = nil}, | ||
| + | {equipment = nil, size = nil}, | ||
| + | {equipment = nil, size = nil}, | ||
| + | {equipment = nil, size = nil}, | ||
}, | }, | ||
}, | }, | ||
Revision as of 16:36, 10 August 2015
Documentation for this module may be created at Module:Data/Enemy/Aircraft Carrier Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Aircraft_Carrier_Demon = {
[""] = {
_name = "Aircraft Carrier Demon",
_rarity = 8,
_back = -11,
_api_id = 585,
_id = 585,
_japanese_name = "空母棲鬼",
_reading = "くうぼせいき",
_type = 11,
_hp = 250,
_firepower = 120,
_armor = 138,
_torpedo = 0,
_evasion = 46,
_aa = 100,
_asw = 0,
_speed = 10,
_los = 100,
_range = 3,
_luck = 50,
_night_bombing = true,
_equipment = {
{equipment = "Abyssal Cat Fighter", size = 48},
{equipment = "Abyssal Hell Dive Bomber", size = 48},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 48},
{equipment = "Abyssal Air Radar", size = 0},
},
},
["Strong"] = {
_name = "Aircraft Carrier Demon",
_suffix = "Strong",
_display_suffix = "(Strong)",
_rarity = 8,
_back = -11,
_api_id = 619,
_id = 619,
_japanese_name = "空母棲鬼",
_reading = "くうぼせいき",
_type = 11,
_hp = nil,
_firepower = nil,
_armor = nil,
_torpedo = 0,
_evasion = nil,
_aa = nil,
_asw = 0,
_speed = 10,
_los = nil,
_range = 3,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = nil, size = nil},
{equipment = nil, size = nil},
{equipment = nil, size = nil},
{equipment = nil, size = nil},
},
},
}
return Aircraft_Carrier_Demon