- 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/Battleship Princess"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Battleship_Princess = { | local Battleship_Princess = { | ||
[""] = { | [""] = { | ||
_name = "Battleship Princess", | _name = "Battleship Princess", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 557, | _api_id = 557, |
Revision as of 15:39, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Battleship Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Battleship_Princess = {
[""] = {
_name = "Battleship Princess",
_rarity = 8,
_back = -11,
_api_id = 557,
_id = 557,
_japanese_name = "戦艦棲姫",
_reading = "せんかんせいき",
_type = 9,
_hp = 400,
_firepower = 180,
_armor = 160,
_torpedo = 0,
_evasion = 30,
_aa = 80,
_asw = 0,
_speed = 5,
_los = 70,
_range = 3,
_luck = 40,
_as_rating = false,
_equipment = {
{equipment = "16inch Triple Gun Mount", size = 0},
{equipment = "16inch Triple Gun Mount", size = 0},
{equipment = "12.5inch Twin Secondary Gun Mount", size = 0},
{equipment = "Surface Radar Mark.II", size = 0},
},
},
}
return Battleship_Princess