• 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
com>Segou
(Migration)
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Type_3_Command_Liaison_Aircraft_ASW = {
+
return {
 
_name = "Type 3 Command Liaison Aircraft (ASW)",
 
_name = "Type 3 Command Liaison Aircraft (ASW)",
 
_page = false,
 
_page = false,
Line 30: Line 30:
 
_scrap_steel = false,
 
_scrap_steel = false,
 
_scrap_bauxite = 2,
 
_scrap_bauxite = 2,
 +
_info "陸軍で開発、対潜哨戒機としても運用されていた固定翼機です。<br/>現代のSTOL(短距離離着陸機)のような性能を持ち、艦載対潜哨戒機として運用されました。<br/>全通甲板を持つ強襲揚陸艦や軽空母などで運用可能です。",
 +
_wikipedia = "Kokusai Ki-76",
 
_buildable = false,
 
_buildable = false,
_upgradable = false,
 
 
}
 
}
 
return Type_3_Command_Liaison_Aircraft_ASW
 

Revision as of 01:05, 23 August 2018

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

--Categories:
--[[Category:Equipment modules]]

return {
	_name = "Type 3 Command Liaison Aircraft (ASW)",
	_page = false,
	_id = 70,
	_japanese_name = "三式指揮連絡機(対潜)",
	_reading = "さんしきしきれんらくき(たいせん)",
	_type = 26,
	_icon = 22,
	_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,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_info "陸軍で開発、対潜哨戒機としても運用されていた固定翼機です。<br/>現代のSTOL(短距離離着陸機)のような性能を持ち、艦載対潜哨戒機として運用されました。<br/>全通甲板を持つ強襲揚陸艦や軽空母などで運用可能です。",
	_wikipedia = "Kokusai Ki-76",
	_buildable = false,
}