• 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 4 Heavy Bomber Hiryuu (Skilled)"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "Type 4 Heavy Bomber Hiryuu (Skilled)",
 
   _name = "Type 4 Heavy Bomber Hiryuu (Skilled)",
 +
  _localized_name = "Type 4 Heavy Bomber Flying Dragon",
 
   _id = 404,
 
   _id = 404,
 
   _japanese_name = "四式重爆 飛龍(熟練)",
 
   _japanese_name = "四式重爆 飛龍(熟練)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,4
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 4},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 18,
 
   _scrap_bauxite = 18,
 +
  _info = "陸軍で開発された新鋭双発爆撃機キ67 四式重爆撃機「飛龍」です。<br>爆弾搭載量は大きくないものの、軽快な運動性を誇り、機外懸架ではありますが魚雷装備も可能。<br>決戦機として配備され、日本爆撃機としては充実の防御火力と防弾装備、各電波装備を持つ本機と熟練搭乗員による精鋭「飛龍」飛行戦隊です。",
 +
  _info_en = "This is a new twin-engined bomber developed by the IJA, the Ki-67 Type 4 Heavy Bomber \"Hiryuu\". <br>It can't carry many bombs, but is light and maneuverable. It can also carry torpedoes on external hardpoints.<br>It was deployed as a trump card with more defensive firepower and bulletproofing than normal Japanese bombers, with each plane of this skilled \"Hiryuu\" squadron equipped with a radio and crewed by skilled personnel.",
 +
  _wikipedia = "Mitsubishi Ki-67",
 
   _buildable = false,
 
   _buildable = false,
   _info = "陸軍で開発された新鋭双発爆撃機キ67 四式重爆撃機「飛龍」です。爆弾搭載量は大きくないものの、軽快な運動性を誇り、機外懸架ではありますが魚雷装備も可能。決戦機として配備され、日本機としては充実の防御火力と防弾装備、各電波装備を持つ本機と熟練搭乗員による精鋭「飛龍」飛行戦隊です。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 19:14, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 4 Heavy Bomber Hiryuu (Skilled)/doc

return {
  _name = "Type 4 Heavy Bomber Hiryuu (Skilled)",
  _localized_name = "Type 4 Heavy Bomber Flying Dragon",
  _id = 404,
  _japanese_name = "四式重爆 飛龍(熟練)",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 5,
  _firepower = false,
  _bombing = 16,
  _torpedo = 14,
  _aa = 5,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 5,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 14,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 9,
  _scrap_ammo = 9,
  _scrap_steel = false,
  _scrap_bauxite = 18,
  _info = "陸軍で開発された新鋭双発爆撃機キ67 四式重爆撃機「飛龍」です。<br>爆弾搭載量は大きくないものの、軽快な運動性を誇り、機外懸架ではありますが魚雷装備も可能。<br>決戦機として配備され、日本爆撃機としては充実の防御火力と防弾装備、各電波装備を持つ本機と熟練搭乗員による精鋭「飛龍」飛行戦隊です。",
  _info_en = "This is a new twin-engined bomber developed by the IJA, the Ki-67 Type 4 Heavy Bomber \"Hiryuu\". <br>It can't carry many bombs, but is light and maneuverable. It can also carry torpedoes on external hardpoints.<br>It was deployed as a trump card with more defensive firepower and bulletproofing than normal Japanese bombers, with each plane of this skilled \"Hiryuu\" squadron equipped with a radio and crewed by skilled personnel.",
  _wikipedia = "Mitsubishi Ki-67",
  _buildable = false,
  _improvements = false,
}