• 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
com>Ckwng
(add evasion, buildable)
Line 16: Line 16:
 
_shelling_accuracy = false,
 
_shelling_accuracy = false,
 
_torpedo_accuracy = false,
 
_torpedo_accuracy = false,
 +
_evasion = false,
 
_los = false,
 
_los = false,
 
_speed = false,
 
_speed = false,
Line 25: Line 26:
 
_scrap_steel = 1,
 
_scrap_steel = 1,
 
_scrap_bauxite = 1,
 
_scrap_bauxite = 1,
 +
_buildable = false,
 
_upgradable = false,
 
_upgradable = false,
 
}
 
}
  
 
return Star_Shell
 
return Star_Shell

Revision as of 14:32, 16 February 2015

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

local Star_Shell = {
	_name = "Star Shell",
	_page = false,
	_id = 101,
	_japanese_name = "照明弾",
	_type = 33,
	_icon = 27,
	_rarity = 1,
	_card = "Equipment101-1.png",
	_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,
	_buildable = false,
	_upgradable = false,
}

return Star_Shell