• 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
m (5 revisions imported)
(GitHub Action)
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>その鍛え抜かれた肉眼視力による偵察力・索敵力は状況によっ<br>ては大きな威力を発揮し、敵艦隊のレーダー兵装が充実するま<br>では、特に夜戦などで水上艦隊の攻撃力を支えました。",
_wikipedia = "Crow's Nest",
+
  _wikipedia = "Crow's Nest",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}

Revision as of 12:44, 9 September 2022

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>その鍛え抜かれた肉眼視力による偵察力・索敵力は状況によっ<br>ては大きな威力を発揮し、敵艦隊のレーダー兵装が充実するま<br>では、特に夜戦などで水上艦隊の攻撃力を支えました。",
  _wikipedia = "Crow's Nest",
  _buildable = false,
  _improvements = false,
}