summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/craft/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt
index fd484a60a..fee06968b 100644
--- a/npc/craft/options.txt
+++ b/npc/craft/options.txt
@@ -552,8 +552,8 @@ function script csys_Apply {
.@slot=0;
while (.@slot < min(3, .@max_attr)) {
- // You have 100% for first bonus, -35% each, depending on skill lv
- .@base=3500-(.@lv*75);
+ // You have 100% for first bonus, -45% each, depending on skill lv
+ .@base=4500-(.@lv*75);
if (rand(10000) > 10000-(.@base*.@slot))
break;