• 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/Spitfire Mk.V"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Spitfire Mk.V", _id = 251, _japanese_name = "Spitfire Mk.V", _reading = nil, _type = 48, ...")
 
Line 30: Line 30:
 
     _scrap_steel = false,
 
     _scrap_steel = false,
 
     _scrap_bauxite = 6,
 
     _scrap_bauxite = 6,
 +
    _info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空を守り抜いた名機の性能向上量産型です。様々な性能向上型が生まれ、やがて艦上戦闘機型の「Seafire」も誕生します。",
 +
    _wikipedia = "Supermarine Spitfire",
 
     _buildable = false,
 
     _buildable = false,
 
}
 
}

Revision as of 06:58, 16 January 2019

Documentation for this module may be created at Module:Data/Equipment/Spitfire Mk.V/doc

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

return {
    _name = "Spitfire Mk.V",
    _id = 251,
    _japanese_name = "Spitfire Mk.V",
    _reading = nil,
    _type = 48, -- 22,39,48,44,29
    _icon = 44,
    _rarity = 4,
    _firepower = 1,
    _bombing = false,
    _torpedo = false,
    _aa = 9,
    _armor = false,
    _asw = false,
    _shelling_accuracy = 3,
    _torpedo_accuracy = false,
    _evasion = 2,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = 5,
    _flight_range = 5,
    _special = false,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = false,
    _scrap_bauxite = 6,
    _info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空を守り抜いた名機の性能向上量産型です。様々な性能向上型が生まれ、やがて艦上戦闘機型の「Seafire」も誕生します。",
    _wikipedia = "Supermarine Spitfire",
    _buildable = false,
}