- 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/Airfield Princess"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Airfield_Princess = { | local Airfield_Princess = { | ||
[""] = { | [""] = { | ||
_name = "Airfield Princess", | _name = "Airfield Princess", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 556, | _api_id = 556, |
Revision as of 15:36, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Airfield Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Airfield_Princess = {
[""] = {
_name = "Airfield Princess",
_rarity = 8,
_back = -11,
_api_id = 556,
_id = 556,
_japanese_name = "飛行場姫",
_reading = "ひこうじょうき",
_type = 10,
_hp = 500,
_firepower = 70,
_armor = 140,
_torpedo = 0,
_evasion = 1,
_aa = 120,
_asw = 0,
_speed = 0,
_los = 90,
_range = 2,
_luck = 10,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 98},
{equipment = "Abyssal Fighter Mark.II", size = 98},
{equipment = "Abyssal Dive Bomber Mark.II", size = 98},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 98},
},
},
}
return Airfield_Princess