• 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/SM.79"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "SM.79",
 
   _japanese_name = "SM.79",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,45
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 45},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 14,
 
   _scrap_bauxite = 14,
 +
  _info = "驚くべきことに原型機はレース用に開発された、パスタの国の<br>陸上攻撃機です。三発のエンジンを持ち、当時としては高速で<br>使い勝手のよい攻撃機で、当初は主に爆撃機として運用されて<br>いましたが、魚雷を抱いて対艦攻撃にも出撃していきます。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/SM.79/doc

return {
  _name = "SM.79",
  _id = 431,
  _japanese_name = "SM.79",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 45},
  _rarity = 2,
  _firepower = false,
  _bombing = 13,
  _torpedo = 9,
  _aa = 2,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 11,
  _flight_range = 7,
  _special = false,
  _scrap_fuel = 6,
  _scrap_ammo = 6,
  _scrap_steel = 1,
  _scrap_bauxite = 14,
  _info = "驚くべきことに原型機はレース用に開発された、パスタの国の<br>陸上攻撃機です。三発のエンジンを持ち、当時としては高速で<br>使い勝手のよい攻撃機で、当初は主に爆撃機として運用されて<br>いましたが、魚雷を抱いて対艦攻撃にも出撃していきます。",
  _buildable = false,
  _improvements = false,
}