• 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>Ckwng
(Installation flag)
com>Ckwng
Line 31: Line 31:
 
},
 
},
 
},
 
},
["Strong"] = {
+
["Strong"] = "/II",
 +
["II"] = {
 
_name = "Harbour Water Demon",
 
_name = "Harbour Water Demon",
_suffix = "Strong",
+
_suffix = "II",
_display_suffix = "(Strong)",
+
_display_suffix = "II (Strong)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -12,
 
_back = -12,
Line 63: Line 64:
 
},
 
},
 
},
 
},
["Final"] = {
+
["Final"] = "/III",
 +
["III"] = {
 
_name = "Harbour Water Demon",
 
_name = "Harbour Water Demon",
_suffix = "Final",
+
_suffix = "III",
_display_suffix = "(Final Form)",
+
_display_suffix = "III (Final Form)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
Line 95: Line 97:
 
},
 
},
 
},
 
},
["Strong Final"] = {
+
["Strong Final"] = "/IV",
 +
["IV"] = {
 
_name = "Harbour Water Demon",
 
_name = "Harbour Water Demon",
_suffix = "Strong Final",
+
_suffix = "IV",
_display_suffix = "(Strong Final Form)",
+
_display_suffix = "IV (Strong Final Form)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -12,
 
_back = -12,

Revision as of 02:31, 12 November 2015

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 = nil,
		_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 = -12,
		_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 = nil,
		_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 = -11,
		_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 = nil,
		_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 = nil,
		_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