• 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 C Kouhyouteki"

From Kancolle Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Type C Kouhyouteki",
 
   _name = "Type C Kouhyouteki",
 +
  _localized_name = "Type C Target",
 
   _id = 309,
 
   _id = 309,
 
   _japanese_name = "甲標的 丙型",
 
   _japanese_name = "甲標的 丙型",
 
   _reading = "こうひょうてきへいがた",
 
   _reading = "こうひょうてきへいがた",
   _type = 22, -- 2,4,22,5,0
+
   _type = 22,
 
   _icon = 5,
 
   _icon = 5,
 +
  _types = {2, 4, 22, 5, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = false,
 
   _firepower = false,
Line 22: Line 22:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 29: Line 27:
 
   _scrap_steel = 8,
 
   _scrap_steel = 8,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
 +
  _info = "独自開発された「特殊潜航艇」、その後期改良型です。<br>甲型を拡張、発電用ディーゼルエンジンを搭載した乙型をさらに改良熟成しました。<br>甲標的母艦や新型の水上機母艦、そして潜水艦などで運用可能です。<br>元来は艦隊決戦を補助する攻撃型兵器でしたが、後期の戦域では防御用兵器としても運用され、反復出撃を実現、奮戦健闘した部隊も存在します。",
 +
  _info_en = "A late model of the domestically produced \"Special Midget Submarine\".<br>An enlarged Type A with a diesel turbine that makes it better than the Type B.<br>It can be operated from midget sub tenders, a new model seaplane tender, or submarines.<br>It was originally meant to be an offensive support weapon during the decisive battle, but it was used as a defensive weapon in the latter stages of the war; the units fought bravely over many sorties.",
 +
  _wikipedia = "Type A Kō-hyōteki-class submarine",
 
   _buildable = false,
 
   _buildable = false,
   _info = "独自開発された「特殊潜航艇」、その後期改良型です。<br>甲型を拡張、発電用ディーゼルエンジンを搭載した乙型をさらに改良熟成しました。甲標的母艦や新型の水上機母艦、そして潜水艦などで運用可能です。元来は艦隊決戦を補助する攻撃型兵器でしたが、後期の戦域では防御用兵器としても運用され、反復出撃を実現、奮戦健闘した部隊も存在します。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 09:13, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type C Kouhyouteki/doc

return {
  _name = "Type C Kouhyouteki",
  _localized_name = "Type C Target",
  _id = 309,
  _japanese_name = "甲標的 丙型",
  _reading = "こうひょうてきへいがた",
  _type = 22,
  _icon = 5,
  _types = {2, 4, 22, 5, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = 14,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 8,
  _scrap_steel = 8,
  _scrap_bauxite = 3,
  _info = "独自開発された「特殊潜航艇」、その後期改良型です。<br>甲型を拡張、発電用ディーゼルエンジンを搭載した乙型をさらに改良熟成しました。<br>甲標的母艦や新型の水上機母艦、そして潜水艦などで運用可能です。<br>元来は艦隊決戦を補助する攻撃型兵器でしたが、後期の戦域では防御用兵器としても運用され、反復出撃を実現、奮戦健闘した部隊も存在します。",
  _info_en = "A late model of the domestically produced \"Special Midget Submarine\".<br>An enlarged Type A with a diesel turbine that makes it better than the Type B.<br>It can be operated from midget sub tenders, a new model seaplane tender, or submarines.<br>It was originally meant to be an offensive support weapon during the decisive battle, but it was used as a defensive weapon in the latter stages of the war; the units fought bravely over many sorties.",
  _wikipedia = "Type A Kō-hyōteki-class submarine",
  _buildable = false,
  _improvements = false,
}