• 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 Demon"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 23: Line 23:
 
_range = 2,
 
_range = 2,
 
_luck = 50,
 
_luck = 50,
 +
_installation = true,
 
_equipment = {
 
_equipment = {
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},

Revision as of 02:10, 5 June 2015

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,
		_installation = true,
		_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