• 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/12.7cm Twin High-angle Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(add evasion, buildable)
com>Ckwng
Line 1: Line 1:
local _12_7cm_Twin_High_angle_Mount = {
+
local _12_7cm_Twin_High_angle_Gun_Mount = {
_name = "12.7cm Twin High-angle Mount",
+
_name = "12.7cm Twin High-angle Gun Mount",
 
_page = false,
 
_page = false,
 
_id = 10,
 
_id = 10,
Line 31: Line 31:
 
}
 
}
  
return _12_7cm_Twin_High_angle_Mount
+
return _12_7cm_Twin_High_angle_Gun_Mount

Revision as of 19:54, 17 February 2015

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

local _12_7cm_Twin_High_angle_Gun_Mount = {
	_name = "12.7cm Twin High-angle Gun Mount",
	_page = false,
	_id = 10,
	_japanese_name = "12.7cm連装高角砲",
	_type = 4,
	_icon = 16,
	_rarity = 0,
	_back = 1,
	_card = "Equipment10-1.png",
	_firepower = 2,
	_bombing = false,
	_torpedo = false,
	_aa = 4,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 1,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = 1,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = 2,
	_scrap_steel = 2,
	_scrap_bauxite = false,
	_buildable = true,
	_upgradable = false,
}

return _12_7cm_Twin_High_angle_Gun_Mount