• 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/Prototype Toukai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "Prototype Toukai",
 
   _name = "Prototype Toukai",
 +
  _localized_name = "Prototype Eastern Sea",
 
   _id = 269,
 
   _id = 269,
 
   _japanese_name = "試製東海",
 
   _japanese_name = "試製東海",
Line 28: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 12,
 
   _scrap_bauxite = 12,
   _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機<br>です。低速ではありますが対潜哨戒に特化された機体性能に新<br>開発の艦磁気探知機「KMX」も装備、基地航空隊の対潜戦力<br>として活躍が期待されていました。",
+
   _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機です。<br>低速ではありますが対潜哨戒に特化された機体性能に新開発の艦磁気探知機「KMX」も装備、基地航空隊の対潜戦力として活躍が期待されていました。",
 +
  _info_en = "A fully-fledged land-based anti-submarine patrol aircraft developed from the 17th experimental patrol aircraft.<br>Although it is slow, it is equipped with the newly developed \"KMX\" magnetic anomaly detector that makes it specialized for submarine hunting. It is expected to play an important role as a land-based anti-submarine force.",
 
   _wikipedia = "Kyushu Q1W",
 
   _wikipedia = "Kyushu Q1W",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 08:26, 9 May 2024

Documentation for this module may be created at Module:Data/Equipment/Prototype Toukai/doc

return {
  _name = "Prototype Toukai",
  _localized_name = "Prototype Eastern Sea",
  _id = 269,
  _japanese_name = "試製東海",
  _reading = "しせいとうかい",
  _type = 47,
  _icon = 47,
  _types = {21, 38, 47, 47, 30},
  _rarity = 3,
  _firepower = false,
  _bombing = 2,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 10,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 5,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 3,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 12,
  _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機です。<br>低速ではありますが対潜哨戒に特化された機体性能に新開発の艦磁気探知機「KMX」も装備、基地航空隊の対潜戦力として活躍が期待されていました。",
  _info_en = "A fully-fledged land-based anti-submarine patrol aircraft developed from the 17th experimental patrol aircraft.<br>Although it is slow, it is equipped with the newly developed \"KMX\" magnetic anomaly detector that makes it specialized for submarine hunting. It is expected to play an important role as a land-based anti-submarine force.",
  _wikipedia = "Kyushu Q1W",
  _buildable = false,
  _improvements = false,
}