• 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
(Created page with "local Battleship_Princess = { [""] = { _name = "Battleship Princess", _battle_card = "Bb_hime_card.png", _japanese_name = "戦艦棲姫", _reading = "せんかんせ...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Battleship Princess",
 
_name = "Battleship Princess",
 +
_rarity = 0,
 +
_back = -10,
 +
_id = 557,
 
_battle_card = "Bb_hime_card.png",
 
_battle_card = "Bb_hime_card.png",
 
_japanese_name = "戦艦棲姫",
 
_japanese_name = "戦艦棲姫",
 
_reading = "せんかんせいき",
 
_reading = "せんかんせいき",
 +
_type = 9,
 
_hp = 400,
 
_hp = 400,
 
_firepower = 180,
 
_firepower = 180,
Line 18: Line 22:
 
_as_rating = false,
 
_as_rating = false,
 
_equipment = {
 
_equipment = {
    {equipment = "16inch Triple Cannon", size = 0},
+
    {equipment = "16inch Triple Gun Mount", size = 0},
    {equipment = "16inch Triple Cannon", size = 0},
+
    {equipment = "16inch Triple Gun Mount", size = 0},
    {equipment = "12.5inch Twin Secondary Cannon", size = 0},
+
    {equipment = "12.5inch Twin Secondary Gun Mount", size = 0},
    {equipment = "Surface Radar Mk.II", size = 0},
+
    {equipment = "Surface Radar Mark.II", size = 0},
 
},
 
},
 
},
 
},

Revision as of 09:35, 21 April 2015

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

local Battleship_Princess = {
	[""] = {
		_name = "Battleship Princess",
		_rarity = 0,
		_back = -10,
		_id = 557,
		_battle_card = "Bb_hime_card.png",
		_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