- 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 Summer Demon"
Jump to navigation
Jump to search
(Created page with "--Categories: --Category: Enemy boss ship modules return { [""] = { _name = "Aircraft Carrier Summer Demon", _rarity = nil, _back = nil, ...") |
m (8 revisions imported) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
[""] = { | [""] = { | ||
_name = "Aircraft Carrier Summer Demon", | _name = "Aircraft Carrier Summer Demon", | ||
− | _rarity = | + | _rarity = 8, |
− | _back = | + | _back = -11, |
_api_id = 1751, | _api_id = 1751, | ||
_id = 1751, | _id = 1751, | ||
_japanese_name = "空母夏鬼", | _japanese_name = "空母夏鬼", | ||
− | _reading = | + | _reading = "くうぼなつき", |
_type = 11, | _type = 11, | ||
− | _hp = | + | _hp = 340, |
− | _firepower = | + | _firepower = 140, |
− | _armor = | + | _armor = 137, |
− | _torpedo = | + | _torpedo = 0, |
_evasion = nil, | _evasion = nil, | ||
− | _aa = | + | _aa = 120, |
− | _asw = | + | _asw = 0, |
_speed = 10, | _speed = 10, | ||
_los = nil, | _los = nil, | ||
− | _range = | + | _range = 3, |
_luck = nil, | _luck = nil, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
− | {equipment = | + | {equipment = "Abyssal Cat Fighter", size = 64, estimation = true}, |
− | {equipment = | + | {equipment = "Abyssal Hell Dive Bomber", size = 56, estimation = true}, |
− | {equipment = | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 54, estimation = true}, |
− | {equipment = | + | {equipment = "Abyssal Air Radar", size = 0, estimation = true}, |
}, | }, | ||
}, | }, | ||
} | } |
Latest revision as of 13:57, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Aircraft Carrier Summer Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
return {
[""] = {
_name = "Aircraft Carrier Summer Demon",
_rarity = 8,
_back = -11,
_api_id = 1751,
_id = 1751,
_japanese_name = "空母夏鬼",
_reading = "くうぼなつき",
_type = 11,
_hp = 340,
_firepower = 140,
_armor = 137,
_torpedo = 0,
_evasion = nil,
_aa = 120,
_asw = 0,
_speed = 10,
_los = nil,
_range = 3,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "Abyssal Cat Fighter", size = 64, estimation = true},
{equipment = "Abyssal Hell Dive Bomber", size = 56, estimation = true},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 54, estimation = true},
{equipment = "Abyssal Air Radar", size = 0, estimation = true},
},
},
}