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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Appears to be confirmed)
 
Line 9: Line 9:
 
_api_id = nil,
 
_api_id = nil,
 
_id = nil,
 
_id = nil,
_japanese_name = "離島棲鬼",
+
_japanese_name = "離島棲姫",
 
_reading = "りとうせいき",
 
_reading = "りとうせいき",
 
_type = 10,
 
_type = 10,

Revision as of 00:44, 11 March 2016

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

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

local Isolated_Island_Princess = {
	[""] = {
		_name = "Isolated Island Princess",
		_rarity = 8,
		_back = -11,
		_api_id = nil,
		_id = nil,
		_japanese_name = "離島棲姫",
		_reading = "りとうせいき",
		_type = 10,
		_hp = nil,
		_firepower = nil,
		_armor = nil,
		_torpedo = nil,
		_evasion = nil,
		_aa = nil,
		_asw = 0,
		_speed = 0,
		_los = nil,
		_range = nil,
		_luck = nil,
		_installation = true,
		_equipment = {
		    {equipment = nil, size = nil},
		    {equipment = nil, size = nil},
		    {equipment = nil, size = nil},
		    {equipment = nil, size = nil},
		},
	},
}
 
return Isolated_Island_Princess