- 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
(Created page with "local Midway_Princess = { [""] = { _name = "Midway Princess", _battle_card = "583_Card.jpg", _japanese_name = "空母棲鬼", _reading = "くうぼせいき", _hp =...") |
(No difference)
|
Revision as of 07:37, 15 April 2015
Documentation for this module may be created at Module:Data/Enemy/Midway Princess/doc
local Midway_Princess = {
[""] = {
_name = "Midway Princess",
_battle_card = "583_Card.jpg",
_japanese_name = "空母棲鬼",
_reading = "くうぼせいき",
_hp = 550,
_firepower = 100,
_armor = 135,
_torpedo = 0,
_evasion = 15,
_aa = 140,
_asw = 0,
_speed = false,
_los = 100,
_range = 3,
_luck = 50,
_as_rating = 110,
_equipment = {
{equipment = "8inch Triple Cannon", size = 0},
{equipment = "Abyssal Hellcat Fighter", size = 64},
{equipment = "Abyssal Hell Diver", size = 58},
{equipment = "Abyssal Avenger Torpedo Bomber", size = 58},
},
},
["Final"] = {
_name = "Midway Princess (Final Form)",
_battle_card = "584_Card.jpg",
_japanese_name = "中間棲姫",
_reading = "ちゅうかんせいき",
_hp = 600,
_firepower = 180,
_armor = 180,
_torpedo = 0,
_evasion = 30,
_aa = 180,
_asw = 0,
_speed = false,
_los = 130,
_range = 3,
_luck = 60,
_as_rating = 91,
_equipment = {
{equipment = "8inch Triple Cannon", size = 0},
{equipment = "Abyssal Hellcat Fighter", size = 84},
{equipment = "Abyssal Hell Diver", size = 96},
{equipment = "Abyssal Air Radar", size = 0},
},
},
}
return Midway_Princess