- 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/6inch Triple Rapid Fire Gun Mount Mk.16"
< Module:Data | Equipment
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
return { | return { | ||
− | _name = "6inch Triple Rapid Fire Gun Mount Mk.16 | + | _name = "6inch Triple Rapid Fire Gun Mount Mk.16", |
− | _id = | + | _id = 386, |
− | _japanese_name = "6inch三連装速射砲 Mk.16 | + | _japanese_name = "6inch三連装速射砲 Mk.16", |
_reading = nil, | _reading = nil, | ||
_type = 2, -- 1,1,2,2,0 | _type = 2, -- 1,1,2,2,0 | ||
_icon = 2, | _icon = 2, | ||
− | _rarity = | + | _rarity = 3, |
− | _firepower = | + | _firepower = 7, |
_bombing = false, | _bombing = false, | ||
_torpedo = false, | _torpedo = false, | ||
− | _aa = | + | _aa = 2, |
_armor = 1, | _armor = 1, | ||
_asw = false, | _asw = false, | ||
− | _shelling_accuracy = | + | _shelling_accuracy = 2, |
_torpedo_accuracy = false, | _torpedo_accuracy = false, | ||
− | _evasion = | + | _evasion = false, |
_los = false, | _los = false, | ||
_speed = false, | _speed = false, | ||
Line 26: | Line 26: | ||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
− | _scrap_ammo = | + | _scrap_ammo = 2, |
− | _scrap_steel = | + | _scrap_steel = 5, |
− | _scrap_bauxite = | + | _scrap_bauxite = 1, |
_buildable = false, | _buildable = false, | ||
_info = "", | _info = "", | ||
} | } |
Revision as of 02:53, 11 July 2020
Documentation for this module may be created at Module:Data/Equipment/6inch Triple Rapid Fire Gun Mount Mk.16/doc
-- [[Category:Equipment modules]]
return {
_name = "6inch Triple Rapid Fire Gun Mount Mk.16",
_id = 386,
_japanese_name = "6inch三連装速射砲 Mk.16",
_reading = nil,
_type = 2, -- 1,1,2,2,0
_icon = 2,
_rarity = 3,
_firepower = 7,
_bombing = false,
_torpedo = false,
_aa = 2,
_armor = 1,
_asw = false,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = 2,
_flight_cost = false,
_flight_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 2,
_scrap_steel = 5,
_scrap_bauxite = 1,
_buildable = false,
_info = "",
}