• 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/12.7cm High-angle Gun + Anti-Aircraft Fire Director"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 33: Line 33:
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 
   _version = 2,
 
   _version = 2,
   _info = "巡洋艦以上の大型艦の標準的な対空兵装として搭載された<br>12.7cm連装高角砲と「94式高射装置」の組み合わせによる、<br>艦隊防空システムです。発射速度や砲の旋回速度にやや難があ<br>りますが、高角砲と高射装置の組み合わせは艦隊の傘として重<br>要な兵装です。",
+
   _info = "巡洋艦以上の大型艦の標準的な対空兵装として搭載された12.7cm連装高角砲と「94式高射装置」の組み合わせによる、艦隊防空システムです。<br>発射速度や砲の旋回速度にやや難がありますが、高角砲と高射装置の組み合わせは艦隊の傘として重要な兵装です。",
 +
  _info_en = "The 12.7 cm high angle gun with \"Type 94 AA Fire Director\" combination is the fleet's standard AA defense system used aboard cruisers or other larger warships.<br>While its fire rate and traverse rate is a bit sluggish, this high-angle gun with a director serves as the umbrella of the fleet against air attacks.",
 +
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:49, 6 May 2024

return {
  _name = "12.7cm High-angle Gun + Anti-Aircraft Fire Director",
  _id = 130,
  _japanese_name = "12.7cm高角砲+高射装置",
  _reading = "12.7せんちこうかくほう+こうしゃそうち",
  _list_name = "12.7cm Twin High-angle Gun Mount + Anti-Aircraft Fire Director",
  _list_japanese_name = "12.7cm連装高角砲+高射装置",
  _list_reading = "12.7せんちれんそうこうかくほう+こうしゃそうち",
  _card_name = "12.7cm Twin High-angle Gun Mount + Type 94 Anti-Aircraft Fire Director",
  _card_japanese_name = "12.7cm連装高角砲+94式高射装置",
  _card_reading = "12.7せんちれんそうこうかくほう+94しきこうしゃそうち",
  _type = 4,
  _icon = 16,
  _types = {1, 2, 4, 16, 0},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 8,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 3,
  _scrap_bauxite = 2,
  _version = 2,
  _info = "巡洋艦以上の大型艦の標準的な対空兵装として搭載された12.7cm連装高角砲と「94式高射装置」の組み合わせによる、艦隊防空システムです。<br>発射速度や砲の旋回速度にやや難がありますが、高角砲と高射装置の組み合わせは艦隊の傘として重要な兵装です。",
  _info_en = "The 12.7 cm high angle gun with \"Type 94 AA Fire Director\" combination is the fleet's standard AA defense system used aboard cruisers or other larger warships.<br>While its fire rate and traverse rate is a bit sluggish, this high-angle gun with a director serves as the umbrella of the fleet against air attacks.",
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
  _buildable = false,
  _improvements = false,
}