• 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 1 Fighter Hayabusa Model III A (54th Squadron)"

From Kancolle Wiki
Jump to navigation Jump to search
m
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 1 Fighter Hayabusa Model III A (54th Squadron)",
+
  _name = "Type 1 Fighter Hayabusa Model III A (54th Squadron)",
    _page = false,
+
  _localized_name = "Army Type 1 Fighter Peregrine Falcon Model III A (54th Squadron)",
    _id = 223,
+
  _id = 223,
    _japanese_name = "一式戦 隼III型甲(54戦隊)",
+
  _japanese_name = "一式戦 隼III型甲(54戦隊)",
    _reading = "いっしきせんはやぶさIIIがたこう(54せんたい)",
+
  _reading = "いっしきせんはやぶさIIIがたこう(54せんたい)",
    _type = 48,
+
  _type = 48,
    _icon = 44,
+
  _icon = 44,
    _rarity = 4,
+
  _types = {22, 39, 48, 44, 27},
    _firepower = 2,
+
  _rarity = 4,
    _bombing = false,
+
  _firepower = 2,
    _torpedo = false,
+
  _bombing = false,
    _aa = 8,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 8,
    _asw = false,
+
  _armor = false,
    _shelling_accuracy = 1,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 1,
    _evasion = 3,
+
  _torpedo_accuracy = false,
    _los = 1,
+
  _evasion = 3,
    _speed = false,
+
  _los = 1,
    _luck = false,
+
  _speed = false,
    _range = false,
+
  _luck = false,
    _flight_cost = 4,
+
  _range = false,
    _flight_range = 7,
+
  _flight_cost = 4,
    _special = false,
+
  _flight_range = 7,
    _scrap_fuel = 1,
+
  _special = false,
    _scrap_ammo = 1,
+
  _scrap_fuel = 1,
    _scrap_steel = false,
+
  _scrap_ammo = 1,
    _scrap_bauxite = 4,
+
  _scrap_steel = false,
    _buildable = false,
+
  _scrap_bauxite = 4,
 +
  _info = "陸軍主力戦闘機、一式戦「隼」を装備する飛行戦隊です。<br>折り鶴の部隊マークの同戦隊は、北海道や北方千島方面などに<br>も展開しました。北千島派遣隊の隼は、占守島の戦いでも奮戦<br>します。",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Revision as of 12:52, 7 January 2023

return {
  _name = "Type 1 Fighter Hayabusa Model III A (54th Squadron)",
  _localized_name = "Army Type 1 Fighter Peregrine Falcon Model III A (54th Squadron)",
  _id = 223,
  _japanese_name = "一式戦 隼III型甲(54戦隊)",
  _reading = "いっしきせんはやぶさIIIがたこう(54せんたい)",
  _type = 48,
  _icon = 44,
  _types = {22, 39, 48, 44, 27},
  _rarity = 4,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 8,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 7,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "陸軍主力戦闘機、一式戦「隼」を装備する飛行戦隊です。<br>折り鶴の部隊マークの同戦隊は、北海道や北方千島方面などに<br>も展開しました。北千島派遣隊の隼は、占守島の戦いでも奮戦<br>します。",
  _buildable = false,
  _improvements = false,
}