- 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
(Created page with "local Aircraft_Carrier_Demon = { [""] = { _name = "Aircraft Carrier Demon", _battle_card = "585_Card.jpg", _japanese_name = "空母棲鬼", _reading = "くうぼせ...") |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Aircraft Carrier Demon", | _name = "Aircraft Carrier Demon", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 585, | ||
_battle_card = "585_Card.jpg", | _battle_card = "585_Card.jpg", | ||
_japanese_name = "空母棲鬼", | _japanese_name = "空母棲鬼", | ||
_reading = "くうぼせいき", | _reading = "くうぼせいき", | ||
+ | _type = 11, | ||
_hp = 250, | _hp = 250, | ||
_firepower = 120, | _firepower = 120, | ||
Line 18: | Line 22: | ||
_as_rating = 96, | _as_rating = 96, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "Abyssal | + | {equipment = "Abyssal Cat Fighter", size = 48}, |
− | {equipment = "Abyssal Hell | + | {equipment = "Abyssal Hell Dive Bomber", size = 48}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 48}, |
{equipment = "Abyssal Air Radar", size = 0}, | {equipment = "Abyssal Air Radar", size = 0}, | ||
}, | }, |
Revision as of 09:50, 21 April 2015
Documentation for this module may be created at Module:Data/Enemy/Aircraft Carrier Demon/doc
local Aircraft_Carrier_Demon = {
[""] = {
_name = "Aircraft Carrier Demon",
_rarity = 0,
_back = -10,
_id = 585,
_battle_card = "585_Card.jpg",
_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,
_as_rating = 96,
_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},
},
},
}
return Aircraft_Carrier_Demon