• 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/Type144/147 ASDIC"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Type144/147 ASDIC", _id = 261, _japanese_name = "Type144/147 ASDIC", _reading = nil, _typ...")
 
m
Line 4: Line 4:
 
return {
 
return {
 
     _name = "Type144/147 ASDIC",
 
     _name = "Type144/147 ASDIC",
 +
    _asset_name = "Type144 147 ASDIC",
 
     _id = 261,
 
     _id = 261,
 
     _japanese_name = "Type144/147 ASDIC",
 
     _japanese_name = "Type144/147 ASDIC",
     _reading = nil,
+
     _reading = false,
 
     _type = 14, -- 7,10,14,18,0
 
     _type = 14, -- 7,10,14,18,0
 
     _icon = 18,
 
     _icon = 18,

Revision as of 10:44, 28 September 2017

Documentation for this module may be created at Module:Data/Equipment/Type144/147 ASDIC/doc

--Categories:
--[[Category:Equipment modules]]

return {
    _name = "Type144/147 ASDIC",
    _asset_name = "Type144 147 ASDIC",
    _id = 261,
    _japanese_name = "Type144/147 ASDIC",
    _reading = false,
    _type = 14, -- 7,10,14,18,0
    _icon = 18,
    _rarity = 4,
    _firepower = false,
    _bombing = false,
    _torpedo = false,
    _aa = false,
    _armor = false,
    _asw = 13,
    _shelling_accuracy = 3,
    _torpedo_accuracy = false,
    _evasion = 1,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = false,
    _scrap_ammo = false,
    _scrap_steel = 1,
    _scrap_bauxite = 5,
    _buildable = false,
}