• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Enemy/Southern War Princess

From Kancolle Wiki
< Module:Data
Revision as of 06:52, 15 April 2015 by Nanamin (talk | contribs) (Created page with "local Southern_War_Princess = { [""] = { _name = "Southern War Princess", _battle_card = "Southern_War_Princess_card.png", _japanese_name = "南方棲戦姫", _readin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local Southern_War_Princess = {
	[""] = {
		_name = "Southern War Princess",
		_battle_card = "Southern_War_Princess_card.png",
		_japanese_name = "南方棲戦姫",
		_reading = "なんぽうせいせんき",
		_hp = 350,
		_firepower = 160,
		_armor = 120,
		_torpedo = 100,
		_evasion = 30,
		_aa = 80,
		_asw = 0,
		_speed = 5,
		_los = 90,
		_range = 3,
		_luck = 50,
		_as_rating = 47,
		_equipment = {
		    {equipment = "16inch Triple Cannon", size = 0},
		    {equipment = "16inch Triple Cannon", size = 0},
		    {equipment = "Abyssal Fighter Mk.II", size = 90},
		},
	},
}
 
return Southern_War_Princess