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

From Kancolle Wiki
Jump to navigation Jump to search
m
m
Line 12: Line 12:
 
_aa = 70,
 
_aa = 70,
 
_asw = 0,
 
_asw = 0,
_speed = 10,
+
_speed = 5,
 
_los = 70,
 
_los = 70,
_range = 2,
+
_range = 3,
 
_luck = 30,
 
_luck = 30,
 
_as_rating = 38,
 
_as_rating = 38,

Revision as of 06:44, 15 April 2015

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

local Anchorage_Demon = {
	[""] = {
		_name = "Anchorage Demon",
		_battle_card = "Ancorage_Demon_card.png",
		_japanese_name = "泊地棲鬼",
		_reading = "はくちせいき",
		_hp = 180,
		_firepower = 90,
		_armor = 80,
		_torpedo = 60,
		_evasion = 10,
		_aa = 70,
		_asw = 0,
		_speed = 5,
		_los = 70,
		_range = 3,
		_luck = 30,
		_as_rating = 38,
		_equipment = {
		    {equipment = "Deteriorate AP Shell", size = 60},
		    {equipment = "Abyssal Fighter Mk.II", size = 60},
		    {equipment = "Abyssal Dive Bomber Mk.II", size = 60},
		},
	},
}
 
return Anchorage_Demon