• 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
com>Ckwng
(add evasion, buildable)
Line 17: Line 17:
 
_shelling_accuracy = 1,
 
_shelling_accuracy = 1,
 
_torpedo_accuracy = false,
 
_torpedo_accuracy = false,
 +
_evasion = false,
 
_los = false,
 
_los = false,
 
_speed = false,
 
_speed = false,
Line 26: Line 27:
 
_scrap_steel = 2,
 
_scrap_steel = 2,
 
_scrap_bauxite = false,
 
_scrap_bauxite = false,
 +
_buildable = true,
 
_upgradable = false,
 
_upgradable = false,
 
}
 
}
  
 
return _12_7cm_Twin_High_angle_Mount
 
return _12_7cm_Twin_High_angle_Mount

Revision as of 14:35, 16 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_Mount = {
	_name = "12.7cm Twin High-angle 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_Mount