• 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/Skilled Deck Personnel"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Skilled Deck Personnel", _page = false, _id = 477, _japanese_name = "熟練甲板要員", _reading = "??...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Skilled Deck Personnel",
+
  _name = "Skilled Deck Personnel",
_page = false,
+
  _id = 477,
_id = 477,
+
  _japanese_name = "熟練甲板要員",
_japanese_name = "熟練甲板要員",
+
  _reading = nil,
_reading = "???",
+
  _type = 35,
_type = 35,
+
  _icon = 29,
_icon = 29,
+
  _types = {13, 23, 35, 29, 0},
_rarity = 3,
+
  _rarity = 3,
_firepower = 2,
+
  _firepower = 2,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 1,
+
  _aa = 1,
_armor = 1,
+
  _armor = 1,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 1,
+
  _shelling_accuracy = 1,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 1,
+
  _evasion = 1,
_los = 1,
+
  _los = 1,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = false,
+
  _special = false,
_scrap_fuel = 1,
+
  _scrap_fuel = 1,
_scrap_ammo = 2,
+
  _scrap_ammo = 2,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = 2,
+
  _scrap_bauxite = 2,
_info = "???",
+
  _info = "機動部隊の艦載機運用を現場の最前線で支える甲板要員たち。<br>各空母の飛行甲板で搭載武装はもちろん、燃料関連、離着陸のサポートや機体や装備整備など、艦載機運用に関わるあらゆる職域のプロフェッショナルが空母を支えています。<br>※「熟練甲板要員+航空整備員」をさらなる精鋭にすることが可能です。",
_buildable = false,
+
  _info_en = "They are deck personnels that support the carrier task force's carrier operations on the front lines.<br>On the flight deck of each carrier, these professionals support carrier operations in a range of areas such as refueling, take-off, landing, and maintenance.<br>※They can be used to make the \"Skilled Deck Personnel + Aviation Maintenance Hands\" even better.",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 22:17, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Skilled Deck Personnel/doc

return {
  _name = "Skilled Deck Personnel",
  _id = 477,
  _japanese_name = "熟練甲板要員",
  _reading = nil,
  _type = 35,
  _icon = 29,
  _types = {13, 23, 35, 29, 0},
  _rarity = 3,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "機動部隊の艦載機運用を現場の最前線で支える甲板要員たち。<br>各空母の飛行甲板で搭載武装はもちろん、燃料関連、離着陸のサポートや機体や装備整備など、艦載機運用に関わるあらゆる職域のプロフェッショナルが空母を支えています。<br>※「熟練甲板要員+航空整備員」をさらなる精鋭にすることが可能です。",
  _info_en = "They are deck personnels that support the carrier task force's carrier operations on the front lines.<br>On the flight deck of each carrier, these professionals support carrier operations in a range of areas such as refueling, take-off, landing, and maintenance.<br>※They can be used to make the \"Skilled Deck Personnel + Aviation Maintenance Hands\" even better.",
  _buildable = false,
  _improvements = false,
}