Difference between revisions of "Module:Data/Equipment/Type 3 Fighter Hien Model 1D"

com>Segou
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Type 3 Fighter Hien Model 1D",
+
  _name = "Type 3 Fighter Hien Model 1D",
_page = false,
+
  _localized_name = "Type 3 Fighter Flying Swallow Model 1D",
_id = 185,
+
  _id = 185,
_japanese_name = "三式戦 飛燕一型丁",
+
  _japanese_name = "三式戦 飛燕一型丁",
_reading = "さんしきせん ひえんいちがたてい",
+
  _reading = "さんしきせん ひえんいちがたてい",
_type = 48,
+
  _type = 48,
_icon = 44,
+
  _icon = 44,
_rarity = 4,
+
  _types = {22, 39, 48, 44, 18},
_firepower = false,
+
  _rarity = 4,
_bombing = false,
+
  _firepower = false,
_torpedo = false,
+
  _bombing = false,
_aa = 9,
+
  _torpedo = false,
_armor = false,
+
  _aa = 9,
_asw = false,
+
  _armor = false,
_shelling_accuracy = 2,
+
  _asw = false,
_torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
_evasion = 3,
+
  _torpedo_accuracy = false,
_los = false,
+
  _evasion = 3,
_speed = false,
+
  _los = false,
_luck = false,
+
  _speed = false,
_range = false,
+
  _luck = false,
_flight_cost = 7,
+
  _range = false,
_flight_range = 4,
+
  _flight_cost = 7,
_special = false,
+
  _flight_range = 4,
_scrap_fuel = 1,
+
  _special = false,
_scrap_ammo = 2,
+
  _scrap_fuel = 1,
_scrap_steel = false,
+
  _scrap_ammo = 2,
_scrap_bauxite = 6,
+
  _scrap_steel = false,
_buildable = false,
+
  _scrap_bauxite = 6,
_info = "かの国で開発された液冷エンジンを参考に開発された、液冷エンジンを装備した陸軍戦闘機、三式戦「飛燕」、その性能向上型です。エンジンの信頼性に課題を残していますが、武装等を強化、総合的に戦闘力は向上しています。万全な整備状態であれば高い戦闘力を発揮します。",
+
  _version = 2,
_improvements = false,
+
  _info = "かの国で開発された液冷エンジンを参考に開発された、液冷エンジンを装備した陸軍戦闘機、三式戦「飛燕」、その性能向上型です。<br>エンジンの信頼性に課題を残していますが、武装等を強化、総合的に戦闘力は向上しています。<br>万全な整備状態であれば高い戦闘力を発揮します。",
 +
  _info_en = "An improved model of the Army Type 3 Fighter \"Hien\", equipped with a liquid-cooled engine developed using a reference engine from that country.<br>The engine reliability problems have been sorted out and the armament improved to increase overall combat power.<br>If properly maintained, it will display a high level of combat prowess.",
 +
  _wikipedia = "Kawasaki Ki-61",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 10:28, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 3 Fighter Hien Model 1D/doc

return {
  _name = "Type 3 Fighter Hien Model 1D",
  _localized_name = "Type 3 Fighter Flying Swallow Model 1D",
  _id = 185,
  _japanese_name = "三式戦 飛燕一型丁",
  _reading = "さんしきせん ひえんいちがたてい",
  _type = 48,
  _icon = 44,
  _types = {22, 39, 48, 44, 18},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 6,
  _version = 2,
  _info = "かの国で開発された液冷エンジンを参考に開発された、液冷エンジンを装備した陸軍戦闘機、三式戦「飛燕」、その性能向上型です。<br>エンジンの信頼性に課題を残していますが、武装等を強化、総合的に戦闘力は向上しています。<br>万全な整備状態であれば高い戦闘力を発揮します。",
  _info_en = "An improved model of the Army Type 3 Fighter \"Hien\", equipped with a liquid-cooled engine developed using a reference engine from that country.<br>The engine reliability problems have been sorted out and the armament improved to increase overall combat power.<br>If properly maintained, it will display a high level of combat prowess.",
  _wikipedia = "Kawasaki Ki-61",
  _buildable = false,
  _improvements = true,
}