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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Data module for resource icons)
 
com>Ckwng
(Add blueprint)
Line 4: Line 4:
 
steel = "Steel.png",
 
steel = "Steel.png",
 
bauxite = "Bauxite.png",
 
bauxite = "Bauxite.png",
 +
blueprint = "Blueprint.png",
 
}
 
}

Revision as of 10:41, 16 December 2014

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

return {
	fuel = "Fuel.png",
	ammo = "Ammunition.png",
	steel = "Steel.png",
	bauxite = "Bauxite.png",
	blueprint = "Blueprint.png",
}