• 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/Artillery Imp"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "--Categories: --Category: Enemy boss ship modules local Artillery_Imp = { [""] = { _name = "Artillery Imp", _rarity = 6, _back = -10, _api_id = nil, _id = nil,...")
 
(japanese reading)
Line 10: Line 10:
 
_id = nil,
 
_id = nil,
 
_japanese_name = "砲台小鬼",
 
_japanese_name = "砲台小鬼",
_reading = "ほうだいこおに",
+
_reading = "ほうだいしょうき",
 
_type = nil,
 
_type = nil,
 
_hp = nil,
 
_hp = nil,

Revision as of 08:04, 11 March 2016

Documentation for this module may be created at Module:Data/Enemy/Artillery Imp/doc

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

local Artillery_Imp = {
	[""] = {
		_name = "Artillery Imp",
		_rarity = 6,
		_back = -10,
		_api_id = nil,
		_id = nil,
		_japanese_name = "砲台小鬼",
		_reading = "ほうだいしょうき",
		_type = nil,
		_hp = nil,
		_firepower = nil,
		_armor = nil,
		_torpedo = nil,
		_evasion = nil,
		_aa = nil,
		_asw = nil,
		_speed = nil,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = nil, size = 0},
		    {equipment = nil, size = 0},
		},
	},
}
 
return Artillery_Imp