• 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/Star Shell"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Data module for Star Shell.)
 
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local Star_Shell = {
+
return {
_name = "Star Shell",
+
  _name = "Star Shell",
_id = 101,
+
  _id = 101,
_japanese_name = "照明弾",
+
  _japanese_name = "照明弾",
_type = 33,
+
  _reading = "しょうめいだん",
_rarity = 1,
+
  _type = 33,
_card = "Equipment 101-1.png",
+
  _icon = 27,
_firepower = false,
+
  _types = {11, 21, 33, 27, 0},
_bombing = false,
+
  _rarity = 1,
_torpedo = false,
+
  _firepower = false,
_aa = false,
+
  _bombing = false,
_armor = false,
+
  _torpedo = false,
_asw = false,
+
  _aa = false,
_shelling_accuracy = false,
+
  _armor = false,
_torpedo_accuracy = false,
+
  _asw = false,
_los = false,
+
  _shelling_accuracy = false,
_speed = false,
+
  _torpedo_accuracy = false,
_luck = false,
+
  _evasion = false,
_range = false,
+
  _los = false,
_special = "Has a chance to provide bonuses in night battle",
+
  _speed = false,
_scrap_fuel = false,
+
  _luck = false,
_scrap_ammo = 2,
+
  _range = false,
_scrap_steel = 1,
+
  _special = "Has a chance to provide bonuses in night battle",
_scrap_bauxite = 1,
+
  _scrap_fuel = false,
_upgradable = false,
+
  _scrap_ammo = 2,
 +
  _scrap_steel = 1,
 +
  _scrap_bauxite = 1,
 +
  _info = "主砲等から発射される落下傘付の照明弾です。<br>夜戦時において敵艦隊付近を照明し、味方艦隊の夜間攻撃を支援します(敵艦隊の夜間特殊攻撃発生も少し抑えることが可能です)。",
 +
  _info_en = "A flare with a parachute fired from a main gun.<br>During night battles, it illuminates the vicinity of the enemy fleet and supports the night attacks of the allied fleet (it also slightly suppresses the occurrence of nighttime special attacks by the enemy fleet).",
 +
  _wikipedia = "Shell (projectile)#Illumination",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Star_Shell
 

Latest revision as of 16:55, 8 May 2024

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

return {
  _name = "Star Shell",
  _id = 101,
  _japanese_name = "照明弾",
  _reading = "しょうめいだん",
  _type = 33,
  _icon = 27,
  _types = {11, 21, 33, 27, 0},
  _rarity = 1,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Has a chance to provide bonuses in night battle",
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 1,
  _scrap_bauxite = 1,
  _info = "主砲等から発射される落下傘付の照明弾です。<br>夜戦時において敵艦隊付近を照明し、味方艦隊の夜間攻撃を支援します(敵艦隊の夜間特殊攻撃発生も少し抑えることが可能です)。",
  _info_en = "A flare with a parachute fired from a main gun.<br>During night battles, it illuminates the vicinity of the enemy fleet and supports the night attacks of the allied fleet (it also slightly suppresses the occurrence of nighttime special attacks by the enemy fleet).",
  _wikipedia = "Shell (projectile)#Illumination",
  _buildable = false,
  _improvements = false,
}