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

From Kancolle Wiki
Jump to navigation Jump to search
m
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "SBD",
+
  _name = "SBD",
    _page = false,
+
  _id = 195,
    _id = 195,
+
  _japanese_name = "SBD",
    _japanese_name = "SBD",
+
  _reading = nil,
    _reading = nil,
+
  _type = 7,
    _type = 7,
+
  _icon = 7,
    _icon = 7,
+
  _types = {3, 5, 7, 7, 21},
    _rarity = 2,
+
  _rarity = 2,
    _firepower = 1,
+
  _firepower = 1,
    _bombing = 6,
+
  _bombing = 6,
    _torpedo = false,
+
  _torpedo = false,
    _aa = 2,
+
  _aa = 2,
    _armor = false,
+
  _armor = false,
    _asw = 3,
+
  _asw = 3,
    _shelling_accuracy = 1,
+
  _shelling_accuracy = 1,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = 2,
+
  _evasion = 2,
    _los = 2,
+
  _los = 2,
    _speed = false,
+
  _speed = false,
    _luck = false,
+
  _luck = false,
    _range = false,
+
  _range = false,
    _flight_cost = 5,
+
  _flight_cost = 5,
    _flight_range = 4,
+
  _flight_range = 4,
    _special = false,
+
  _special = false,
    _scrap_fuel = 1,
+
  _scrap_fuel = 1,
    _scrap_ammo = 3,
+
  _scrap_ammo = 3,
    _scrap_steel = false,
+
  _scrap_steel = false,
    _scrap_bauxite = 2,
+
  _scrap_bauxite = 2,
    _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機です。<br>大戦初期の機体でありながら、旧式化したあとも長く使われました。ドーントレスの愛称で呼ばれた本機は、練度の高いパイロットであれば、ある程度の対空戦闘も可能でした。",
+
  _version = 3,
    _wikipedia = "Douglas SBD Dauntless",
+
  _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機です。<br>大戦初期の機体でありながら、旧式化したあとも長く使われま<br>した。ドーントレスの愛称で呼ばれた本機は、練度の高いパイ<br>ロットであれば、ある程度の対空戦闘も可能でした。",
    _buildable = true,
+
  _wikipedia = "Douglas SBD Dauntless",
 +
  _buildable = true,
 +
  _improvements = true,
 
}
 
}

Revision as of 12:44, 9 September 2022

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

return {
  _name = "SBD",
  _id = 195,
  _japanese_name = "SBD",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 21},
  _rarity = 2,
  _firepower = 1,
  _bombing = 6,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = 2,
  _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 = 2,
  _version = 3,
  _info = "シンプルかつ頑丈な作りの傑作急降下爆撃機です。<br>大戦初期の機体でありながら、旧式化したあとも長く使われま<br>した。ドーントレスの愛称で呼ばれた本機は、練度の高いパイ<br>ロットであれば、ある程度の対空戦闘も可能でした。",
  _wikipedia = "Douglas SBD Dauntless",
  _buildable = true,
  _improvements = true,
}