• 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 190 A-5 Kai (Skilled)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 9,
 
   _scrap_bauxite = 9,
   _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シ<br>リーズ。タンク博士の設計により誕生し、フォッケウルフの名<br>で親しまれた名機です。日本陸軍でも同A-5型を輸入し、評価<br>研究を行いました。本機は、同機をライセンス生産、さらに日<br>本海軍の技術を導入して誕生したif艦上戦闘機、その熟練搭乗<br>員による精鋭戦闘機隊です。",
+
   _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>日本陸軍でも同A-5型を輸入し、評価研究を行いました。<br>本機は、同機をライセンス生産、さらに日本海軍の技術を導入して誕生したif艦上戦闘機、その熟練搭乗員による精鋭戦闘機隊です。",
 +
  _info_en = "The Fw190 series is a powerful and reliable fighter developed and mass-produced by a certain country.<br>That high-performance plane was created from Mr. Tank's designs and is better known as the Focke-Wulf.<br>The Imperial Japanese Army also imported the Type A-5 and conducted an assessment study.<br>This plane is a what-if carrier-based fighter created from the Fw190, produced on license, and improved by IJA technology. It is an elite fighter squadron crewed by skilled pilots.",
 +
  _wikipedia = "Focke-Wulf Fw 190",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 11:38, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Fw 190 A-5 Kai (Skilled)/doc

return {
  _name = "Fw 190 A-5 Kai (Skilled)",
  _id = 353,
  _japanese_name = "Fw190 A-5改(熟練)",
  _reading = nil,
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 37},
  _rarity = 5,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 11,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 3,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 9,
  _info = "かの国で開発/量産された強力で信頼性の高い戦闘機Fw190シリーズ。<br>タンク博士の設計により誕生し、フォッケウルフの名で親しまれた名機です。<br>日本陸軍でも同A-5型を輸入し、評価研究を行いました。<br>本機は、同機をライセンス生産、さらに日本海軍の技術を導入して誕生したif艦上戦闘機、その熟練搭乗員による精鋭戦闘機隊です。",
  _info_en = "The Fw190 series is a powerful and reliable fighter developed and mass-produced by a certain country.<br>That high-performance plane was created from Mr. Tank's designs and is better known as the Focke-Wulf.<br>The Imperial Japanese Army also imported the Type A-5 and conducted an assessment study.<br>This plane is a what-if carrier-based fighter created from the Fw190, produced on license, and improved by IJA technology. It is an elite fighter squadron crewed by skilled pilots.",
  _wikipedia = "Focke-Wulf Fw 190",
  _buildable = false,
  _improvements = false,
}