• 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"

From Kancolle Wiki
Jump to navigation Jump to search
m (Botkaze moved page Module:TBF to Module:Data/Equipment/TBF without leaving a redirect)
m
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "TBF",
+
  _name = "TBF",
    _id = 256,
+
  _localized_name = "Grumman TBF-1 Avenger",
    _japanese_name = "TBF",
+
  _id = 256,
    _reading = nil,
+
  _japanese_name = "TBF",
    _type = 8, -- 3,5,8,8,21
+
  _reading = nil,
    _icon = 8,
+
  _type = 8,
    _rarity = 3,
+
  _icon = 8,
    _firepower = 2,
+
  _types = {3, 5, 8, 8, 21},
    _bombing = false,
+
  _rarity = 3,
    _torpedo = 9,
+
  _firepower = 2,
    _aa = 1,
+
  _bombing = false,
    _armor = false,
+
  _torpedo = 9,
    _asw = 6,
+
  _aa = 1,
    _shelling_accuracy = false,
+
  _armor = false,
    _torpedo_accuracy = false,
+
  _asw = 6,
    _evasion = false,
+
  _shelling_accuracy = false,
    _los = 2,
+
  _torpedo_accuracy = false,
    _speed = false,
+
  _evasion = false,
    _luck = false,
+
  _los = 2,
    _range = false,
+
  _speed = false,
    _flight_cost = 10,
+
  _luck = false,
    _flight_range = 6,
+
  _range = false,
    _special = false,
+
  _flight_cost = 10,
    _scrap_fuel = 3,
+
  _flight_range = 6,
    _scrap_ammo = 6,
+
  _special = false,
    _scrap_steel = false,
+
  _scrap_fuel = 3,
    _scrap_bauxite = 11,
+
  _scrap_ammo = 6,
    _buildable = false,
+
  _scrap_steel = false,
    _info = "重い発動機と頑丈なボディを備えた、太平洋の戦い、その後半の大空を駆けた主力雷撃機「TBF」。<br/>復讐者の名を持つこの新鋭艦上雷撃機は、F6Fシリーズの援護下で多くの日本主力艦艇群に痛撃を放つこととなります。",
+
  _scrap_bauxite = 11,
 +
  _info = "重い発動機と頑丈なボディを備えた、太平洋の戦い、その後半<br>の大空を駆けた主力雷撃機「TBF」。<br>復讐者の名を持つこの新鋭艦上雷撃機は、F6Fシリーズの援護<br>下で多くの日本主力艦艇群に痛撃を放つこととなります。",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Revision as of 20:17, 7 January 2023

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 = "重い発動機と頑丈なボディを備えた、太平洋の戦い、その後半<br>の大空を駆けた主力雷撃機「TBF」。<br>復讐者の名を持つこの新鋭艦上雷撃機は、F6Fシリーズの援護<br>下で多くの日本主力艦艇群に痛撃を放つこととなります。",
  _buildable = false,
  _improvements = true,
}