- 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
(Created page with "local Battleship_Princess = { [""] = { _name = "Battleship Princess", _battle_card = "Bb_hime_card.png", _japanese_name = "戦艦棲姫", _reading = "せんかんせ...") |
(No difference)
|
Revision as of 06:57, 15 April 2015
Documentation for this module may be created at Module:Data/Enemy/Battleship Princess/doc
local Battleship_Princess = {
[""] = {
_name = "Battleship Princess",
_battle_card = "Bb_hime_card.png",
_japanese_name = "戦艦棲姫",
_reading = "せんかんせいき",
_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 Cannon", size = 0},
{equipment = "16inch Triple Cannon", size = 0},
{equipment = "12.5inch Twin Secondary Cannon", size = 0},
{equipment = "Surface Radar Mk.II", size = 0},
},
},
}
return Battleship_Princess