• 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/F6F-3N"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "F6F-3N", _id = 254, _japanese_name = "F6F-3N", _reading = "F6F-3N", _type = 6, -- 3,5,6,4...")
 
((Migration))
Line 30: Line 30:
 
     _scrap_steel = false,
 
     _scrap_steel = false,
 
     _scrap_bauxite = 5,
 
     _scrap_bauxite = 5,
 +
    _info = "大戦初期の太平洋上で零戦としのぎを削った艦上戦闘機F4Fシリーズの後継機、大出力エンジンを装備した強力な主力艦上戦闘機F6Fシリーズ初期型の夜戦タイプです。<br>主翼下に機上レーダーを装備し、夜間の作戦行動を可能とした夜間戦闘機型艦載機です。",
 +
    _wikipedia = "Grumman F6F Hellcat",
 
     _buildable = false,
 
     _buildable = false,
 
}
 
}

Revision as of 15:09, 14 November 2018

Documentation for this module may be created at Module:Data/Equipment/F6F-3N/doc

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

return {
    _name = "F6F-3N",
    _id = 254,
    _japanese_name = "F6F-3N",
    _reading = "F6F-3N",
    _type = 6, -- 3,5,6,45,21
    _icon = 45,
    _rarity = 4,
    _firepower = false,
    _bombing = false,
    _torpedo = false,
    _aa = 8,
    _armor = false,
    _asw = 4,
    _shelling_accuracy = 2,
    _torpedo_accuracy = false,
    _evasion = 3,
    _los = 2,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = 9,
    _flight_range = 5,
    _special = false,
    _scrap_fuel = 2,
    _scrap_ammo = 3,
    _scrap_steel = false,
    _scrap_bauxite = 5,
    _info = "大戦初期の太平洋上で零戦としのぎを削った艦上戦闘機F4Fシリーズの後継機、大出力エンジンを装備した強力な主力艦上戦闘機F6Fシリーズ初期型の夜戦タイプです。<br>主翼下に機上レーダーを装備し、夜間の作戦行動を可能とした夜間戦闘機型艦載機です。",
    _wikipedia = "Grumman F6F Hellcat",
    _buildable = false,
}