Changes

Created page with "--Categories: --Category: Enemy boss ship modules local Artillery_Imp = { [""] = { _name = "Artillery Imp", _rarity = 6, _back = -10, _api_id = nil, _id = nil,..."
--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
Anonymous user