• 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
(Created page with "local Isolated_Island_Demon = { [""] = { _name = "Isolated Island Demon", _battle_card = "Isolated_Island_Oni_card.JPG", _japanese_name = "離島棲鬼", _reading = "...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Isolated Island Demon",
 
_name = "Isolated Island Demon",
 +
_rarity = 0,
 +
_back = -10,
 +
_id = 574,
 
_battle_card = "Isolated_Island_Oni_card.JPG",
 
_battle_card = "Isolated_Island_Oni_card.JPG",
 
_japanese_name = "離島棲鬼",
 
_japanese_name = "離島棲鬼",
 
_reading = "りとうせいき",
 
_reading = "りとうせいき",
 +
_type = 10,
 
_hp = 450,
 
_hp = 450,
 
_firepower = 150,
 
_firepower = 150,
Line 12: Line 16:
 
_aa = 100,
 
_aa = 100,
 
_asw = 0,
 
_asw = 0,
_speed = false,
+
_speed = 0,
 
_los = 80,
 
_los = 80,
 
_range = 2,
 
_range = 2,
Line 18: Line 22:
 
_as_rating = 80,
 
_as_rating = 80,
 
_equipment = {
 
_equipment = {
    {equipment = "Abyssal Fighter Mk.II", size = 90},
+
    {equipment = "Abyssal Fighter Mark.II", size = 90},
    {equipment = "Abyssal Dive Bomber Mk.II", size = 90},
+
    {equipment = "Abyssal Dive Bomber Mark.II", size = 90},
    {equipment = "Abyssal Torpedo Bomber Mk.II", size = 90},
+
    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 90},
    {equipment = "Abyssal Torpedo Bomber Mk.II", size = 90},
+
    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 90},
 
},
 
},
 
},
 
},

Revision as of 09:38, 21 April 2015

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

local Isolated_Island_Demon = {
	[""] = {
		_name = "Isolated Island Demon",
		_rarity = 0,
		_back = -10,
		_id = 574,
		_battle_card = "Isolated_Island_Oni_card.JPG",
		_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,
		_as_rating = 80,
		_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