• 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 0 Fighter Model 64 (Two-seat w/ KMX)"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "零式艦戦64型(複座KMX搭載機)",
 
   _japanese_name = "零式艦戦64型(複座KMX搭載機)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 7, -- 3,5,7,7,12
+
   _type = 7,
 
   _icon = 7,
 
   _icon = 7,
 +
  _types = {3, 5, 7, 7, 12},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "零式艦上戦闘機の後期強化型64型。同機をさらにif改装し、小<br>型軽量化したKMX及び対潜攻撃兵装を装備。コックピットも<br>複座化して索敵及びナビゲート要員も搭乗する対潜戦闘爆撃機<br>です。南方航路を死守すべく、基地航空隊及び護衛空母で戦う<br>931航空隊に配備され、彼我の切迫する制空権の中、東海など<br>と共に哨戒に出撃、敵潜制圧と海上護衛のために戦います。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = true,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Type 0 Fighter Model 64 (Two-seat w/ KMX)/doc

return {
  _name = "Type 0 Fighter Model 64 (Two-seat w/ KMX)",
  _id = 447,
  _japanese_name = "零式艦戦64型(複座KMX搭載機)",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 12},
  _rarity = 4,
  _firepower = false,
  _bombing = 3,
  _torpedo = false,
  _aa = 4,
  _armor = false,
  _asw = 8,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "零式艦上戦闘機の後期強化型64型。同機をさらにif改装し、小<br>型軽量化したKMX及び対潜攻撃兵装を装備。コックピットも<br>複座化して索敵及びナビゲート要員も搭乗する対潜戦闘爆撃機<br>です。南方航路を死守すべく、基地航空隊及び護衛空母で戦う<br>931航空隊に配備され、彼我の切迫する制空権の中、東海など<br>と共に哨戒に出撃、敵潜制圧と海上護衛のために戦います。",
  _buildable = false,
  _improvements = true,
}