• 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 (4th Recon Squad)"

From Kancolle Wiki
Jump to navigation Jump to search
m
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Saiun (4th Recon Squad)",
+
  _name = "Saiun (4th Recon Squad)",
    _id = 273,
+
  _localized_name = "Iridescent Cloud (4th Recon Squad)",
    _japanese_name = "彩雲(偵四)",
+
  _id = 273,
    _reading = nil,
+
  _japanese_name = "彩雲(偵四)",
    _type = 9, -- 5,7,9,9,1
+
  _reading = nil,
    _icon = 9,
+
  _type = 9,
    _rarity = 4,
+
  _icon = 9,
    _firepower = false,
+
  _types = {5, 7, 9, 9, 1},
    _bombing = false,
+
  _rarity = 4,
    _torpedo = false,
+
  _firepower = false,
    _aa = 2,
+
  _bombing = false,
    _armor = false,
+
  _torpedo = false,
    _asw = false,
+
  _aa = 2,
    _shelling_accuracy = 2,
+
  _armor = false,
    _torpedo_accuracy = false,
+
  _asw = false,
    _evasion = false,
+
  _shelling_accuracy = 2,
    _los = 10,
+
  _torpedo_accuracy = false,
    _speed = false,
+
  _evasion = false,
    _luck = false,
+
  _los = 10,
    _range = false,
+
  _speed = false,
    _flight_cost = nil,
+
  _luck = false,
    _flight_range = 7,
+
  _range = false,
    _special = "Prevents T Cross Disadvantage",
+
  _flight_cost = 9,
    _scrap_fuel = 2,
+
  _flight_range = 7,
    _scrap_ammo = false,
+
  _special = "Prevents T Cross Disadvantage",
    _scrap_steel = false,
+
  _scrap_fuel = 2,
    _scrap_bauxite = 11,
+
  _scrap_ammo = false,
    _buildable = false,
+
  _scrap_steel = false,
    _info = "「我ニ追イツク敵機無シ」。敵戦闘機の追随を許さない高速性を誇る俊足の高性能艦上偵察機「彩雲」。「彩雲」は悪化した戦況の中、敵情偵察に海上へと飛び立ちました。同機を装備した偵察第四飛行隊は、捷一号作戦正面のレイテ方面偵察、またその後は紫電改集中装備部隊「三四三空」の眼として活躍しました",
+
  _scrap_bauxite = 11,
 +
  _info = "「我ニ追イツク敵機無シ」。敵戦闘機の追随を許さない高速性を誇る俊足の高性能艦上偵察機「彩雲」。<br>「彩雲」は悪化した戦況の中、敵情偵察に海上へと飛び立ちました。同機を装備した偵察第四飛行隊は、捷一号作戦正面のレイテ方面偵察、またその後は紫電改集中装備部隊「三四三空」の眼として活躍しました。",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Revision as of 20:41, 7 January 2023

Documentation for this module may be created at Module:Data/Equipment/Saiun (4th Recon Squad)/doc

return {
  _name = "Saiun (4th Recon Squad)",
  _localized_name = "Iridescent Cloud (4th Recon Squad)",
  _id = 273,
  _japanese_name = "彩雲(偵四)",
  _reading = nil,
  _type = 9,
  _icon = 9,
  _types = {5, 7, 9, 9, 1},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 10,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 7,
  _special = "Prevents T Cross Disadvantage",
  _scrap_fuel = 2,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = 11,
  _info = "「我ニ追イツク敵機無シ」。敵戦闘機の追随を許さない高速性を誇る俊足の高性能艦上偵察機「彩雲」。<br>「彩雲」は悪化した戦況の中、敵情偵察に海上へと飛び立ちました。同機を装備した偵察第四飛行隊は、捷一号作戦正面のレイテ方面偵察、またその後は紫電改集中装備部隊「三四三空」の眼として活躍しました。",
  _buildable = false,
  _improvements = false,
}