Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 19:03, 15 April 2018
304 bytes added
,
6 years ago
m
no edit summary
Line 130:
Line 130:
development = function(eq)
development = function(eq)
return Development.formatResources(eq)
return Development.formatResources(eq)
+
end,
+
+
scrap = function(eq)
+
local scrap = eq:scrap()
+
return format{
+
"${fuel}/${ammo}/${steel}/${bauxite}",
+
fuel = scrap.fuel or 0,
+
ammo = scrap.ammo or 0,
+
steel = scrap.steel or 0,
+
bauxite = scrap.bauxite or 0,
+
}
end,
end,
がか
cssedit, gkautomate
7,064
edits