• 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/Type 1 Fighter Hayabusa Model III A"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Type 1 Fighter Hayabusa Model III A", _page = false, _id = 222, _japanese_name = "一式戦 ...")
 
Line 7: Line 7:
 
     _id = 222,
 
     _id = 222,
 
     _japanese_name = "一式戦 隼III型甲",
 
     _japanese_name = "一式戦 隼III型甲",
     _reading = nil,
+
     _reading = "いっしきせんはやぶさIIIがたこう",
 
     _type = 48,
 
     _type = 48,
 
     _icon = 44,
 
     _icon = 44,
Line 31: Line 31:
 
     _scrap_steel = false,
 
     _scrap_steel = false,
 
     _scrap_bauxite = 4,
 
     _scrap_bauxite = 4,
     _buildable = nil,
+
     _buildable = false,
 
}
 
}

Revision as of 13:11, 29 April 2017

Documentation for this module may be created at Module:Data/Equipment/Type 1 Fighter Hayabusa Model III A/doc

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

return {
    _name = "Type 1 Fighter Hayabusa Model III A",
    _page = false,
    _id = 222,
    _japanese_name = "一式戦 隼III型甲",
    _reading = "いっしきせんはやぶさIIIがたこう",
    _type = 48,
    _icon = 44,
    _rarity = 3,
    _firepower = 1,
    _bombing = false,
    _torpedo = false,
    _aa = 7,
    _armor = false,
    _asw = false,
    _shelling_accuracy = 1,
    _torpedo_accuracy = false,
    _evasion = 3,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = 4,
    _flight_range = 6,
    _special = false,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = false,
    _scrap_bauxite = 4,
    _buildable = false,
}