模块:舰娘:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第37行: | 第37行: | ||
score = (stdval / 2.58 * 100) + 100 | score = (stdval / 2.58 * 100) + 100 | ||
end | end | ||
if score > 200 then score = 200 end | |||
if score < 0 then score = 0 end | |||
local ret = math.floor(score + 0.5) | local ret = math.floor(score + 0.5) | ||