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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 1: Line 1:
local Searchlight = {
+
local Abyssal_Searchlight = {
_name = "Searchlight",
+
_name = "Abyssal Searchlight",
 
_page = false,
 
_page = false,
_id = 74,
+
_id = 560,
_japanese_name = "探照灯",
+
_japanese_name = "深海探照灯",
_reading = "たんしょうとう",
+
_reading = "しんかいたんしょうとう",
 
_type = 29,
 
_type = 29,
 
_icon = 24,
 
_icon = 24,
_rarity = 0,
+
_rarity = 1,
_back = 1,
+
_firepower = 2,
_firepower = false,
 
 
_bombing = false,
 
_bombing = false,
 
_torpedo = false,
 
_torpedo = false,
Line 25: Line 24:
 
_scrap_fuel = false,
 
_scrap_fuel = false,
 
_scrap_ammo = false,
 
_scrap_ammo = false,
_scrap_steel = 1,
+
_scrap_steel = false,
_scrap_bauxite = 1,
+
_scrap_bauxite = false,
 
_buildable = false,
 
_buildable = false,
 
_upgradable = false,
 
_upgradable = false,
 
}
 
}
  
return Searchlight
+
return Abyssal_Searchlight

Revision as of 12:54, 18 November 2015

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

local Abyssal_Searchlight = {
	_name = "Abyssal Searchlight",
	_page = false,
	_id = 560,
	_japanese_name = "深海探照灯",
	_reading = "しんかいたんしょうとう",
	_type = 29,
	_icon = 24,
	_rarity = 1,
	_firepower = 2,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = 2,
	_speed = false,
	_luck = false,
	_range = false,
	_special = "Provides bonuses in night battle",
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = false,
	_scrap_bauxite = false,
	_buildable = false,
	_upgradable = false,
}

return Abyssal_Searchlight