• 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 3 Command Liaison Aircraft (ASW)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 3 Command Liaison Aircraft (ASW)",
 
+
  _id = 70,
local Type_3_Command_Liaison_Aircraft_ASW = {
+
  _japanese_name = "三式指揮連絡機(対潜)",
_name = "Type 3 Command Liaison Aircraft (ASW)",
+
  _reading = "さんしきしきれんらくき(たいせん)",
_page = false,
+
  _type = 26,
_id = 70,
+
  _icon = 22,
_japanese_name = "三式指揮連絡機(対潜)",
+
  _types = {3, 16, 26, 22, 0},
_reading = "さんしきしきれんらくき(たいせん)",
+
  _rarity = 1,
_type = 26,
+
  _back = 2,
_icon = 22,
+
  _firepower = false,
_rarity = 1,
+
  _bombing = false,
_back = 2,
+
  _torpedo = false,
_firepower = false,
+
  _aa = false,
_bombing = false,
+
  _armor = false,
_torpedo = false,
+
  _asw = 7,
_aa = false,
+
  _shelling_accuracy = 2,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = 7,
+
  _evasion = false,
_shelling_accuracy = 2,
+
  _los = 1,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = 1,
+
  _range = false,
_speed = false,
+
  _flight_cost = 3,
_luck = false,
+
  _flight_range = 2,
_range = false,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 1,
_scrap_fuel = 1,
+
  _scrap_ammo = 1,
_scrap_ammo = 1,
+
  _scrap_steel = false,
_scrap_steel = false,
+
  _scrap_bauxite = 2,
_scrap_bauxite = 2,
+
  _info = "陸軍で開発、対潜哨戒機としても運用されていた固定翼機です。<br>現代のSTOL(短距離離着陸機)のような性能を持ち、艦載対潜哨戒機として運用されました。<br>全通甲板を持つ強襲揚陸艦や軽空母などで運用可能です。",
_buildable = false,
+
  _info_en = "A fixed-wing aircraft developed by the Army operated as an anti-submarine patrol aircraft.<br>Similar to modern STOL (Short Take-Off and Landing) aircraft, this plane is shipborne as an anti-submarine patrol aircraft.<br>It can be operated on amphibious assault ships and light aircraft carriers with flight deck.",
_upgradable = false,
+
  _wikipedia = "Kokusai Ki-76",
 +
  _buildable = true,
 +
  _improvements = true,
 
}
 
}
 
return Type_3_Command_Liaison_Aircraft_ASW
 

Latest revision as of 09:26, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 3 Command Liaison Aircraft (ASW)/doc

return {
  _name = "Type 3 Command Liaison Aircraft (ASW)",
  _id = 70,
  _japanese_name = "三式指揮連絡機(対潜)",
  _reading = "さんしきしきれんらくき(たいせん)",
  _type = 26,
  _icon = 22,
  _types = {3, 16, 26, 22, 0},
  _rarity = 1,
  _back = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 7,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 3,
  _flight_range = 2,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "陸軍で開発、対潜哨戒機としても運用されていた固定翼機です。<br>現代のSTOL(短距離離着陸機)のような性能を持ち、艦載対潜哨戒機として運用されました。<br>全通甲板を持つ強襲揚陸艦や軽空母などで運用可能です。",
  _info_en = "A fixed-wing aircraft developed by the Army operated as an anti-submarine patrol aircraft.<br>Similar to modern STOL (Short Take-Off and Landing) aircraft, this plane is shipborne as an anti-submarine patrol aircraft.<br>It can be operated on amphibious assault ships and light aircraft carriers with flight deck.",
  _wikipedia = "Kokusai Ki-76",
  _buildable = true,
  _improvements = true,
}