• 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/Equipment/8cm High-angle Gun"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local _8cm_Twin_High_angle_Mount = { _name = "8cm Twin High-angle Mount", _page = false, _id = 66, _japanese_name = "8cm高角砲", _type = 4, _icon = 16, _rarity = 3, ...")
 
com>Ckwng
Line 1: Line 1:
local _8cm_Twin_High_angle_Mount = {
+
local _8cm_High_angle_Gun = {
_name = "8cm Twin High-angle Mount",
+
_name = "8cm High-angle Gun",
 
_page = false,
 
_page = false,
 
_id = 66,
 
_id = 66,
Line 30: Line 30:
 
}
 
}
  
return _8cm_Twin_High_angle_Mount
+
return _8cm_High_angle_Gun

Revision as of 19:57, 17 February 2015

Documentation for this module may be created at Module:Data/Equipment/8cm High-angle Gun/doc

local _8cm_High_angle_Gun = {
	_name = "8cm High-angle Gun",
	_page = false,
	_id = 66,
	_japanese_name = "8cm高角砲",
	_type = 4,
	_icon = 16,
	_rarity = 3,
	_card = "Equipment66-1.png",
	_firepower = 1,
	_bombing = false,
	_torpedo = false,
	_aa = 6,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 2,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = 1,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = 1,
	_scrap_steel = 2,
	_scrap_bauxite = false,
	_buildable = false,
	_upgradable = false,
}

return _8cm_High_angle_Gun