• 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/Saiun"

From Kancolle Wiki
Jump to navigation Jump to search
m (10 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Saiun",
+
  _name = "Saiun",
_localized_name = "Iridescent Cloud",
+
  _localized_name = "Iridescent Cloud",
_page = false,
+
  _id = 54,
_id = 54,
+
  _japanese_name = "彩雲",
_japanese_name = "彩雲",
+
  _reading = "さいうん",
_reading = "さいうん",
+
  _type = 9,
_type = 9,
+
  _icon = 9,
_icon = 9,
+
  _types = {5, 7, 9, 9, 1},
_rarity = 2,
+
  _rarity = 2,
_back = 3,
+
  _back = 3,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = false,
+
  _aa = false,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 9,
+
  _los = 9,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_flight_cost = 9,
+
  _flight_cost = 9,
_flight_range = 8,
+
  _flight_range = 8,
_special = "Prevents T Cross Disadvantage",
+
  _special = "Prevents T Cross Disadvantage",
_scrap_fuel = 2,
+
  _scrap_fuel = 2,
_scrap_ammo = false,
+
  _scrap_ammo = false,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = 11,
+
  _scrap_bauxite = 11,
_buildable = true,
+
  _info = "「我ニ追イツク敵機無シ」有名な無電を発した俊足の艦上偵察<br>機「彩雲」。敵戦闘機の追随を許さない高速性能を誇る、高性<br>能な艦上偵察機です。悪化した戦況の中、敵情偵察に海上へと<br>飛び立ちました。<br>ぜひ、提督の機動部隊の正規空母、その第4航空隊に配備<br>してみてくださいね。",
_info = "「我ニ追イツク敵機無シ」有名な無電を発した俊足の艦上偵察機「彩雲」。敵戦闘機の追随を許さない高速性能を誇る、高性能な艦上偵察機です。悪化した戦況の中、敵情偵察に海上へと飛び立ちました。<br />ぜひ、提督の機動部隊の正規空母、その第4航空隊に配備してみてくださいね。",
+
  _buildable = true,
_upgradable = false,
+
  _improvements = false,
 
}
 
}

Revision as of 12:19, 9 September 2022

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

return {
  _name = "Saiun",
  _localized_name = "Iridescent Cloud",
  _id = 54,
  _japanese_name = "彩雲",
  _reading = "さいうん",
  _type = 9,
  _icon = 9,
  _types = {5, 7, 9, 9, 1},
  _rarity = 2,
  _back = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 9,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 8,
  _special = "Prevents T Cross Disadvantage",
  _scrap_fuel = 2,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = 11,
  _info = "「我ニ追イツク敵機無シ」有名な無電を発した俊足の艦上偵察<br>機「彩雲」。敵戦闘機の追随を許さない高速性能を誇る、高性<br>能な艦上偵察機です。悪化した戦況の中、敵情偵察に海上へと<br>飛び立ちました。<br>ぜひ、提督の機動部隊の正規空母、その第4航空隊に配備<br>してみてくださいね。",
  _buildable = true,
  _improvements = false,
}