• 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"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 4: Line 4:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -11,
 
_back = -11,
 +
_api_id = 557,
 
_id = 557,
 
_id = 557,
_battle_card = "Bb_hime_card.png",
 
 
_japanese_name = "戦艦棲姫",
 
_japanese_name = "戦艦棲姫",
 
_reading = "せんかんせいき",
 
_reading = "せんかんせいき",

Revision as of 00:52, 20 May 2015

Documentation for this module may be created at Module:Data/Enemy/Battleship Princess/doc

local Battleship_Princess = {
	[""] = {
		_name = "Battleship Princess",
		_rarity = 0,
		_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