Difference between revisions of "Module:Data/Equipment/Zero Fighter Model 21 (w/ Iwamoto Flight)"

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Zero Fighter Model 21 (w/ Iwamoto Flight)",
+
  _name = "Zero Fighter Model 21 (w/ Iwamoto Flight)",
_asset_name = "Zero Fighter Model 21 (w Iwamoto Flight)",
+
  _id = 155,
_page = false,
+
  _japanese_name = "零戦21型(付岩本小隊)",
_id = 155,
+
  _reading = "れいせん21がた(つきいわもとしょうたい)",
_japanese_name = "零戦21型(付岩本小隊)",
+
  _type = 6,
_reading = "れいせん21がた(つきいわもとしょうたい)",
+
  _icon = 6,
_type = 6,
+
  _types = {3, 5, 6, 6, 11},
_icon = 6,
+
  _rarity = 3,
_rarity = 3,
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = 9,
_aa = 9,
+
  _armor = false,
_armor = false,
+
  _asw = false,
_asw = false,
+
  _shelling_accuracy = 1,
_shelling_accuracy = 1,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = 3,
_evasion = 3,
+
  _los = 1,
_los = 1,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 4,
_flight_cost = 4,
+
  _flight_range = 7,
_flight_range = 7,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 1,
_scrap_fuel = 1,
+
  _scrap_ammo = 2,
_scrap_ammo = 2,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 2,
_scrap_bauxite = 2,
+
  _info = "圧倒的な空戦技量を誇る岩本小隊長を擁する「零式艦上戦闘機21型」装備の艦戦隊です。<br>零戦の優れた格闘戦能力と長大な航続距離、そして搭乗員の高い技量で圧倒的な強さを誇ります。<br>開戦から珊瑚海海戦まで「瑞鶴」の上空を護りました。",
_info = "圧倒的な空戦技量を誇る岩本小隊長を擁する「零式艦上戦闘機21型」装備の艦戦隊です。零戦の優れた格闘戦能力と長大な航続距離、そして搭乗員の高い技量で圧倒的な強さを誇ります。開戦から珊瑚海海戦まで「瑞鶴」の上空を護りました。",
+
  _info_en = "Commanded by squadron commander Iwamoto, the great dogfighting expert, a carrier-based squadron equipped with the \"Type 21 Zero Fighter\".<br>The excellent combat ability and the long range of the zero fighters combined with the skills of the pilots result in overwhelming strength.<br>Protecting the skies above \"Zuikaku\" during the Battle of the Coral Sea.",
_wikipedia = "Tetsuzo Iwamoto",
+
  _wikipedia = "Mitsubishi A6M Zero",
_buildable = false,
+
  _buildable = false,
_upgradeable = false,
+
  _improvements = false,
 
}
 
}

Latest revision as of 09:31, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Zero Fighter Model 21 (w/ Iwamoto Flight)/doc

return {
  _name = "Zero Fighter Model 21 (w/ Iwamoto Flight)",
  _id = 155,
  _japanese_name = "零戦21型(付岩本小隊)",
  _reading = "れいせん21がた(つきいわもとしょうたい)",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 11},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 7,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "圧倒的な空戦技量を誇る岩本小隊長を擁する「零式艦上戦闘機21型」装備の艦戦隊です。<br>零戦の優れた格闘戦能力と長大な航続距離、そして搭乗員の高い技量で圧倒的な強さを誇ります。<br>開戦から珊瑚海海戦まで「瑞鶴」の上空を護りました。",
  _info_en = "Commanded by squadron commander Iwamoto, the great dogfighting expert, a carrier-based squadron equipped with the \"Type 21 Zero Fighter\".<br>The excellent combat ability and the long range of the zero fighters combined with the skills of the pilots result in overwhelming strength.<br>Protecting the skies above \"Zuikaku\" during the Battle of the Coral Sea.",
  _wikipedia = "Mitsubishi A6M Zero",
  _buildable = false,
  _improvements = false,
}