• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Equipment/Ship Repair Facility

From Kancolle Wiki
< Module:Data‎ | Equipment
Revision as of 03:19, 8 March 2015 by com>Ckwng (Created page with "local Ship_Repair_Facility = { _name = "Ship Repair Facility", _page = false, _id = 86, _japanese_name = "艦艇修理施設", _reading = "かんていしゅうりしせ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Equipment/Ship Repair Facility/doc

local Ship_Repair_Facility = {
	_name = "Ship Repair Facility",
	_page = false,
	_id = 86,
	_japanese_name = "艦艇修理施設",
	_reading = "かんていしゅうりしせつ",
	_type = 31,
	_icon = 26,
	_rarity = 3,
	_card = "Equipment86-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 = "Enables repair on 1 additional ship",
	_scrap_fuel = 10,
	_scrap_ammo = 5,
	_scrap_steel = 20,
	_scrap_bauxite = 10,
	_buildable = false,
	_upgradable = false,
}

return Ship_Repair_Facility