• 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 Fighter Hien (244th Air Combat Group)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 3 Fighter Hien (244th Air Combat Group)",
+
  _localized_name = "Type 3 Fighter Flying Swallow (244th Air Combat Group)",
local Type_3_Fighter_Hien_244th_Air_Combat_Group = {
+
  _id = 177,
_name = "Type 3 Fighter Hien (244th Air Combat Group)",
+
  _japanese_name = "三式戦 飛燕(飛行第244戦隊)",
_page = false,
+
  _reading = "さんしきせん ひえん(ひこうだい244せんたい)",
_id = 177,
+
  _type = 48,
_japanese_name = "三式戦 飛燕(飛行第244戦隊)",
+
  _icon = 44,
_reading = "さんしきせん ひえん(ひこうだい244せんたい)",
+
  _types = {22, 39, 48, 44, 18},
_type = 48,
+
  _rarity = 5,
_icon = 38,
+
  _firepower = false,
_rarity = 5,
+
  _bombing = false,
_firepower = false,
+
  _torpedo = false,
_bombing = false,
+
  _aa = 9,
_torpedo = false,
+
  _armor = false,
_aa = 9,
+
  _asw = false,
_armor = false,
+
  _shelling_accuracy = 3,
_asw = false,
+
  _torpedo_accuracy = false,
_shelling_accuracy = 3,
+
  _evasion = 4,
_torpedo_accuracy = false,
+
  _los = false,
_evasion = 4,
+
  _speed = false,
_los = false,
+
  _luck = false,
_speed = false,
+
  _range = false,
_luck = false,
+
  _flight_cost = 7,
_range = false,
+
  _flight_range = 4,
_flight_cost = 7,
+
  _special = false,
_flight_range = 4,
+
  _scrap_fuel = 1,
_special = false,
+
  _scrap_ammo = 2,
_scrap_fuel = 1,
+
  _scrap_steel = false,
_scrap_ammo = 2,
+
  _scrap_bauxite = 6,
_scrap_steel = false,
+
  _version = 2,
_scrap_bauxite = 6,
+
  _info = "三式戦「飛燕」を駆り、東京調布に展開して首都防空に奮戦した陸軍戦闘機隊、飛行第244戦隊です。<br>戦いの最終局面では、「飛燕」を空冷化した信頼性の高い「五式戦」に機種転換し、敵新型機に対抗していきます。",
_buildable = false,
+
  _info_en = "These Type 3 Fighter “Hien” are piloted by the 244th Air Combat Group, part of the Army’s fighter forces who bravely took part in the defenses of the capital city while deployed Chofu, Tokyo.<br>For the final stage of the war, these “Hien’s” have had their engines upgraded to a much more reliable liquid-cooled variant used by the “Type 5 Fighter”.",
_improvements = false,
+
  _wikipedia = "Kawasaki Ki-61",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Type_3_Fighter_Hien_244th_Air_Combat_Group
 

Latest revision as of 09:47, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 3 Fighter Hien (244th Air Combat Group)/doc

return {
  _name = "Type 3 Fighter Hien (244th Air Combat Group)",
  _localized_name = "Type 3 Fighter Flying Swallow (244th Air Combat Group)",
  _id = 177,
  _japanese_name = "三式戦 飛燕(飛行第244戦隊)",
  _reading = "さんしきせん ひえん(ひこうだい244せんたい)",
  _type = 48,
  _icon = 44,
  _types = {22, 39, 48, 44, 18},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = 4,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 6,
  _version = 2,
  _info = "三式戦「飛燕」を駆り、東京調布に展開して首都防空に奮戦した陸軍戦闘機隊、飛行第244戦隊です。<br>戦いの最終局面では、「飛燕」を空冷化した信頼性の高い「五式戦」に機種転換し、敵新型機に対抗していきます。",
  _info_en = "These Type 3 Fighter “Hien” are piloted by the 244th Air Combat Group, part of the Army’s fighter forces who bravely took part in the defenses of the capital city while deployed Chofu, Tokyo.<br>For the final stage of the war, these “Hien’s” have had their engines upgraded to a much more reliable liquid-cooled variant used by the “Type 5 Fighter”.",
  _wikipedia = "Kawasaki Ki-61",
  _buildable = false,
  _improvements = false,
}