X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FSt.pm;h=fb7b5f378a504ad3cb6fc1c44a9f7f61d7f051d1;hb=1acbe467159a0b7435602270342143b88b916dbf;hp=02e377da57baad96bdaf98932da3f3501c007c55;hpb=1c0a51676138d88706e13a41746a7c91c53d75b5;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/St.pm b/lib/Gruntmaster/Page/St.pm index 02e377d..fb7b5f3 100644 --- a/lib/Gruntmaster/Page/St.pm +++ b/lib/Gruntmaster/Page/St.pm @@ -10,7 +10,7 @@ our $VERSION = '0.001'; use constant LEVEL_VALUES => { beginner => 100, easy => 250, - medium => 500, + medium => 600, hard => 1000, }; @@ -24,7 +24,7 @@ sub calc_score{ $score = ($totaltime - $timetaken) / $totaltime * $score; $score -= $tries / 10 * $mxscore; $score = $mxscore * 3 / 10 if $score < $mxscore * 3 / 10; - int $score + int $score + 0.5 } sub _generate{