• 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/Fw 190T Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 29: Line 29:
 
   _scrap_bauxite = 8,
 
   _scrap_bauxite = 8,
 
   _version = 2,
 
   _version = 2,
   _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シ<br>リーズ。タンク博士の設計により誕生し、フォッケウルフの名<br>で親しまれた名機です。本機はその後期型を改修した艦上機バ<br>ージョンです。高い制空戦闘能力を発揮します。",
+
   _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>本機はその後期型を改修した艦上機バージョンです。<br>高い制空戦闘能力を発揮します。",
 +
  _info_en = "The Fw190 series of powerful and reliable fighter planes were developed and mass-produced in that other country.<br>It was designed by Dr. Tank, and was known as the Focke-Wulf.<br>This aircraft is a carrier-based version of a later model.<br>It demonstrates a high level of air combat capability.",
 
   _wikipedia = "Focke-Wulf Fw 190",
 
   _wikipedia = "Focke-Wulf Fw 190",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:39, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Fw 190T Kai/doc

return {
  _name = "Fw 190T Kai",
  _id = 159,
  _japanese_name = "Fw190T改",
  _reading = "Fw190Tかい",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 37},
  _rarity = 4,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 10,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 8,
  _version = 2,
  _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>本機はその後期型を改修した艦上機バージョンです。<br>高い制空戦闘能力を発揮します。",
  _info_en = "The Fw190 series of powerful and reliable fighter planes were developed and mass-produced in that other country.<br>It was designed by Dr. Tank, and was known as the Focke-Wulf.<br>This aircraft is a carrier-based version of a later model.<br>It demonstrates a high level of air combat capability.",
  _wikipedia = "Focke-Wulf Fw 190",
  _buildable = false,
  _improvements = false,
}