• 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
(Data module for Searchlight.)
 
com>Ckwng
Line 1: Line 1:
 
local Searchlight = {
 
local Searchlight = {
 
_name = "Searchlight",
 
_name = "Searchlight",
 +
_page = false,
 
_id = 74,
 
_id = 74,
 
_japanese_name = "探照灯",
 
_japanese_name = "探照灯",

Revision as of 03:07, 15 December 2014

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

local Searchlight = {
	_name = "Searchlight",
	_page = false,
	_id = 74,
	_japanese_name = "探照灯",
	_type = 29,
	_rarity = 0,
	_card = "Equipment74-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_los = 2,
	_speed = false,
	_luck = false,
	_range = false,
	_special = "Provides bonuses in night battle",
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 1,
	_scrap_bauxite = 1,
	_upgradable = false,
}

return Searchlight