• 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
m (Botkaze moved page Module:Prototype Toukai to Module:Data/Equipment/Prototype Toukai without leaving a redirect)
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Prototype Toukai",
+
  _name = "Prototype Toukai",
    _id = 269,
+
  _localized_name = "Prototype Eastern Sea",
    _japanese_name = "試製東海",
+
  _id = 269,
    _reading = "しせいとうかい",
+
  _japanese_name = "試製東海",
    _type = 47, -- 21,38,47,47,30
+
  _reading = "しせいとうかい",
    _icon = 47,
+
  _type = 47,
    _rarity = 3,
+
  _icon = 47,
    _firepower = false,
+
  _types = {21, 38, 47, 47, 30},
    _bombing = 2,
+
  _rarity = 3,
    _torpedo = false,
+
  _firepower = false,
    _aa = false,
+
  _bombing = 2,
    _armor = false,
+
  _torpedo = false,
    _asw = 10,
+
  _aa = false,
    _shelling_accuracy = false,
+
  _armor = false,
    _torpedo_accuracy = false,
+
  _asw = 10,
    _evasion = false,
+
  _shelling_accuracy = false,
    _los = 5,
+
  _torpedo_accuracy = false,
    _speed = false,
+
  _evasion = false,
    _luck = false,
+
  _los = 5,
    _range = false,
+
  _speed = false,
    _flight_cost = 9,
+
  _luck = false,
    _flight_range = 8,
+
  _range = false,
    _special = false,
+
  _flight_cost = 9,
    _scrap_fuel = 3,
+
  _flight_range = 8,
    _scrap_ammo = 3,
+
  _special = false,
    _scrap_steel = false,
+
  _scrap_fuel = 3,
    _scrap_bauxite = 12,
+
  _scrap_ammo = 3,
    _buildable = false,
+
  _scrap_steel = false,
    _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機です。低速ではありますが対潜哨戒に特化された機体性能に新開発の艦磁気探知機「KMX」も装備、基地航空隊の対潜戦力として活躍が期待されていました。",
+
  _scrap_bauxite = 12,
    _wikipedia = "Kyushu Q1W",
+
  _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機です。<br>低速ではありますが対潜哨戒に特化された機体性能に新開発の艦磁気探知機「KMX」も装備、基地航空隊の対潜戦力として活躍が期待されていました。",
    _upgradable = false,
+
  _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,
 
}
 
}

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,
}