• 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/Toku Daihatsu Landing Craft + Chi-Ha Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m (source: kc3)
 
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 was the main tank of the Imperial Japanese Army, commonly known as the \"Chi-Ha\".<br>In order to improve the Chi-Ha's anti-armor capability for its role as infantry support, the \"Chi-Ha Kai\" was equipped with a new main gun with better penetration power.<br>In some situations, it was able to overcome armored forces of the other great powers.",
 +
  _wikipedia = "Type 97 Chi-Ha medium tank",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:19, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Toku Daihatsu Landing Craft + Chi-Ha Kai/doc

return {
  _name = "Toku Daihatsu Landing Craft + Chi-Ha Kai",
  _id = 495,
  _japanese_name = "特大発動艇+チハ改",
  _reading = "とくだいはつどうてい+チハかい",
  _type = 24,
  _icon = 20,
  _types = {8, 14, 24, 20, 0},
  _rarity = 4,
  _firepower = 1,
  _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 = 2,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "当時の日本陸軍の主力戦車、九七式中戦車、通称「チハ車」。<br>歩兵支援に主眼をおいたチハの対機甲戦闘力向上を図るべく、新開発の貫通力の高い新主砲を搭載した通称「チハ車改」。<br>列強の機甲戦力とも限定的な条件下なら、ある程度対抗が可能かもしれません。",
  _info_en = "The Type 97 medium tank was the main tank of the Imperial Japanese Army, commonly known as the \"Chi-Ha\".<br>In order to improve the Chi-Ha's anti-armor capability for its role as infantry support, the \"Chi-Ha Kai\" was equipped with a new main gun with better penetration power.<br>In some situations, it was able to overcome armored forces of the other great powers.",
  _wikipedia = "Type 97 Chi-Ha medium tank",
  _buildable = false,
  _improvements = false,
}