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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "local Harbour_Princess = { [""] = { _name = "Harbour Princess", _battle_card = "Harbor_hime_card.JPG", _japanese_name = "港湾棲姫", _reading = "こうわんせい...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Harbour Princess",
 
_name = "Harbour Princess",
 +
_rarity = 0,
 +
_back = -10,
 +
_id = 573,
 
_battle_card = "Harbor_hime_card.JPG",
 
_battle_card = "Harbor_hime_card.JPG",
 
_japanese_name = "港湾棲姫",
 
_japanese_name = "港湾棲姫",
 
_reading = "こうわんせいき",
 
_reading = "こうわんせいき",
 +
_type = 10,
 
_hp = 380,
 
_hp = 380,
 
_firepower = 100,
 
_firepower = 100,
Line 12: Line 16:
 
_aa = 150,
 
_aa = 150,
 
_asw = 0,
 
_asw = 0,
_speed = false,
+
_speed = 0,
 
_los = 100,
 
_los = 100,
 
_range = 2,
 
_range = 2,
Line 18: Line 22:
 
_as_rating = 90,
 
_as_rating = 90,
 
_equipment = {
 
_equipment = {
    {equipment = "Abyssal Fighter Mk.II", size = 80},
+
    {equipment = "Abyssal Fighter Mark.II", size = 80},
    {equipment = "Abyssal Dive Bomber Mk.II", size = 80},
+
    {equipment = "Abyssal Dive Bomber Mark.II", size = 80},
    {equipment = "Abyssal Torpedo Bomber Mk.II", size = 80},
+
    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 80},
    {equipment = "Abyssal Torpedo Bomber Mk.II", size = 80},
+
    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 80},
 
},
 
},
 
},
 
},

Revision as of 09:37, 21 April 2015

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

local Harbour_Princess = {
	[""] = {
		_name = "Harbour Princess",
		_rarity = 0,
		_back = -10,
		_id = 573,
		_battle_card = "Harbor_hime_card.JPG",
		_japanese_name = "港湾棲姫",
		_reading = "こうわんせいき",
		_type = 10,
		_hp = 380,
		_firepower = 100,
		_armor = 135,
		_torpedo = 0,
		_evasion = 1,
		_aa = 150,
		_asw = 0,
		_speed = 0,
		_los = 100,
		_range = 2,
		_luck = 20,
		_as_rating = 90,
		_equipment = {
		    {equipment = "Abyssal Fighter Mark.II", size = 80},
		    {equipment = "Abyssal Dive Bomber Mark.II", size = 80},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 80},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 80},
		},
	},
}
 
return Harbour_Princess