- 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
com>Battlecruiser m (correct) |
m (8 revisions imported) |
||
(5 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, | ||
Line 23: | Line 23: | ||
_range = 3, | _range = 3, | ||
_luck = nil, | _luck = nil, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Cat Fighter", size = 64, estimation = true}, | {equipment = "Abyssal Cat Fighter", size = 64, estimation = true}, | ||
− | {equipment = "Abyssal Hell Dive Bomber", size = | + | {equipment = "Abyssal Hell Dive Bomber", size = 56, estimation = true}, |
− | {equipment = "Abyssal Revenge Torpedo Bomber", size = | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 54, estimation = true}, |
{equipment = "Abyssal Air Radar", size = 0, estimation = true}, | {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},
},
},
}