- 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/TBF"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (3 revisions imported) |
Jigaraphale (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "TBF", | |
− | + | _localized_name = "Grumman TBF-1 Avenger", | |
− | + | _id = 256, | |
− | + | _japanese_name = "TBF", | |
− | + | _reading = nil, | |
− | + | _type = 8, | |
− | + | _icon = 8, | |
− | + | _types = {3, 5, 8, 8, 21}, | |
− | + | _rarity = 3, | |
− | + | _firepower = 2, | |
− | + | _bombing = false, | |
− | + | _torpedo = 9, | |
− | + | _aa = 1, | |
− | + | _armor = false, | |
− | + | _asw = 6, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = 2, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 10, | |
− | + | _flight_range = 6, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 3, | |
− | + | _scrap_ammo = 6, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 11, | |
+ | _info = "重い発動機と頑丈なボディを備えた、太平洋の戦い、その後半の大空を駆けた主力雷撃機「TBF」。<br>復讐者の名を持つこの新鋭艦上雷撃機は、F6Fシリーズの援護下で多くの日本主力艦艇群に痛撃を放つこととなります。", | ||
+ | _info_en = "With its heavy engine and sturdy body, the \"TBF\" is the mainstay torpedo bomber that took to the skies during the later stages of the Pacific War.<br>With the name of Avenger, this state-of-the-art carrier-capable torpedo bomber would unleash a crushing blow on many of Japan's naval groups under the protection of the F6F series.", | ||
+ | _wikipedia = "Grumman TBF Avenger", | ||
+ | _buildable = false, | ||
+ | _improvements = true, | ||
} | } |
Latest revision as of 19:23, 6 May 2024
Documentation for this module may be created at Module:Data/Equipment/TBF/doc
return {
_name = "TBF",
_localized_name = "Grumman TBF-1 Avenger",
_id = 256,
_japanese_name = "TBF",
_reading = nil,
_type = 8,
_icon = 8,
_types = {3, 5, 8, 8, 21},
_rarity = 3,
_firepower = 2,
_bombing = false,
_torpedo = 9,
_aa = 1,
_armor = false,
_asw = 6,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = 2,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 10,
_flight_range = 6,
_special = false,
_scrap_fuel = 3,
_scrap_ammo = 6,
_scrap_steel = false,
_scrap_bauxite = 11,
_info = "重い発動機と頑丈なボディを備えた、太平洋の戦い、その後半の大空を駆けた主力雷撃機「TBF」。<br>復讐者の名を持つこの新鋭艦上雷撃機は、F6Fシリーズの援護下で多くの日本主力艦艇群に痛撃を放つこととなります。",
_info_en = "With its heavy engine and sturdy body, the \"TBF\" is the mainstay torpedo bomber that took to the skies during the later stages of the Pacific War.<br>With the name of Avenger, this state-of-the-art carrier-capable torpedo bomber would unleash a crushing blow on many of Japan's naval groups under the protection of the F6F series.",
_wikipedia = "Grumman TBF Avenger",
_buildable = false,
_improvements = true,
}