Difference between revisions of "Module:Data/Equipment/Reppuu Model 11"

 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Reppuu Model 11",
+
  _name = "Reppuu Model 11",
_localized_name = "Strong Gale Model 11",
+
  _localized_name = "Strong Gale Model 11",
_page = false,
+
  _id = 53,
_id = 53,
+
  _japanese_name = "烈風 一一型",
_japanese_name = "烈風 一一型",
+
  _reading = "れっぷういちいちがた",
_reading = "れっぷういちいちがた",
+
  _type = 6,
_type = 6,
+
  _icon = 6,
_icon = 6,
+
  _types = {3, 5, 6, 6, 13},
_rarity = 4,
+
  _rarity = 4,
_back = 4,
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = 12,
_aa = 12,
+
  _armor = false,
_armor = false,
+
  _asw = false,
_asw = false,
+
  _shelling_accuracy = false,
_shelling_accuracy = false,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = false,
_evasion = false,
+
  _los = false,
_los = false,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 8,
_flight_cost = 8,
+
  _flight_range = 5,
_flight_range = 5,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 2,
_scrap_fuel = 2,
+
  _scrap_ammo = 2,
_scrap_ammo = 2,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 10,
_scrap_bauxite = 10,
+
  _version = 3,
_info = "名機「零戦」の後継機として開発された、最新鋭艦上戦闘機「烈風」。<br>その正式採用された量産機を装備した、新鋭の艦上戦闘機部隊です。試製烈風からエンジンを換装強化、機体も熟成し、武装も20mm機銃四門と充実。次世代の制空戦闘隊で、機動部隊の直掩や海域の制空権を!",
+
  _info = "名機「零戦」の後継機として開発された最新鋭艦上戦闘機「烈風」。<br>その性能向上型が「烈風改」です。<br>レシプロ艦上戦闘機として、究極の領域まで高められた秘めた戦闘能力を、提督の艦隊の防空や制空でぜひ発揮させてくださいね。<br>最近、数十年の時を越えて、設計図が発見されたニュースもありました!",
_wikipedia = "Mitsubishi A7M",
+
  _info_en = "The name of the state-of-the-art machine that was developed to be the successor of the \"Zero\" carrier-based fighter, is \"Reppuu\".<br>This is the improved performance type, \"Reppuu Kai\".<br>As a reciprocating carrier-based fighter, its latent combat capabilities have been raised to the apex, for Admirals' fleet air-defense and air-control.<br>Recently, after several decades, there was news that the design documents were discovered!",
_buildable = false,
+
  _wikipedia = "Mitsubishi A7M",
_improvements = false,
+
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 08:42, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Reppuu Model 11/doc

return {
  _name = "Reppuu Model 11",
  _localized_name = "Strong Gale Model 11",
  _id = 53,
  _japanese_name = "烈風 一一型",
  _reading = "れっぷういちいちがた",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 13},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 12,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 8,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 10,
  _version = 3,
  _info = "名機「零戦」の後継機として開発された最新鋭艦上戦闘機「烈風」。<br>その性能向上型が「烈風改」です。<br>レシプロ艦上戦闘機として、究極の領域まで高められた秘めた戦闘能力を、提督の艦隊の防空や制空でぜひ発揮させてくださいね。<br>最近、数十年の時を越えて、設計図が発見されたニュースもありました!",
  _info_en = "The name of the state-of-the-art machine that was developed to be the successor of the \"Zero\" carrier-based fighter, is \"Reppuu\".<br>This is the improved performance type, \"Reppuu Kai\".<br>As a reciprocating carrier-based fighter, its latent combat capabilities have been raised to the apex, for Admirals' fleet air-defense and air-control.<br>Recently, after several decades, there was news that the design documents were discovered!",
  _wikipedia = "Mitsubishi A7M",
  _buildable = false,
  _improvements = false,
}