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

From Kancolle Wiki
< Module:Data
Revision as of 16:40, 27 May 2015 by com>Ckwng
Jump to navigation Jump to search

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

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

local Isolated_Island_Demon = {
	[""] = {
		_name = "Isolated Island Demon",
		_rarity = 8,
		_back = -11,
		_api_id = 574,
		_id = 574,
		_japanese_name = "離島棲鬼",
		_reading = "りとうせいき",
		_type = 10,
		_hp = 450,
		_firepower = 150,
		_armor = 150,
		_torpedo = 0,
		_evasion = 10,
		_aa = 100,
		_asw = 0,
		_speed = 0,
		_los = 80,
		_range = 2,
		_luck = 50,
		_equipment = {
		    {equipment = "Abyssal Fighter Mark.II", size = 90},
		    {equipment = "Abyssal Dive Bomber Mark.II", size = 90},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 90},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 90},
		},
	},
}
 
return Isolated_Island_Demon