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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SB2C-3", _id = 420, _japanese_name = "SB2C-3", _reading = nil, _type = 7, -- 3,5,7,7,21 _icon = 7, _rarity = 4, _firepower = 1, _bombing =...")
 
m
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "SB2C-3",
 
   _name = "SB2C-3",
 +
  _localized_name = "Curtiss SB2C-3 Helldiver",
 
   _id = 420,
 
   _id = 420,
 
   _japanese_name = "SB2C-3",
 
   _japanese_name = "SB2C-3",
 
   _reading = nil,
 
   _reading = nil,
   _type = 7, -- 3,5,7,7,21
+
   _type = 7,
 
   _icon = 7,
 
   _icon = 7,
 +
  _types = {3, 5, 7, 7, 21},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 1,
 
   _firepower = 1,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
 +
  _info = "米国の傑作艦上爆撃機SBDの後継機として開発された最新の、<br>そして実質最後の急降下爆撃機、その量産型です。<br>実戦配備は遅れ、大勢が決した大戦の後半期の前線投入となり<br>ましたが、その強力な攻撃力で日本海軍残存戦力に対する最後<br>の急降下爆撃を敢行しました。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 20:08, 7 January 2023

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

return {
  _name = "SB2C-3",
  _localized_name = "Curtiss SB2C-3 Helldiver",
  _id = 420,
  _japanese_name = "SB2C-3",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 21},
  _rarity = 4,
  _firepower = 1,
  _bombing = 11,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 5,
  _info = "米国の傑作艦上爆撃機SBDの後継機として開発された最新の、<br>そして実質最後の急降下爆撃機、その量産型です。<br>実戦配備は遅れ、大勢が決した大戦の後半期の前線投入となり<br>ましたが、その強力な攻撃力で日本海軍残存戦力に対する最後<br>の急降下爆撃を敢行しました。",
  _buildable = false,
  _improvements = false,
}