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

From Kancolle Wiki
Jump to navigation Jump to search
(Created basic module.)
 
m
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "TBD",
 
+
  _localized_name = "Douglas TBD Devastator",
local TBD = {
+
  _id = 196,
_name = "TBD",
+
  _japanese_name = "TBD",
_page = false,
+
  _reading = nil,
_id = 196,
+
  _type = 8,
_reading_name = "TBD",  
+
  _icon = 8,
_type = 8,
+
  _types = {3, 5, 8, 8, 21},
_icon = 8,
+
  _rarity = 2,
_rarity = 2,
+
  _firepower = 1,
_back = 2,
+
  _bombing = false,
_firepower = 1,
+
  _torpedo = 5,
_bombing = false,
+
  _aa = false,
_torpedo = 5,
+
  _armor = false,
_aa = false,
+
  _asw = 4,
_armor = false,
+
  _shelling_accuracy = false,
_asw = 4,
+
  _torpedo_accuracy = false,
_shelling_accuracy = false,
+
  _evasion = false,
_torpedo_accuracy = false,
+
  _los = 2,
_evasion = false,
+
  _speed = false,
_los = 2,
+
  _luck = false,
_speed = false,
+
  _range = false,
_luck = false,
+
  _flight_cost = 6,
_range = false,
+
  _flight_range = 4,
_flight_cost = false,
+
  _special = false,
_flight_range = false,
+
  _scrap_fuel = 1,
_special = false,
+
  _scrap_ammo = 4,
_scrap_fuel = 1,
+
  _scrap_steel = false,
_scrap_ammo = 4,
+
  _scrap_bauxite = 3,
_scrap_steel = false,
+
  _info = "九七艦攻のライバルともいえる艦上攻撃機です。<br>速度が遅く、大戦初期の機体で激戦の中でも陳腐化しつつあり<br>ましたが、その必死の戦いは大きな戦いの勝機をもたらしまし<br>た。",
_scrap_bauxite = 3,
+
  _wikipedia = "Douglas TBD Devastator",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = true,
 
}
 
}
 
return TBD
 

Revision as of 20:16, 7 January 2023

Documentation for this module may be created at Module:Data/Equipment/TBD/doc

return {
  _name = "TBD",
  _localized_name = "Douglas TBD Devastator",
  _id = 196,
  _japanese_name = "TBD",
  _reading = nil,
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 21},
  _rarity = 2,
  _firepower = 1,
  _bombing = false,
  _torpedo = 5,
  _aa = false,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 3,
  _info = "九七艦攻のライバルともいえる艦上攻撃機です。<br>速度が遅く、大戦初期の機体で激戦の中でも陳腐化しつつあり<br>ましたが、その必死の戦いは大きな戦いの勝機をもたらしまし<br>た。",
  _wikipedia = "Douglas TBD Devastator",
  _buildable = false,
  _improvements = true,
}