• 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/203mm/53 Twin Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
m (Adjusted to conform with 381mm/50 page.)
m (Filling in data based on this: https://pbs.twimg.com/media/Ca2lMwiUAAAWnbk.png:large)
Line 13: Line 13:
 
_rarity = 5,
 
_rarity = 5,
 
_back = nil,
 
_back = nil,
_firepower = nil,
+
_firepower = 9,
_bombing = nil,
+
_bombing = false,
_torpedo = nil,
+
_torpedo = false,
_aa = nil,
+
_aa = 1,
_armor = nil,
+
_armor = false,
_asw = nil,
+
_asw = false,
_shelling_accuracy = nil,
+
_shelling_accuracy = -2,
_torpedo_accuracy = nil,
+
_torpedo_accuracy = false,
_evasion = nil,
+
_evasion = false,
_los = nil,
+
_los = false,
_speed = nil,
+
_speed = false,
_luck = nil,
+
_luck = false,
_range = nil,
+
_range = 3,
 
_special = nil,
 
_special = nil,
 
_scrap_fuel = nil,
 
_scrap_fuel = nil,

Revision as of 12:34, 10 February 2016

Documentation for this module may be created at Module:Data/Equipment/203mm/53 Twin Gun Mount/doc

--Categories:
--[[Category:Equipment modules]]
 
local _203mm_53_Twin_Gun_Mount = {
	_name = "203mm/53 Twin Gun Mount",
        _asset_name = "203mm 53 Twin Gun Mount",
	_page = false,
	_id = 162,
	_japanese_name = "203mm/53連装砲",
	_reading = "203みり/53れんそうほう",
	_type = 2,
	_icon = 2,
	_rarity = 5,
	_back = nil,
	_firepower = 9,
	_bombing = false,
	_torpedo = false,
	_aa = 1,
	_armor = false,
	_asw = false,
	_shelling_accuracy = -2,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = 3,
	_special = nil,
	_scrap_fuel = nil,
	_scrap_ammo = nil,
	_scrap_steel = nil,
	_scrap_bauxite = nil,
	_buildable = false,
}
 
return _203mm_53_Twin_Gun_Mount