- 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/Midway Princess"
Jump to navigation
Jump to search
m |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Midway Princess", | _name = "Midway Princess", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 583, | ||
_battle_card = "583_Card.jpg", | _battle_card = "583_Card.jpg", | ||
_japanese_name = "空母棲鬼", | _japanese_name = "空母棲鬼", | ||
_reading = "くうぼせいき", | _reading = "くうぼせいき", | ||
+ | _type = 10, | ||
_hp = 550, | _hp = 550, | ||
_firepower = 100, | _firepower = 100, | ||
Line 12: | Line 16: | ||
_aa = 140, | _aa = 140, | ||
_asw = 0, | _asw = 0, | ||
− | _speed = | + | _speed = 0, |
_los = 100, | _los = 100, | ||
_range = 3, | _range = 3, | ||
Line 18: | Line 22: | ||
_as_rating = 110, | _as_rating = 110, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "8inch Triple | + | {equipment = "8inch Triple Gun Mount", size = 0}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Cat Fighter", size = 64}, |
− | {equipment = "Abyssal Hell | + | {equipment = "Abyssal Hell Dive Bomber", size = 58}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Revenge Torpedo Bomber", size = 58}, |
}, | }, | ||
}, | }, | ||
Line 27: | Line 31: | ||
_name = "Midway Princess", | _name = "Midway Princess", | ||
_suffix = "(Final Form)", | _suffix = "(Final Form)", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 584, | ||
_battle_card = "584_Card.jpg", | _battle_card = "584_Card.jpg", | ||
_japanese_name = "中間棲姫", | _japanese_name = "中間棲姫", | ||
_reading = "ちゅうかんせいき", | _reading = "ちゅうかんせいき", | ||
+ | _type = 10, | ||
_hp = 600, | _hp = 600, | ||
_firepower = 180, | _firepower = 180, | ||
Line 37: | Line 45: | ||
_aa = 180, | _aa = 180, | ||
_asw = 0, | _asw = 0, | ||
− | _speed = | + | _speed = 0, |
_los = 130, | _los = 130, | ||
_range = 3, | _range = 3, | ||
Line 43: | Line 51: | ||
_as_rating = 91, | _as_rating = 91, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "8inch Triple | + | {equipment = "8inch Triple Gun Mount", size = 0}, |
− | {equipment = "Abyssal | + | {equipment = "Abyssal Cat Fighter", size = 84}, |
− | {equipment = "Abyssal Hell | + | {equipment = "Abyssal Hell Dive Bomber", size = 96}, |
{equipment = "Abyssal Air Radar", size = 0}, | {equipment = "Abyssal Air Radar", size = 0}, | ||
}, | }, |
Revision as of 09:53, 21 April 2015
Documentation for this module may be created at Module:Data/Enemy/Midway Princess/doc
local Midway_Princess = {
[""] = {
_name = "Midway Princess",
_rarity = 0,
_back = -10,
_id = 583,
_battle_card = "583_Card.jpg",
_japanese_name = "空母棲鬼",
_reading = "くうぼせいき",
_type = 10,
_hp = 550,
_firepower = 100,
_armor = 135,
_torpedo = 0,
_evasion = 15,
_aa = 140,
_asw = 0,
_speed = 0,
_los = 100,
_range = 3,
_luck = 50,
_as_rating = 110,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Cat Fighter", size = 64},
{equipment = "Abyssal Hell Dive Bomber", size = 58},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 58},
},
},
["Final"] = {
_name = "Midway Princess",
_suffix = "(Final Form)",
_rarity = 0,
_back = -10,
_id = 584,
_battle_card = "584_Card.jpg",
_japanese_name = "中間棲姫",
_reading = "ちゅうかんせいき",
_type = 10,
_hp = 600,
_firepower = 180,
_armor = 180,
_torpedo = 0,
_evasion = 30,
_aa = 180,
_asw = 0,
_speed = 0,
_los = 130,
_range = 3,
_luck = 60,
_as_rating = 91,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Cat Fighter", size = 84},
{equipment = "Abyssal Hell Dive Bomber", size = 96},
{equipment = "Abyssal Air Radar", size = 0},
},
},
}
return Midway_Princess