• 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/Army Infantry Corps + Chi-Ha Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Army Infantry Corps + Chi-Ha Kai", _id = 499, _japanese_name = "陸軍歩兵部隊+チハ改", _reading = false, _type = 52, _icon = 52, _types...")
 
 
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = false,
+
   _info = "当時の日本陸軍の主力戦車、歩兵支援に主眼をおいた九七式中戦車、通称「チハ車」。<br>同戦車の対機甲戦闘力向上を図るべく、新開発の貫通力の高い新主砲を搭載した改良後期型、通称「チハ車改」と重武装の陸軍歩兵による諸兵科連合部隊です。<br>※単独で海上機動できませんが、接岸擱座揚陸能力を持つ二等輸送艦などに搭載することで、着上陸戦闘が可能です。",
 +
  _info_en = "The Type 97 medium tank, commonly known as the \"Chi-Ha\", was the main tank of the IJA used primarily as infantry support.<br>This unit is a combined armed force of heavily armed infantry with a late-model \"Chi-Ha Kai\" that has been upgraded with a new gun with better penetration to improve its anti-armor capability.<br>※Though they cannot maneuver at sea without support, they can be loaded onto a 2nd class transport ship that has the ability to beach itself so they can perform amphibious landings.",
 +
  _wikipedia = "Type 97 Chi-Ha medium tank",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:21, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Army Infantry Corps + Chi-Ha Kai/doc

return {
  _name = "Army Infantry Corps + Chi-Ha Kai",
  _id = 499,
  _japanese_name = "陸軍歩兵部隊+チハ改",
  _reading = false,
  _type = 52,
  _icon = 52,
  _types = {27, 48, 52, 52, 0},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Provides bonuses against installations",
  _scrap_fuel = 1,
  _scrap_ammo = 5,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "当時の日本陸軍の主力戦車、歩兵支援に主眼をおいた九七式中戦車、通称「チハ車」。<br>同戦車の対機甲戦闘力向上を図るべく、新開発の貫通力の高い新主砲を搭載した改良後期型、通称「チハ車改」と重武装の陸軍歩兵による諸兵科連合部隊です。<br>※単独で海上機動できませんが、接岸擱座揚陸能力を持つ二等輸送艦などに搭載することで、着上陸戦闘が可能です。",
  _info_en = "The Type 97 medium tank, commonly known as the \"Chi-Ha\", was the main tank of the IJA used primarily as infantry support.<br>This unit is a combined armed force of heavily armed infantry with a late-model \"Chi-Ha Kai\" that has been upgraded with a new gun with better penetration to improve its anti-armor capability.<br>※Though they cannot maneuver at sea without support, they can be loaded onto a 2nd class transport ship that has the ability to beach itself so they can perform amphibious landings.",
  _wikipedia = "Type 97 Chi-Ha medium tank",
  _buildable = false,
  _improvements = false,
}