• 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 Shuusui"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
Line 29: Line 29:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 6,
 
   _scrap_bauxite = 6,
   _info = "科学の国で開発され、実戦配備に就いた世界初の量産ロケット<br>戦闘機。その貴重な技術資料を伊号潜水艦で持ち帰り、不完全<br>な図面から陸海軍共同で開発を進めた日本発のロケット戦闘機<br>の試作型です。通常のレシプロ機では迎撃の難しい、遥か高高<br>度から飛来する重爆の邀撃を目指します。",
+
   _info = "科学の国で開発され、実戦配備に就いた世界初の量産ロケット戦闘機。<br>その貴重な技術資料を伊号潜水艦で持ち帰り、不完全な図面から陸海軍共同で開発を進めた日本初のロケット戦闘機の試作型です。<br>通常のレシプロ機では迎撃の難しい、遥か高高度から飛来する重爆の邀撃を目指します。",
 +
  _info_en = "This is the world's first mass-produced rocket-powered fighter developed and put into service by the Country of Science.<br>This is a Japanese-made prototype rocket-powered fighter developed jointly by the IJA and IJN based on valuable, but incomplete, blueprints brought back by the I-class submarine.<br>It was made to intercept heavy bombers at distant, high altitudes that were difficult for regular aircraft with reciprocating engines.",
 
   _wikipedia = "Mitsubishi J8M",
 
   _wikipedia = "Mitsubishi J8M",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 11:37, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Prototype Shuusui/doc

return {
  _name = "Prototype Shuusui",
  _localized_name = "Prototype Sharp Sword",
  _id = 351,
  _japanese_name = "試製 秋水",
  _reading = "しせい しゅうすい",
  _type = 48,
  _icon = 38,
  _types = {22, 39, 48, 38, 35},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 8,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 1,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 3,
  _scrap_steel = 1,
  _scrap_bauxite = 6,
  _info = "科学の国で開発され、実戦配備に就いた世界初の量産ロケット戦闘機。<br>その貴重な技術資料を伊号潜水艦で持ち帰り、不完全な図面から陸海軍共同で開発を進めた日本初のロケット戦闘機の試作型です。<br>通常のレシプロ機では迎撃の難しい、遥か高高度から飛来する重爆の邀撃を目指します。",
  _info_en = "This is the world's first mass-produced rocket-powered fighter developed and put into service by the Country of Science.<br>This is a Japanese-made prototype rocket-powered fighter developed jointly by the IJA and IJN based on valuable, but incomplete, blueprints brought back by the I-class submarine.<br>It was made to intercept heavy bombers at distant, high altitudes that were difficult for regular aircraft with reciprocating engines.",
  _wikipedia = "Mitsubishi J8M",
  _buildable = false,
  _improvements = false,
}