Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:CalcFit
(view source)
Revision as of 09:52, 5 November 2017
22 bytes added
,
8 years ago
m
no edit summary
Line 4:
Line 4:
hit = function(context)
hit = function(context)
−
return Stat.rate({ args = { context.cl1 + context.cl2, context.cl0 + context.cl1 + context.cl2 } })
+
return Stat.rate({ args = { context.cl1 + context.cl2, context.cl0 + context.cl1 + context.cl2 } })
.. "%"
end,
end,
crit = function(context)
crit = function(context)
−
return Stat.rate({ args = { context.cl2, context.cl0 + context.cl1 + context.cl2 } })
+
return Stat.rate({ args = { context.cl2, context.cl0 + context.cl1 + context.cl2 } })
.. "%"
end,
end,
error = function(context)
error = function(context)
−
return Stat.error({ args = { context.cl1 + context.cl2, context.cl0 + context.cl1 + context.cl2 } })
+
return Stat.error({ args = { context.cl1 + context.cl2, context.cl0 + context.cl1 + context.cl2 } })
.. "%"
end,
end,
difference = function(context)
difference = function(context)
−
return "
??
"
+
return "
nil
"
end,
end,
}
}
がか
cssedit, gkautomate,
Interface administrators
,
Widget editors
7,212
edits