--- deliantra/server/ext/Jeweler.pm 2008/04/10 15:35:16 1.25 +++ deliantra/server/ext/Jeweler.pm 2008/07/13 20:15:51 1.26 @@ -665,9 +665,9 @@ } else { # the experience bonus here is to make level 1 rings give you at least - # 100 exp points when making them. This also makes leveling in the + # 200 exp points when making them. This also makes leveling in the # first few levels a bit easier. (probably until around level 5-6). - my $expbonus = cf::level_to_min_exp (2) / 10; + my $expbonus = cf::level_to_min_exp (2) / 5; # this bonus should also only be given for _new_ rings and not for merged # ones - to prevent infinite exp making. $exp += $expbonus; @@ -724,8 +724,8 @@ $pl->message ("costs: " . (join ', ', map { "$_: " . sprintf "%.2f", $costs->{$_} } keys %$costs) . " (" - . ($scosts / "royalty"->cf::arch::find->value) - . " royalties)"); + . ($scosts / "platinacoin"->cf::arch::find->value) + . " platinum)"); $pl->message ("level: $desc"); } else { $pl->message ("level: impossible to make, due to impossible resistancy configuration");