ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/Jeweler.pm
(Generate patch)

Comparing deliantra/server/ext/Jeweler.pm (file contents):
Revision 1.13 by elmex, Tue Apr 10 16:42:57 2007 UTC vs.
Revision 1.21 by root, Fri Oct 12 19:13:26 2007 UTC

162 $delta = 5 if $delta > 5; 162 $delta = 5 if $delta > 5;
163 return $LVL_DIFF_CHANCES{$delta} 163 return $LVL_DIFF_CHANCES{$delta}
164} 164}
165 165
166sub analyze { 166sub analyze {
167 my ($sk, $chdl, $pl) = @_; 167 my ($sk, $chdl, $pl, $input_level) = @_;
168 168
169 my $hadunid = 0; 169 my $hadunid = 0;
170 for ($chdl->grep_by_type (cf::RING, cf::AMULET)) { 170 for ($chdl->grep_by_type (cf::RING, cf::AMULET)) {
171 if (!$_->flag (cf::FLAG_IDENTIFIED) && $_->need_identify) { 171 if (!$_->flag (cf::FLAG_IDENTIFIED) && $_->need_identify) {
172 $hadunid = 1; 172 $hadunid = 1;
173 next; 173 next;
174 } 174 }
175 my $r = Jeweler::Object->new (object => $_); 175 my $r = Jeweler::Object->new (object => $_);
176 my $msg = $r->analyze ($sk, $pl); 176 my $msg = $r->analyze ($sk, $pl, $input_level);
177 $pl->message ($r->to_string . ": " . $msg); 177 $pl->message ($r->to_string . ": " . $msg);
178 if ($pl->flag (cf::FLAG_WIZ)) { 178 if ($pl->flag (cf::FLAG_WIZ)) {
179 $r->wiz_analyze ($pl); 179 $r->wiz_analyze ($pl);
180 } 180 }
181 } 181 }
219 } 219 }
220 220
221 my $archvalsum = $ingred->value ($ingr_grp, $srcarchname); 221 my $archvalsum = $ingred->value ($ingr_grp, $srcarchname);
222 $ingred->remove ($ingr_grp, $srcarchname); 222 $ingred->remove ($ingr_grp, $srcarchname);
223 223
224 my $outarchval = cf::arch::find ($outarch)->clone->value; 224 my $outarchval = cf::arch::find ($outarch)->value;
225 225
226 my $nrof = int ($archvalsum / (($outarchval || 1000) * $outarchvalfact)); 226 my $nrof = int ($archvalsum / (($outarchval || 1000) * $outarchvalfact));
227 if ($nrof) { 227 if ($nrof) {
228 # XXX: yes, i know what i'm doing here, i don't set nrof, but it didn't work somehow (pls. chek sometimes) 228 # XXX: yes, i know what i'm doing here, i don't set nrof, but it didn't work somehow (pls. chek sometimes)
229 for (1..$nrof) { 229 for (1..$nrof) {
238 if ($xp_sum) { 238 if ($xp_sum) {
239 $pl->ob->message ("You got $xp_sum xp by making $nrof ${outarch}s"); 239 $pl->ob->message ("You got $xp_sum xp by making $nrof ${outarch}s");
240 $pl->ob->change_exp ($xp_sum, "jeweler", cf::SK_EXP_SKILL_ONLY); 240 $pl->ob->change_exp ($xp_sum, "jeweler", cf::SK_EXP_SKILL_ONLY);
241 } 241 }
242 } else { 242 } else {
243 $pl->ob->message ("You fail to make something, propably you used not enough source material?"); 243 $pl->ob->message ("You fail to make something, probably you used not enough source material?");
244 } 244 }
245} 245}
246 246
247 247
248package Jeweler::CauldronHandler; 248package Jeweler::CauldronHandler;
280 my ($self, $arch_name, @map_stack) = @_; 280 my ($self, $arch_name, @map_stack) = @_;
281 281
282 my @c = 282 my @c =
283 grep { 283 grep {
284 $_->flag (cf::FLAG_IS_CAULDRON) 284 $_->flag (cf::FLAG_IS_CAULDRON)
285 and $_->arch->name eq $arch_name 285 and $_->arch->archname eq $arch_name
286 } @map_stack; 286 } @map_stack;
287 287
288 $self->{cauldron} = $c[0]; 288 $self->{cauldron} = $c[0];
289} 289}
290 290
355 355
356sub put { 356sub put {
357 my ($self, $obj) = @_; 357 my ($self, $obj) = @_;
358 358
359 return undef unless $self->{cauldron}; 359 return undef unless $self->{cauldron};
360 $obj->insert_ob_in_ob ($self->{cauldron}); 360 $self->{cauldron}->insert ($obj);
361} 361}
362 362
363=back 363=back
364 364
365=cut 365=cut
398 398
399sub value { 399sub value {
400 my ($self, $group, $archname) = @_; 400 my ($self, $group, $archname) = @_;
401 401
402 my @objs = grep { 402 my @objs = grep {
403 $_->arch->name eq $archname 403 $_->arch->archname eq $archname
404 } @{$self->{ingredients}->{$group} || []}; 404 } @{$self->{ingredients}->{$group} || []};
405 405
406 my $sum = 0; 406 my $sum = 0;
407 for (@objs) { 407 for (@objs) {
408 $sum += ($_->nrof || 1) * $_->value; 408 $sum += ($_->nrof || 1) * $_->value;
425 425
426 my @out; 426 my @out;
427 427
428 for (@{$ingred->{$group}}) { 428 for (@{$ingred->{$group}}) {
429 if (defined $archname) { 429 if (defined $archname) {
430 if ($_->arch->name eq $archname) { 430 if ($_->arch->archname eq $archname) {
431 Jeweler::Util::remove ($_); 431 Jeweler::Util::remove ($_);
432 } else { 432 } else {
433 push @out, $_; 433 push @out, $_;
434 } 434 }
435 } else { 435 } else {
477} 477}
478 478
479sub improve_ring_by_plan { 479sub improve_ring_by_plan {
480 my ($self, $plan, $ring) = @_; 480 my ($self, $plan, $ring) = @_;
481 481
482 $ring = dclone ($ring); 482 $ring = do { my $guard = Coro::Storable::guard; dclone $ring };
483 483
484 my $ingred = $self->{ingredients}; 484 my $ingred = $self->{ingredients};
485 my $impr = {}; 485 my $impr = {};
486 486
487 if ($plan =~ m/^stat_(\S+)$/) { 487 if ($plan =~ m/^stat_(\S+)$/) {
571} 571}
572 572
573sub check_costs { 573sub check_costs {
574 my ($self, $costs, $do_remove) = @_; 574 my ($self, $costs, $do_remove) = @_;
575 575
576 my $costs = dclone ($costs); 576 my $costs = do { my $guard = Coro::Storable::guard; dclone $costs };
577 577
578 for my $key (keys %$costs) { 578 for my $key (keys %$costs) {
579 my @grepar; 579 my @grepar;
580 if ($key =~ m/^(resist_|spec_|stat_)/) { # check the special items 580 if ($key =~ m/^(resist_|spec_|stat_)/) { # check the special items
581 eval { @grepar = @{Jeweler::getcfg (plans => $key) || []} }; 581 eval { @grepar = @{Jeweler::getcfg (plans => $key) || []} };
641 return 1 if $self->{hash}->{resist}->{$resnum}; 641 return 1 if $self->{hash}->{resist}->{$resnum};
642 } 642 }
643 return undef; 643 return undef;
644} 644}
645 645
646sub projected_exp {
647 my ($self, $input_level) = @_;
648
649 my $lvl = max ($self->power_to_level, 1);
650 my $exp =
651 (cf::level_to_min_exp ($lvl) - cf::level_to_min_exp ($lvl - 1))
652 / (10 + max ($lvl - 1, 0)); # 10 + level times making such a ring
653 # should get you to the rings level at least.
654
655 if (defined $input_level) {
656 my $subexp =
657 (cf::level_to_min_exp ($input_level)
658 - cf::level_to_min_exp ($input_level - 1))
659 / (10 + max ($input_level - 1, 0)); # see above for comment
660
661 $exp -= $subexp;
662 $exp = max ($exp, 0);
663
664 } else {
665 # the experience bonus here is to make level 1 rings give you at least
666 # 100 exp points when making them. This also makes leveling in the
667 # first few levels a bit easier. (probably until around level 5-6).
668 my $expbonus = cf::level_to_min_exp (2) / 10;
669 # this bonus should also only be given for _new_ rings and not for merged
670 # ones - to prevent infinite exp making.
671 $exp += $expbonus;
672 }
673
674 $exp
675}
676
646sub analyze { 677sub analyze {
647 my ($self, $sk, $pl) = @_; 678 my ($self, $sk, $pl, $input_level) = @_;
679 my $costs = $self->calc_costs;
680
681 unless (defined $costs) {
682 return "This ring has a resistancy above 99%, you can't make that.";
683 }
648 684
649 my $sklvl = cf::exp_to_level ($sk->stats->exp); 685 my $sklvl = cf::exp_to_level ($sk->stats->exp);
650 my $ringlvl = $self->power_to_level; 686 my $ringlvl = $self->power_to_level;
651 687
652 my $tmpl; 688 my $tmpl;
653 if ($pl->flag (cf::FLAG_WIZ)) { 689 if ($pl->flag (cf::FLAG_WIZ)) {
654 $tmpl = Jeweler::level_diff_to_chance_perc ($sklvl - $ringlvl); 690 $tmpl = Jeweler::level_diff_to_chance_perc ($sklvl - $ringlvl);
655 } else { 691 } else {
656 $tmpl = Jeweler::level_diff_to_str ($sklvl - $ringlvl); 692 $tmpl = Jeweler::level_diff_to_str ($sklvl - $ringlvl);
657 } 693 }
658 my $msg = sprintf "Projected success rate: %s", $tmpl; 694 my $msg = sprintf "Projected success rate: %s, you would get %d exp for this.", $tmpl, $self->projected_exp ($input_level);
659 return $msg; 695 return $msg;
660} 696}
661 697
662sub calc_value_from_cost { 698sub calc_value_from_cost {
663 my ($self, $costs) = @_; 699 my ($self, $costs) = @_;
664 my $emarch = cf::arch::find 'emerald'; 700 my $emarch = cf::arch::find 'emerald';
665 my $saarch = cf::arch::find 'sapphire'; 701 my $saarch = cf::arch::find 'sapphire';
666 my $pearch = cf::arch::find 'pearl'; 702 my $pearch = cf::arch::find 'pearl';
667 my $ruarch = cf::arch::find 'ruby'; 703 my $ruarch = cf::arch::find 'ruby';
668 my $diarch = cf::arch::find 'gem'; 704 my $diarch = cf::arch::find 'gem';
669 my $value = $emarch->clone->value * $costs->{emerald} 705 my $value = $emarch->value * $costs->{emerald}
670 + $saarch->clone->value * $costs->{sapphire} 706 + $saarch->value * $costs->{sapphire}
671 + $pearch->clone->value * $costs->{pearl} 707 + $pearch->value * $costs->{pearl}
672 + $ruarch->clone->value * $costs->{ruby} 708 + $ruarch->value * $costs->{ruby}
673 + $diarch->clone->value * $costs->{gem}; 709 + $diarch->value * $costs->{gem};
674 710
675 $value 711 $value
676} 712}
677 713
678sub wiz_analyze { 714sub wiz_analyze {
679 my ($self, $pl) = @_; 715 my ($self, $pl) = @_;
680 my $costs = $self->calc_costs; 716 my $costs = $self->calc_costs;
717 if (defined $costs) {
681 my $desc = ""; 718 my $desc = "";
682 my $lvl = $self->power_to_level (\$desc); 719 my $lvl = $self->power_to_level (\$desc);
683 my $scosts = $self->calc_value_from_cost ($costs); 720 my $scosts = $self->calc_value_from_cost ($costs);
684 721
685 $pl->message ("costs: " . (join (', ', map { "$_: " . sprintf "%.2f", $costs->{$_} } keys %$costs)) . " (".($scosts / 5000)." royalties)"); 722 $pl->message ("costs: " . (join (', ', map { "$_: " . sprintf "%.2f", $costs->{$_} } keys %$costs)) . " (".($scosts / 5000)." royalties)");
686 $pl->message ("level: " . $desc); 723 $pl->message ("level: " . $desc);
724 } else {
725 $pl->message ("level: impossible to make, due to impossible resistancy configuration");
726 }
687} 727}
688 728
689sub get_chance_perc { 729sub get_chance_perc {
690 my ($self, $sk) = @_; 730 my ($self, $sk) = @_;
691 my $sklvl = cf::exp_to_level ($sk->stats->exp); 731 my $sklvl = cf::exp_to_level ($sk->stats->exp);
696sub fx { 736sub fx {
697 my ($res, $cfg) = @_; 737 my ($res, $cfg) = @_;
698 my $or = $res; 738 my $or = $res;
699 my $ar = $Jeweler::CFG->{functions}->{$cfg}; 739 my $ar = $Jeweler::CFG->{functions}->{$cfg};
700 740
701 if (ref $ar->[0] eq 'ARRAY') { 741 if (ref $ar && ref $ar->[0] eq 'ARRAY') {
702 $res = $res - 1; 742 $res = $res - 1;
703 return $ar->[max (min ($res, @$ar - 1), 0)]; 743 return $ar->[max (min ($res, @$ar - 1), 0)];
704 744
705 } else { 745 } else {
706 # +0.1 is for a jump to the next index when $res / 5 is exactly 1, 2, 3... 746 # +0.1 is for a jump to the next index when $res / 5 is exactly 1, 2, 3...
747 # old code:
707 my $idx = ceil (($res / 5) + 0.1) - 1; 748 #my $idx = ceil (($res / 5) + 0.1) - 1;
708 my $a = $ar->[max (min ($idx, @$ar - 1), 0)]; 749 #my $a = $ar->[max (min ($idx, @$ar - 1), 0)];
709 my $b = $ar->[max (min ($idx + 1, @$ar - 1), 0)]; 750 #my $b = $ar->[max (min ($idx + 1, @$ar - 1), 0)];
710 my $diff = $b - $a; # use the difference of the cost to the next cost 751 #my $diff = $b - $a; # use the difference of the cost to the next cost
711 my $o_cost = $a + ($diff / 5) * ($res % 5); # and do some linear interpolation 752 #my $o_cost = $a + ($diff / 5) * ($res % 5); # and do some linear interpolation
712 return $o_cost; 753 #return $o_cost;
754 return 0 if $res <= 0;
755 return ($ar / (1 - ($res * 0.01)) - $ar)
713 } 756 }
714} 757}
715 758
716sub improve_by_ring { 759sub improve_by_ring {
717 my ($self, @rings) = @_; 760 my ($self, @rings) = @_;
783 $obj->{spec}{ac} = $stats->ac; 826 $obj->{spec}{ac} = $stats->ac;
784 $obj->{spec}{speed} = $stats->exp; 827 $obj->{spec}{speed} = $stats->exp;
785 $obj->{spec}{food} = $stats->food; 828 $obj->{spec}{food} = $stats->food;
786 829
787 $obj->{name} = $thing->name; 830 $obj->{name} = $thing->name;
788 $obj->{arch} = $thing->arch->name; 831 $obj->{arch} = $thing->arch->archname;
789 $obj->{face} = $thing->face; 832 $obj->{face} = $thing->face;
790 833
791 $obj->{value} = $thing->value; 834 $obj->{value} = $thing->value;
792 835
793 $self->{hash} = $obj 836 $self->{hash} = $obj
796sub to_object { 839sub to_object {
797 my ($self) = @_; 840 my ($self) = @_;
798 841
799 my $obj = cf::object::new $self->{hash}->{arch}; 842 my $obj = cf::object::new $self->{hash}->{arch};
800 843
801 $obj->item_power ($self->power_to_level); # there have to be strings attached! 844 $obj->item_power (floor ($self->power_to_level / 3)); # there have to be strings attached!
802 845
803 $obj->face ($self->{hash}{face}); 846 $obj->face ($self->{hash}{face});
804 847
805 my $stats = $obj->stats; 848 my $stats = $obj->stats;
806 849
996 1039
997 my $res = $ring->{resist}->{$resnum}; 1040 my $res = $ring->{resist}->{$resnum};
998 1041
999 next unless $res > 0; 1042 next unless $res > 0;
1000 1043
1044 return undef if $res == 100;
1045
1001 $costs->{"resist_" . $Jeweler::RESMAP{$resnum}} += $res; 1046 $costs->{"resist_" . $Jeweler::RESMAP{$resnum}} += $res;
1002 1047
1003 my $diamonds; 1048 my $diamonds;
1004 if (grep { $resnum eq $_ } @Jeweler::EFFECT_RESISTS) { 1049 if (grep { $resnum eq $_ } @Jeweler::EFFECT_RESISTS) {
1005 $diamonds += fx ($res, 'effect_resist_diamonds'); 1050 $diamonds += fx ($res, 'effect_resist_diamonds_x');
1006 } else { 1051 } else {
1007 $diamonds += fx ($res, 'attack_resist_diamonds'); 1052 $diamonds += fx ($res, 'attack_resist_diamonds_x');
1008 } 1053 }
1009 1054
1010 split_diamonds ($costs, $diamonds, 'resist_' . $Jeweler::RESMAP{$resnum}); 1055 split_diamonds ($costs, $diamonds, 'resist_' . $Jeweler::RESMAP{$resnum});
1011 } 1056 }
1012 1057
1020 my ($cost, $diamonds, $category) = @_; 1065 my ($cost, $diamonds, $category) = @_;
1021 1066
1022 my $stat_split = Jeweler::getcfg (diamond_split => $category); 1067 my $stat_split = Jeweler::getcfg (diamond_split => $category);
1023 1068
1024 my $sum = sum (@$stat_split); 1069 my $sum = sum (@$stat_split);
1025 if ($sum < (1 - 0.0001)) {
1026 warn "JEWELER BUG: sum (@$stat_split) = $sum < 1 for $category!";
1027 }
1028 1070
1029 my $emarch = cf::arch::find 'emerald'; 1071 my $emarch = cf::arch::find 'emerald';
1030 my $saarch = cf::arch::find 'sapphire'; 1072 my $saarch = cf::arch::find 'sapphire';
1031 my $pearch = cf::arch::find 'pearl'; 1073 my $pearch = cf::arch::find 'pearl';
1032 my $ruarch = cf::arch::find 'ruby'; 1074 my $ruarch = cf::arch::find 'ruby';
1033 my $diarch = cf::arch::find 'gem'; 1075 my $diarch = cf::arch::find 'gem';
1034 1076
1035 my $sumvalue = $diarch->clone->value * $diamonds; 1077 my $sumvalue = $diarch->value * $diamonds;
1036 1078
1037 $cost->{emerald} += ceil $sumvalue * $stat_split->[0] / max 1, $emarch->clone->value; 1079 $cost->{emerald} += ceil $sumvalue * $stat_split->[0] / max 1, $emarch->value;
1038 $cost->{sapphire} += ceil $sumvalue * $stat_split->[1] / max 1, $saarch->clone->value; 1080 $cost->{sapphire} += ceil $sumvalue * $stat_split->[1] / max 1, $saarch->value;
1039 $cost->{pearl} += ceil $sumvalue * $stat_split->[2] / max 1, $pearch->clone->value; 1081 $cost->{pearl} += ceil $sumvalue * $stat_split->[2] / max 1, $pearch->value;
1040 $cost->{ruby} += ceil $sumvalue * $stat_split->[3] / max 1, $ruarch->clone->value; 1082 $cost->{ruby} += ceil $sumvalue * $stat_split->[3] / max 1, $ruarch->value;
1041 $cost->{gem} += ceil $sumvalue * $stat_split->[4] / max 1, $diarch->clone->value; 1083 $cost->{gem} += ceil $sumvalue * $stat_split->[4] / max 1, $diarch->value;
1042} 1084}
1043 1085
1044package Jeweler::Util; 1086package Jeweler::Util;
1045 1087
1046use strict; 1088use strict;
1103 and $check_true++; 1145 and $check_true++;
1104 } elsif ($i % 3 == 1) { 1146 } elsif ($i % 3 == 1) {
1105 $thing->title eq $match 1147 $thing->title eq $match
1106 and $check_true++; 1148 and $check_true++;
1107 } else { # $i % 3 == 2 1149 } else { # $i % 3 == 2
1108 $thing->arch->name eq $match 1150 $thing->arch->archname eq $match
1109 and $check_true++; 1151 and $check_true++;
1110 } 1152 }
1111 $i++; 1153 $i++;
1112 } 1154 }
1113 #d# warn "CHECK $check_true | $check_cnts | [".(join ',', @matchar).":".join (",", ($thing->name, $thing->title, $thing->arch->name))."\n"; 1155 #d# warn "CHECK $check_true | $check_cnts | [".(join ',', @matchar).":".join (",", ($thing->name, $thing->title, $thing->arch->archname))."\n";
1114 return 1 if $check_true && $check_cnts == $check_true; 1156 return 1 if $check_true && $check_cnts == $check_true;
1115 return 0; 1157 return 0;
1116} 1158}
1117 1159
1118sub grep_for_match { 1160sub grep_for_match {
1119 my ($ingred, $group, @matchar) = @_; 1161 my ($ingred, $group, @matchar) = @_;
1120 1162
1121 for my $thing (@{$ingred->{$group} || []}) { 1163 for my $thing (@{$ingred->{$group} || []}) {
1122 #d# warn sprintf "DEB:(%s,%s,%s)<->%s\n", $thing->name, $thing->title, $thing->arch->name, "@matchar"; #d# 1164 #d# warn sprintf "DEB:(%s,%s,%s)<->%s\n", $thing->name, $thing->title, $thing->arch->archname, "@matchar"; #d#
1123 if (check_for_match ($thing, @matchar)) { 1165 if (check_for_match ($thing, @matchar)) {
1124 return $thing; 1166 return $thing;
1125 } 1167 }
1126 } 1168 }
1127 return undef; 1169 return undef;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines