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

From Kancolle Wiki
Jump to navigation Jump to search
com>Battlecruiser
m (ASW is zero (day only))
com>Battlecruiser
m (final forms should be III and IV)
Line 37: Line 37:
 
_display_suffix = "II (Strong)",
 
_display_suffix = "II (Strong)",
 
_rarity = 8,
 
_rarity = 8,
_back = -12,
+
_back = -11,
 
_api_id = 606,
 
_api_id = 606,
 
_id = 606,
 
_id = 606,
Line 70: Line 70:
 
_display_suffix = "III (Final Form)",
 
_display_suffix = "III (Final Form)",
 
_rarity = 8,
 
_rarity = 8,
_back = -11,
+
_back = -12,
 
_api_id = 607,
 
_api_id = 607,
 
_id = 607,
 
_id = 607,

Revision as of 12:18, 2 May 2018

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

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

local Harbour_Water_Demon = {
	[""] = {
		_name = "Harbour Water Demon",
		_rarity = 8,
		_back = -11,
		_api_id = 605,
		_id = 605,
		_japanese_name = "港湾水鬼",
		_reading = "こうわんすいき",
		_type = 10,
		_hp = 450,
		_firepower = 120,
		_armor = 120,
		_torpedo = 0,
		_evasion = nil,
		_aa = 100,
		_asw = 0,
		_speed = 0,
		_los = nil,
		_range = 3,
		_luck = 60,
		_installation = true,
		_equipment = {
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "Abyssal Cat Fighter", size = 90},
		    {equipment = "Abyssal Hell Dive Bomber", size = 90},
		},
	},
	["Strong"] = "/II",
	["II"] = {
		_name = "Harbour Water Demon",
		_suffix = "II",
		_display_suffix = "II (Strong)",
		_rarity = 8,
		_back = -11,
		_api_id = 606,
		_id = 606,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "港湾水鬼",
		_reading = "こうわんすいき",
		_type = 10,
		_hp = 450,
		_firepower = 130,
		_armor = 140,
		_torpedo = 0,
		_evasion = nil,
		_aa = 120,
		_asw = 0,
		_speed = 0,
		_los = nil,
		_range = 3,
		_luck = 65,
		_installation = true,
		_equipment = {
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "Abyssal Cat Fighter", size = 108},
		    {equipment = "Abyssal Hell Dive Bomber", size = 108},
		},
	},
	["Final"] = "/III",
	["III"] = {
		_name = "Harbour Water Demon",
		_suffix = "III",
		_display_suffix = "III (Final Form)",
		_rarity = 8,
		_back = -12,
		_api_id = 607,
		_id = 607,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "港湾水鬼",
		_reading = "こうわんすいき",
		_type = 10,
		_hp = 500,
		_firepower = 140,
		_armor = 140,
		_torpedo = 0,
		_evasion = nil,
		_aa = 140,
		_asw = 0,
		_speed = 0,
		_los = nil,
		_range = 3,
		_luck = 70,
		_installation = true,
		_equipment = {
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "Abyssal Cat Fighter", size = 108},
		    {equipment = "Abyssal Hell Dive Bomber", size = 108},
		},
	},
	["Strong Final"] = "/IV",
	["IV"] = {
		_name = "Harbour Water Demon",
		_suffix = "IV",
		_display_suffix = "IV (Strong Final Form)",
		_rarity = 8,
		_back = -12,
		_api_id = 608,
		_id = 608,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "港湾水鬼",
		_reading = "こうわんすいき",
		_type = 10,
		_hp = 500,
		_firepower = 160,
		_armor = 160,
		_torpedo = 0,
		_evasion = nil,
		_aa = 160,
		_asw = 0,
		_speed = 0,
		_los = nil,
		_range = 3,
		_luck = 75,
		_installation = true,
		_equipment = {
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "20inch Twin Gun Mount", size = 0},
		    {equipment = "Abyssal Cat Fighter", size = 130},
		    {equipment = "Abyssal Hell Dive Bomber", size = 130},
		},
	},
}
 
return Harbour_Water_Demon