• 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 1: Line 1:
 +
--Categories:
 +
--[[Category: Enemy boss ship modules]]
 +
 
local Isolated_Island_Demon = {
 
local Isolated_Island_Demon = {
 
[""] = {
 
[""] = {
Line 4: Line 7:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -11,
 
_back = -11,
 +
_api_id = 574,
 
_id = 574,
 
_id = 574,
_battle_card = "Isolated_Island_Oni_card.JPG",
 
 
_japanese_name = "離島棲鬼",
 
_japanese_name = "離島棲鬼",
 
_reading = "りとうせいき",
 
_reading = "りとうせいき",
Line 20: Line 23:
 
_range = 2,
 
_range = 2,
 
_luck = 50,
 
_luck = 50,
_as_rating = 80,
 
 
_equipment = {
 
_equipment = {
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},
 
    {equipment = "Abyssal Fighter Mark.II", size = 90},

Revision as of 16:38, 27 May 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 = 0,
		_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