• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Enemy/Mist:Kongou

From Kancolle Wiki
< Module:Data
Revision as of 00:50, 12 June 2015 by com>Ckwng (Created page with "--Categories: --Category:Limited enemy ship modules local Kongou = { ["mist"] = { _name = "Kongou", _suffix = "mist", _rarity = 4, _back = -1, _api_id = false,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Enemy/Mist:Kongou/doc

--Categories:
--[[Category:Limited enemy ship modules]]

local Kongou = {
	["mist"] = {
		_name = "Kongou",
		_suffix = "mist",
		_rarity = 4,
		_back = -1,
		_api_id = false,
		_id = false,
		_cg = "Fog Enemy Kongou 01.png",
		_japanese_name = "コンゴウmist",
		_reading = "コンゴウミスト",
		_type = 8,
		_hp = 142,
		_firepower = 280,
		_armor = 150,
		_torpedo = 0,
		_evasion = 50,
		_aa = 70,
		_asw = 0,
		_speed = 10,
		_los = 90,
		_range = 4,
		_luck = 15,
		_equipment = {
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		},
	},
	["mist*"] = {
		_name = "Kongou",
		_suffix = "mist*",
		_rarity = 4,
		_back = -2,
		_api_id = false,
		_id = false,
		_cg = "Fog Enemy Kongou 01.png",
		_japanese_name = "コンゴウ*mist*",
		_reading = "コンゴウミスト",
		_type = 8,
		_hp = 142,
		_firepower = 180,
		_armor = 120,
		_torpedo = 0,
		_evasion = 40,
		_aa = 60,
		_asw = 0,
		_speed = 10,
		_los = 90,
		_range = 4,
		_luck = 15,
		_equipment = {
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		},
	},
}
 
return Kongou