• 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/Armored Carrier Princess"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "local Armored_Carrier_Princess = { [""] = { _name = "Armored Carrier Princess", _battle_card = "Armored_CV_queen.png", _japanese_name = "装甲空母姫", _reading = ...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Armored Carrier Princess",
 
_name = "Armored Carrier Princess",
 +
_rarity = 0,
 +
_back = -1,
 +
_id = 545,
 
_battle_card = "Armored_CV_queen.png",
 
_battle_card = "Armored_CV_queen.png",
 
_japanese_name = "装甲空母姫",
 
_japanese_name = "装甲空母姫",
 
_reading = "そうこうくうぼひめ",
 
_reading = "そうこうくうぼひめ",
 +
_type = 10,
 
_hp = 270,
 
_hp = 270,
 
_firepower = 90,
 
_firepower = 90,
Line 18: Line 22:
 
_as_rating = 48,
 
_as_rating = 48,
 
_equipment = {
 
_equipment = {
    {equipment = "Abyssal Fighter Mk.II", size = 96},
+
    {equipment = "Abyssal Fighter Mark.II", size = 96},
    {equipment = "Abyssal Torpedo Bomber Mk.II", size = 96},
+
    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 96},
    {equipment = "16inch Twin Cannon", size = 0},
+
    {equipment = "16inch Twin Gun Mount", size = 0},
 
},
 
},
 
},
 
},

Revision as of 09:14, 21 April 2015

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

local Armored_Carrier_Princess = {
	[""] = {
		_name = "Armored Carrier Princess",
		_rarity = 0,
		_back = -1,
		_id = 545,
		_battle_card = "Armored_CV_queen.png",
		_japanese_name = "装甲空母姫",
		_reading = "そうこうくうぼひめ",
		_type = 10,
		_hp = 270,
		_firepower = 90,
		_armor = 90,
		_torpedo = 90,
		_evasion = 20,
		_aa = 70,
		_asw = 0,
		_speed = 10,
		_los = 80,
		_range = 2,
		_luck = 20,
		_as_rating = 48,
		_equipment = {
		    {equipment = "Abyssal Fighter Mark.II", size = 96},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 96},
		    {equipment = "16inch Twin Gun Mount", size = 0},
		},
	},
}
 
return Armored_Carrier_Princess