• 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 Lookouts"

From Kancolle Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Skilled Lookouts",
+
  _name = "Skilled Lookouts",
_page = false,
+
  _id = 129,
_id = 129,
+
  _japanese_name = "熟練見張員",
_japanese_name = "熟練見張員",
+
  _reading = "じゅくれんみはりいん",
_reading = "じゅくれんみはりいん",
+
  _type = 39,
_type = 39,
+
  _icon = 32,
_icon = 32,
+
  _types = {16, 27, 39, 32, 0},
_rarity = 3,
+
  _rarity = 3,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 1,
+
  _aa = 1,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 3,
+
  _evasion = 3,
_los = 2,
+
  _los = 2,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = "Provides bonuses to equipping ship in night battle",
+
  _special = "Provides bonuses to equipping ship in night battle",
_scrap_fuel = 1,
+
  _scrap_fuel = 1,
_scrap_ammo = false,
+
  _scrap_ammo = false,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = false,
+
  _scrap_bauxite = false,
_info = "水上戦闘艦に配備可能な熟練見張員です。<br>その鍛え抜かれた肉眼視力による偵察力・索敵力は状況によっては大きな威力を発揮し、敵艦隊のレーダー兵装が充実するまでは、特に夜戦などで水上艦隊の攻撃力を支えました。",
+
  _info = "水上戦闘艦に配備可能な熟練見張員です。<br>その鍛え抜かれた肉眼視力による偵察力・索敵力は状況によっては大きな威力を発揮し、敵艦隊のレーダー兵装が充実するまでは、特に夜戦などで水上艦隊の攻撃力を支えました。",
_wikipedia = "Crow's Nest",
+
  _info_en = "Skilled lookouts can be deployed on surface warships.<br>Using their skilled naked eyes, they can largely contribute in scouting the enemy depending on the situation and before the advent of enemy radars, can spot for targets, especially during night battles.",
_buildable = false,
+
  _wikipedia = "Crow's nest",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 07:47, 6 May 2024

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

return {
  _name = "Skilled Lookouts",
  _id = 129,
  _japanese_name = "熟練見張員",
  _reading = "じゅくれんみはりいん",
  _type = 39,
  _icon = 32,
  _types = {16, 27, 39, 32, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Provides bonuses to equipping ship in night battle",
  _scrap_fuel = 1,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = false,
  _info = "水上戦闘艦に配備可能な熟練見張員です。<br>その鍛え抜かれた肉眼視力による偵察力・索敵力は状況によっては大きな威力を発揮し、敵艦隊のレーダー兵装が充実するまでは、特に夜戦などで水上艦隊の攻撃力を支えました。",
  _info_en = "Skilled lookouts can be deployed on surface warships.<br>Using their skilled naked eyes, they can largely contribute in scouting the enemy depending on the situation and before the advent of enemy radars, can spot for targets, especially during night battles.",
  _wikipedia = "Crow's nest",
  _buildable = false,
  _improvements = false,
}