• 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
(Add blueprint)
com>Ckwng
Line 1: Line 1:
 
return {
 
return {
fuel = "Fuel.png",
+
fuel = "FuelKai.png",
ammo = "Ammunition.png",
+
ammo = "AmmoKai.png",
steel = "Steel.png",
+
steel = "SteelKai.png",
bauxite = "Bauxite.png",
+
bauxite = "BauxiteKai.png",
 
blueprint = "Blueprint.png",
 
blueprint = "Blueprint.png",
 
}
 
}

Revision as of 10:58, 16 December 2014

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

return {
	fuel = "FuelKai.png",
	ammo = "AmmoKai.png",
	steel = "SteelKai.png",
	bauxite = "BauxiteKai.png",
	blueprint = "Blueprint.png",
}