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

From Kancolle Wiki
Jump to navigation Jump to search
com>Battlecruiser
(I's stats?)
Line 2: Line 2:
 
--[[Category: Enemy boss ship modules]]
 
--[[Category: Enemy boss ship modules]]
  
local Destroyer_Ancient_Demon = {
+
return {
 
[""] = {
 
[""] = {
_name = "Destroyer Ancient Demon",
+
_name = "Old Destroyer Demon",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
Line 31: Line 31:
 
},
 
},
 
["II"] = {
 
["II"] = {
_name = "Destroyer Ancient Demon",
+
_name = "Old Destroyer Demon",
 
_suffix = "II",
 
_suffix = "II",
 
_rarity = 8,
 
_rarity = 8,
Line 61: Line 61:
 
},
 
},
 
["III"] = {
 
["III"] = {
_name = "Destroyer Ancient Demon",
+
_name = "Old Destroyer Demon",
 
_suffix = "III",
 
_suffix = "III",
 
_rarity = 8,
 
_rarity = 8,
Line 91: Line 91:
 
},
 
},
 
}
 
}
 
return Destroyer_Ancient_Demon
 

Revision as of 05:42, 13 April 2018

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

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

return {
	[""] = {
		_name = "Old Destroyer Demon",
		_rarity = 8,
		_back = -11,
		_api_id = 673,
		_id = 673,
		_japanese_name = "駆逐古鬼",
		_reading = "くちくこき",
		_type = 2,
		_hp = 170,
		_firepower = 80,
		_armor = 149,
		_torpedo = 100,
		_evasion = nil,
		_aa = 58,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
			{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
		},
	},
	["II"] = {
		_name = "Old Destroyer Demon",
		_suffix = "II",
		_rarity = 8,
		_back = -11,
		_api_id = 674,
		_id = 674,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "駆逐古鬼",
		_reading = "くちくこき",
		_type = 2,
		_hp = 180,
		_firepower = 88,
		_armor = 158,
		_torpedo = 110,
		_evasion = nil,
		_aa = 64,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
			{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
		},
	},
	["III"] = {
		_name = "Old Destroyer Demon",
		_suffix = "III",
		_rarity = 8,
		_back = -11,
		_api_id = 675,
		_id = 675,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "駆逐古鬼",
		_reading = "くちくこき",
		_type = 2,
		_hp = 190,
		_firepower = 96,
		_armor = 167,
		_torpedo = 120,
		_evasion = nil,
		_aa = 81,
		_asw = nil,
		_speed = 10,
		_los = nil,
		_range = 1,
		_luck = nil,
		_equipment = {
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "5inch Single Gun Mount", size = 0, estimation = true},
			{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
			{equipment = "Abyssal Surface Radar", size = 0, estimation = true},
		},
	},
}