• 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/Type 2 Two-seat Fighter Toryuu"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "Type 2 Two-seat Fighter Toryuu",
 
   _name = "Type 2 Two-seat Fighter Toryuu",
 +
  _localized_name = "Type 2 Two-seat Fighter Dragonslayer",
 
   _id = 445,
 
   _id = 445,
 
   _japanese_name = "二式複戦 屠龍",
 
   _japanese_name = "二式複戦 屠龍",
 
   _reading = nil,
 
   _reading = nil,
   _type = 48, -- 22,39,48,44,47
+
   _type = 48,
 
   _icon = 44,
 
   _icon = 44,
 +
  _types = {22, 39, 48, 44, 47},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 12,
 
   _scrap_bauxite = 12,
 +
  _info = "日本陸軍が開発、配備した二式複座戦闘機、通称二式複戦、「屠龍」です。<br>双発複座のため比較的重武装が可能ですが、単座戦闘機に対して運動性では劣り、対戦闘機戦闘には不向きです。<br>戦いの後半、本土上空に飛来した戦略爆撃機B-29の迎撃で飛び立ち、劣勢ながら日本の空を守る防空戦で奮戦します。",
 +
  _info_en = "This is the Type 2 two-seater fighter developed and deployed by the Imperial Japanese Army, the \"Toryuu\".<br>With two seats and two engines, it can be more heavily armed. Its mobility is inferior to single-seat fighters so it is unsuited for dogfighting.<br>It flew sorties to intercept B-29 bombers over the Japanese mainland late in the war. Despite being outnumbered, it fought hard to defend Japanese skies in the air war.",
 +
  _wikipedia = "Kawasaki Ki-45",
 
   _buildable = true,
 
   _buildable = true,
   _info = nil,
+
   _improvements = true,
 
}
 
}

Latest revision as of 21:12, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 2 Two-seat Fighter Toryuu/doc

return {
  _name = "Type 2 Two-seat Fighter Toryuu",
  _localized_name = "Type 2 Two-seat Fighter Dragonslayer",
  _id = 445,
  _japanese_name = "二式複戦 屠龍",
  _reading = nil,
  _type = 48,
  _icon = 44,
  _types = {22, 39, 48, 44, 47},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 8,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 12,
  _info = "日本陸軍が開発、配備した二式複座戦闘機、通称二式複戦、「屠龍」です。<br>双発複座のため比較的重武装が可能ですが、単座戦闘機に対して運動性では劣り、対戦闘機戦闘には不向きです。<br>戦いの後半、本土上空に飛来した戦略爆撃機B-29の迎撃で飛び立ち、劣勢ながら日本の空を守る防空戦で奮戦します。",
  _info_en = "This is the Type 2 two-seater fighter developed and deployed by the Imperial Japanese Army, the \"Toryuu\".<br>With two seats and two engines, it can be more heavily armed. Its mobility is inferior to single-seat fighters so it is unsuited for dogfighting.<br>It flew sorties to intercept B-29 bombers over the Japanese mainland late in the war. Despite being outnumbered, it fought hard to defend Japanese skies in the air war.",
  _wikipedia = "Kawasaki Ki-45",
  _buildable = true,
  _improvements = true,
}