- 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
(Created page with "local Airfield_Princess = { [""] = { _name = "Airfield Princess", _battle_card = "Port_hime_card.png", _japanese_name = "飛行場姫", _reading = "ひこうじょう...") |
com>Ckwng |
||
Line 2: | Line 2: | ||
[""] = { | [""] = { | ||
_name = "Airfield Princess", | _name = "Airfield Princess", | ||
+ | _rarity = 0, | ||
+ | _back = -10, | ||
+ | _id = 556, | ||
_battle_card = "Port_hime_card.png", | _battle_card = "Port_hime_card.png", | ||
_japanese_name = "飛行場姫", | _japanese_name = "飛行場姫", | ||
_reading = "ひこうじょうき", | _reading = "ひこうじょうき", | ||
+ | _type = 10, | ||
_hp = 500, | _hp = 500, | ||
_firepower = 70, | _firepower = 70, | ||
Line 12: | Line 16: | ||
_aa = 120, | _aa = 120, | ||
_asw = 0, | _asw = 0, | ||
− | _speed = | + | _speed = 0, |
_los = 90, | _los = 90, | ||
_range = 2, | _range = 2, | ||
Line 18: | Line 22: | ||
_as_rating = 98, | _as_rating = 98, | ||
_equipment = { | _equipment = { | ||
− | {equipment = "Abyssal Fighter | + | {equipment = "Abyssal Fighter Mark.II", size = 98}, |
− | {equipment = "Abyssal Fighter | + | {equipment = "Abyssal Fighter Mark.II", size = 98}, |
− | {equipment = "Abyssal Dive Bomber | + | {equipment = "Abyssal Dive Bomber Mark.II", size = 98}, |
− | {equipment = "Abyssal Torpedo Bomber | + | {equipment = "Abyssal Torpedo Bomber Mark.II", size = 98}, |
}, | }, | ||
}, | }, |
Revision as of 09:34, 21 April 2015
Documentation for this module may be created at Module:Data/Enemy/Airfield Princess/doc
local Airfield_Princess = {
[""] = {
_name = "Airfield Princess",
_rarity = 0,
_back = -10,
_id = 556,
_battle_card = "Port_hime_card.png",
_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,
_as_rating = 98,
_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