• 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/SBD-5"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SBD-5", _id = 419, _japanese_name = "SBD-5", _reading = nil, _type = 7, -- 3,5,7,7,21 _icon = 7, _rarity = 3, _firepower = 1, _bombing = 7,...")
 
m
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "SBD-5",
 
   _name = "SBD-5",
 +
  _localized_name = "Douglas SBD-5 Dauntless",
 
   _id = 419,
 
   _id = 419,
 
   _japanese_name = "SBD-5",
 
   _japanese_name = "SBD-5",
 
   _reading = nil,
 
   _reading = nil,
   _type = 7, -- 3,5,7,7,21
+
   _type = 7,
 
   _icon = 7,
 
   _icon = 7,
 +
  _types = {3, 5, 7, 7, 21},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 1,
 
   _firepower = 1,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
 +
  _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機の改良型です。<br>大戦初期の機体でありつつも、新型SB2Cヘルダイバーが広く<br>実戦配備されるまで長く機動部隊の第一線で運用されました。<br>ドーントレスの愛称で呼ばれ、練度の高いパイロットであれば<br>ある程度の対空戦闘すら可能な名艦爆。本機はエンジンなどを<br>強化換装したその改良後期型です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機の改良型です。大戦初期の機体でありつつも、新型SB2Cヘルダイバーが広く実戦配備されるまで長く機動部隊の第一線で運用されました。ドーントレスの愛称で呼ばれ、練度の高いパイロットであればある程度の対空戦闘すら可能な名艦爆。本機はエンジンなどを強化換装したその改良後期型です。",
+
   _improvements = true,
 
}
 
}

Revision as of 20:07, 7 January 2023

Documentation for this module may be created at Module:Data/Equipment/SBD-5/doc

return {
  _name = "SBD-5",
  _localized_name = "Douglas SBD-5 Dauntless",
  _id = 419,
  _japanese_name = "SBD-5",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 21},
  _rarity = 3,
  _firepower = 1,
  _bombing = 7,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 3,
  _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機の改良型です。<br>大戦初期の機体でありつつも、新型SB2Cヘルダイバーが広く<br>実戦配備されるまで長く機動部隊の第一線で運用されました。<br>ドーントレスの愛称で呼ばれ、練度の高いパイロットであれば<br>ある程度の対空戦闘すら可能な名艦爆。本機はエンジンなどを<br>強化換装したその改良後期型です。",
  _buildable = false,
  _improvements = true,
}