• 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 12cm Mortar Kai (Concentrated Deployment)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Equipment modules return { _name = "Type 2 12cm Mortar Kai (Concentrated Deployment)", _id = 347, _japanese_name = "二式12cm迫撃砲改 集中配備"...")
 
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Type 2 12cm Mortar Kai (Concentrated Deployment)",
 
   _name = "Type 2 12cm Mortar Kai (Concentrated Deployment)",
 
   _id = 347,
 
   _id = 347,
 
   _japanese_name = "二式12cm迫撃砲改 集中配備",
 
   _japanese_name = "二式12cm迫撃砲改 集中配備",
   _reading = nil,
+
   _reading = "にしき12センチはくげきほうかい しゅうちゅうはいび",
   _type = 15, -- 7,32,15,17,0
+
   _type = 15,
 
   _icon = 17,
 
   _icon = 17,
 +
  _types = {7, 32, 15, 17, 0},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
+
   _special = "Provides bonuses against installations",
  _flight_range = false,
 
   _special = false,
 
 
   _scrap_fuel = 1,
 
   _scrap_fuel = 1,
 
   _scrap_ammo = 4,
 
   _scrap_ammo = 4,
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "日本陸軍が開発した陸戦用の迫撃砲の艦載型改良型です。<br>十分な対潜装備のなかった船舶に装備され、前方投射型の対潜火器としても運用された同迫撃砲をさらに強化改良、これを集中配備した代替対潜火器装備です。<br>同兵装をさらに集中運用、大量の迫撃砲弾の連続発射による対地制圧攻撃も可能です。",
 +
  _info_en = "An improved shipborne model of the mortar was developed by the Imperial Japanese Army for land warfare.<br>This is the concentrated deployment of the improvised anti-submarine equipment, with these upgraded mortars mounted forward on ships that did not have sufficient anti-submarine equipment.<br>Further concentrated deployment also allows these mortars to be used for ground suppression by firing multiple large salvos.",
 
   _buildable = false,
 
   _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 11:33, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 2 12cm Mortar Kai (Concentrated Deployment)/doc

return {
  _name = "Type 2 12cm Mortar Kai (Concentrated Deployment)",
  _id = 347,
  _japanese_name = "二式12cm迫撃砲改 集中配備",
  _reading = "にしき12センチはくげきほうかい しゅうちゅうはいび",
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = -1,
  _asw = 7,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Provides bonuses against installations",
  _scrap_fuel = 1,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "日本陸軍が開発した陸戦用の迫撃砲の艦載型改良型です。<br>十分な対潜装備のなかった船舶に装備され、前方投射型の対潜火器としても運用された同迫撃砲をさらに強化改良、これを集中配備した代替対潜火器装備です。<br>同兵装をさらに集中運用、大量の迫撃砲弾の連続発射による対地制圧攻撃も可能です。",
  _info_en = "An improved shipborne model of the mortar was developed by the Imperial Japanese Army for land warfare.<br>This is the concentrated deployment of the improvised anti-submarine equipment, with these upgraded mortars mounted forward on ships that did not have sufficient anti-submarine equipment.<br>Further concentrated deployment also allows these mortars to be used for ground suppression by firing multiple large salvos.",
  _buildable = false,
  _improvements = false,
}