• 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/Prototype 51cm Triple Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Prototype 51cm Triple Gun Mount", _id = 465, _japanese_name = "試製51cm三連装砲", _reading = nil, _type = 38, -- 1,1,3,3,0 _ico...")
 
(fix stats)
Line 13: Line 13:
 
     _armor = 2,
 
     _armor = 2,
 
     _asw = false,
 
     _asw = false,
     _shelling_accuracy = -10,
+
     _shelling_accuracy = -2,
 
     _torpedo_accuracy = false,
 
     _torpedo_accuracy = false,
     _evasion = -2,
+
     _evasion = -10,
 
     _los = false,
 
     _los = false,
 
     _speed = false,
 
     _speed = false,

Revision as of 03:59, 6 July 2022

Documentation for this module may be created at Module:Data/Equipment/Prototype 51cm Triple Gun Mount/doc

return {
    _name = "Prototype 51cm Triple Gun Mount",
    _id = 465,
    _japanese_name = "試製51cm三連装砲",
    _reading = nil,
    _type = 38, -- 1,1,3,3,0
    _icon = 3,
    _rarity = 6,
    _firepower = 36,
    _bombing = false,
    _torpedo = false,
    _aa = 5,
    _armor = 2,
    _asw = false,
    _shelling_accuracy = -2,
    _torpedo_accuracy = false,
    _evasion = -10,
    _los = false,
    _speed = false,
    _luck = false,
    _range = 4,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = false,
    _scrap_ammo = 30,
    _scrap_steel = 30,
    _scrap_bauxite = false,
    _buildable = false,
    _info = nil,
}