• 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/Night Operation Aviation Personnel + Skilled Deckhands"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Night Battle Operation Aviation Personnel + Skilled Deck Hands", _id = 259, _japanese_name = "夜...")
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Night Battle Operation Aviation Personnel + Skilled Deck Hands",
+
  _name = "Night Operation Aviation Personnel + Skilled Deckhands",
    _id = 259,
+
  _id = 259,
    _japanese_name = "夜間作戦航空要員+熟練甲板員",
+
  _japanese_name = "夜間作戦航空要員+熟練甲板員",
    _reading = nil,
+
  _reading = "やかんさくせんこうくうよういん+じゅくれんかんぱんいん",
    _type = 35, -- 13,23,35,29,0
+
  _type = 35,
    _icon = 29,
+
  _icon = 29,
    _rarity = 4,
+
  _types = {13, 23, 35, 29, 0},
    _firepower = 3,
+
  _rarity = 4,
    _bombing = false,
+
  _firepower = 3,
    _torpedo = false,
+
  _bombing = false,
    _aa = false,
+
  _torpedo = false,
    _armor = 1,
+
  _aa = false,
    _asw = false,
+
  _armor = 1,
    _shelling_accuracy = 2,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = 1,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 3,
+
  _luck = false,
    _flight_cost = false,
+
  _range = 3,
    _flight_range = false,
+
  _special = false,
    _special = false,
+
  _scrap_fuel = 1,
    _scrap_fuel = 1,
+
  _scrap_ammo = 10,
    _scrap_ammo = 10,
+
  _scrap_steel = 1,
    _scrap_steel = 1,
+
  _scrap_bauxite = 10,
    _scrap_bauxite = 10,
+
  _version = 2,
    _buildable = false,
+
  _info = "着艦指導灯や電波誘導装置などの夜間航空作戦支援装備とそれを使いこなす要員、さらに卓越した技量を持つ甲板員や熟練の着艦信号士官など、夜間航空作戦を支援する優れた航空要員達です。",
 +
  _info_en = "Landing lights, radio flight directors, among other equipment required for aerial night operations, and the crew to man it; furthermore, deck crew with outstanding technique, and a skilled signal operator, etc., and an excellent flight crew supporting with night landings.",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 19:36, 6 May 2024

return {
  _name = "Night Operation Aviation Personnel + Skilled Deckhands",
  _id = 259,
  _japanese_name = "夜間作戦航空要員+熟練甲板員",
  _reading = "やかんさくせんこうくうよういん+じゅくれんかんぱんいん",
  _type = 35,
  _icon = 29,
  _types = {13, 23, 35, 29, 0},
  _rarity = 4,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 10,
  _scrap_steel = 1,
  _scrap_bauxite = 10,
  _version = 2,
  _info = "着艦指導灯や電波誘導装置などの夜間航空作戦支援装備とそれを使いこなす要員、さらに卓越した技量を持つ甲板員や熟練の着艦信号士官など、夜間航空作戦を支援する優れた航空要員達です。",
  _info_en = "Landing lights, radio flight directors, among other equipment required for aerial night operations, and the crew to man it; furthermore, deck crew with outstanding technique, and a skilled signal operator, etc., and an excellent flight crew supporting with night landings.",
  _buildable = false,
  _improvements = false,
}