• 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/Prototype Reppuu Late Model"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
local Reppuu = {
+
return {
_name = "Reppuu",
+
  _name = "Prototype Reppuu Late Model",
_localized_name = "Strong Gale",
+
  _localized_name = "Prototype Strong Gale Late Model",
_page = false,
+
  _id = 22,
_id = 22,
+
  _japanese_name = "試製烈風 後期型",
_japanese_name = "烈風",
+
  _reading = "しせいれっぷう こうきがた",
_reading = "れっぷう",
+
  _type = 6,
_type = 6,
+
  _icon = 6,
_icon = 6,
+
  _types = {3, 5, 6, 6, 13},
_rarity = 3,
+
  _rarity = 3,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 10,
+
  _aa = 10,
_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,
_special = false,
+
  _flight_cost = 7,
_scrap_fuel = 2,
+
  _flight_range = 5,
_scrap_ammo = 2,
+
  _special = false,
_scrap_steel = false,
+
  _scrap_fuel = 2,
_scrap_bauxite = 9,
+
  _scrap_ammo = 2,
_buildable = true,
+
  _scrap_steel = false,
_upgradable = false,
+
  _scrap_bauxite = 9,
 +
  _version = 3,
 +
  _info = "名機「零戦」の後継機と開発された最新鋭艦上戦闘機「烈風」。<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>Despite difficulties in engine selection, preoccupied design teams, and factories, it was completed as the new type of ship-based fighter.<br>Together with the new \"Ryuusei\" torpedo-bomber, please organize a next-generation air task force to control the sky!",
 +
  _wikipedia = "Mitsubishi A7M",
 +
  _buildable = true,
 +
  _improvements = false,
 
}
 
}
 
return Reppuu
 

Latest revision as of 09:37, 8 May 2024

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

return {
  _name = "Prototype Reppuu Late Model",
  _localized_name = "Prototype Strong Gale Late Model",
  _id = 22,
  _japanese_name = "試製烈風 後期型",
  _reading = "しせいれっぷう こうきがた",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 13},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 10,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 9,
  _version = 3,
  _info = "名機「零戦」の後継機と開発された最新鋭艦上戦闘機「烈風」。<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>Despite difficulties in engine selection, preoccupied design teams, and factories, it was completed as the new type of ship-based fighter.<br>Together with the new \"Ryuusei\" torpedo-bomber, please organize a next-generation air task force to control the sky!",
  _wikipedia = "Mitsubishi A7M",
  _buildable = true,
  _improvements = false,
}