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

From Kancolle Wiki
Jump to navigation Jump to search
m
m (8 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
_reading = "なんぽうせいせんき",
 
_reading = "なんぽうせいせんき",
 
_type = 10,
 
_type = 10,
_hp = 350,
+
_hp = 380, -- 350, until 12/27/2018
 
_firepower = 160,
 
_firepower = 160,
_armor = 120,
+
_armor = 188, -- 120, until 12/27/2018
 
_torpedo = 100,
 
_torpedo = 100,
 
_evasion = 30,
 
_evasion = 30,
Line 27: Line 27:
 
    {equipment = "16inch Triple Gun Mount", size = 0},
 
    {equipment = "16inch Triple Gun Mount", size = 0},
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},
 +
    {equipment = "Abyssal Surface Radar", size = 0}, -- since 12/27/2018
 
},
 
},
 
},
 
},

Latest revision as of 13:51, 12 May 2021

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

--Categories:
--[[Category: Enemy boss ship modules]]

local Southern_War_Princess = {
	[""] = {
		_name = "Southern War Princess",
		_rarity = 8,
		_back = -11,
		_api_id = 1548,
		_id = 1548,
		_japanese_name = "南方棲戦姫",
		_reading = "なんぽうせいせんき",
		_type = 10,
		_hp = 380, -- 350, until 12/27/2018
		_firepower = 160,
		_armor = 188, -- 120, until 12/27/2018
		_torpedo = 100,
		_evasion = 30,
		_aa = 80,
		_asw = 0,
		_speed = 5,
		_los = 90,
		_range = 3,
		_luck = 50,
		_equipment = {
		    {equipment = "16inch Triple Gun Mount", size = 0},
		    {equipment = "16inch Triple Gun Mount", size = 0},
		    {equipment = "Abyssal Fighter Mark.II", size = 90},
		    {equipment = "Abyssal Surface Radar", size = 0}, -- since 12/27/2018
		},
	},
}
 
return Southern_War_Princess