• 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 bis (Skilled)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SM.79 bis (Skilled)", _id = 433, _japanese_name = "SM.79 bis(熟練)", _reading = nil, _type = 47, -- 21,38,47,37,45 _icon = 37, _rarity = 4,...")
 
m
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "SM.79 bis (Skilled)",
 
   _name = "SM.79 bis (Skilled)",
 +
  _localized_name = "Savoia-Marchetti SM.79-III Sparviero",
 
   _id = 433,
 
   _id = 433,
 
   _japanese_name = "SM.79 bis(熟練)",
 
   _japanese_name = "SM.79 bis(熟練)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,45
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 45},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 29:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 15,
 
   _scrap_bauxite = 15,
 +
  _info = "パスタの国で開発された、三発のエンジンを持ち、当時として<br>は高速で運用性の優れた陸上攻撃機。本飛行隊は、その改良性<br>能向上型と優れた歴戦の搭乗員達で編成された、地中海戦域の<br>基地攻撃隊です。胴体下に2発の航空魚雷を装備して、地中海<br>の空に出撃していきます。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 20:49, 7 January 2023

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

return {
  _name = "SM.79 bis (Skilled)",
  _localized_name = "Savoia-Marchetti SM.79-III Sparviero",
  _id = 433,
  _japanese_name = "SM.79 bis(熟練)",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 45},
  _rarity = 4,
  _firepower = false,
  _bombing = 14,
  _torpedo = 13,
  _aa = 3,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 14,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 7,
  _scrap_ammo = 8,
  _scrap_steel = 1,
  _scrap_bauxite = 15,
  _info = "パスタの国で開発された、三発のエンジンを持ち、当時として<br>は高速で運用性の優れた陸上攻撃機。本飛行隊は、その改良性<br>能向上型と優れた歴戦の搭乗員達で編成された、地中海戦域の<br>基地攻撃隊です。胴体下に2発の航空魚雷を装備して、地中海<br>の空に出撃していきます。",
  _buildable = false,
  _improvements = false,
}