- 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 Water Demon"
Jump to navigation
Jump to search
m |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Aircraft Carrier Water Demon", | _name = "Aircraft Carrier Water Demon", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 599, | ||
_battle_card = "Kuubosuiki_b.jpg", | _battle_card = "Kuubosuiki_b.jpg", | ||
− | _japanese_name = "空母水鬼 ", | + | _japanese_name = "空母水鬼", |
_reading = "くうぼすいき", | _reading = "くうぼすいき", | ||
+ | _type = 11, | ||
_hp = 370, | _hp = 370, | ||
_firepower = 140, | _firepower = 140, | ||
_armor = 170, | _armor = 170, | ||
_torpedo = 0, | _torpedo = 0, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 110, | _aa = 110, | ||
_asw = 0, | _asw = 0, | ||
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 3, | _range = 3, | ||
_luck = 70, | _luck = 70, | ||
_as_rating = 111, | _as_rating = 111, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "Abyssal | + | {equipment = "Abyssal Cat Fighter", size = 66}, |
− | {equipment = "Abyssal Hell | + | {equipment = "Abyssal Hell Dive Bomber", size = 60}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 60}, |
{equipment = "Abyssal Air Radar", size = 0}, | {equipment = "Abyssal Air Radar", size = 0}, | ||
}, | }, | ||
}, | }, | ||
["Final"] = { | ["Final"] = { | ||
− | _name = "Aircraft Carrier Water Demon (Final Form)", | + | _name = "Aircraft Carrier Water Demon", |
+ | _suffix = "(Final Form)", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 600, | ||
_battle_card = "Kuubosuiki_b.jpg", | _battle_card = "Kuubosuiki_b.jpg", | ||
_japanese_name = "空母水鬼", | _japanese_name = "空母水鬼", | ||
_reading = "くうぼすいき", | _reading = "くうぼすいき", | ||
+ | _type = 11, | ||
_hp = 390, | _hp = 390, | ||
_firepower = 190, | _firepower = 190, | ||
_armor = 190, | _armor = 190, | ||
_torpedo = 0, | _torpedo = 0, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 140, | _aa = 140, | ||
_asw = 0, | _asw = 0, | ||
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 3, | _range = 3, | ||
_luck = 70, | _luck = 70, | ||
_as_rating = 111, | _as_rating = 111, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "Abyssal | + | {equipment = "Abyssal Cat Fighter", size = 66}, |
− | {equipment = "Abyssal Hell | + | {equipment = "Abyssal Hell Dive Bomber", size = 60}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 60}, |
{equipment = "Abyssal Air Radar", size = 0}, | {equipment = "Abyssal Air Radar", size = 0}, | ||
}, | }, |
Revision as of 09:59, 21 April 2015
Documentation for this module may be created at Module:Data/Enemy/Aircraft Carrier Water Demon/doc
local Aircraft_Carrier_Water_Demon = {
[""] = {
_name = "Aircraft Carrier Water Demon",
_rarity = 0,
_back = -10,
_id = 599,
_battle_card = "Kuubosuiki_b.jpg",
_japanese_name = "空母水鬼",
_reading = "くうぼすいき",
_type = 11,
_hp = 370,
_firepower = 140,
_armor = 170,
_torpedo = 0,
_evasion = nil,
_aa = 110,
_asw = 0,
_speed = 10,
_los = nil,
_range = 3,
_luck = 70,
_as_rating = 111,
_equipment = {
{equipment = "Abyssal Cat Fighter", size = 66},
{equipment = "Abyssal Hell Dive Bomber", size = 60},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 60},
{equipment = "Abyssal Air Radar", size = 0},
},
},
["Final"] = {
_name = "Aircraft Carrier Water Demon",
_suffix = "(Final Form)",
_rarity = 0,
_back = -10,
_id = 600,
_battle_card = "Kuubosuiki_b.jpg",
_japanese_name = "空母水鬼",
_reading = "くうぼすいき",
_type = 11,
_hp = 390,
_firepower = 190,
_armor = 190,
_torpedo = 0,
_evasion = nil,
_aa = 140,
_asw = 0,
_speed = 10,
_los = nil,
_range = 3,
_luck = 70,
_as_rating = 111,
_equipment = {
{equipment = "Abyssal Cat Fighter", size = 66},
{equipment = "Abyssal Hell Dive Bomber", size = 60},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 60},
{equipment = "Abyssal Air Radar", size = 0},
},
},
}
return Aircraft_Carrier_Water_Demon