summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-28 15:55:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-28 15:55:37 -0300
commitda5c5dad4111c7d3c9eace1b06d9b23025b514dd (patch)
treefc8551c89f9fb48a31885f19e7188674f69ed079 /npc/functions/util.txt
parent4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c (diff)
downloadserverdata-da5c5dad4111c7d3c9eace1b06d9b23025b514dd.tar.gz
serverdata-da5c5dad4111c7d3c9eace1b06d9b23025b514dd.tar.bz2
serverdata-da5c5dad4111c7d3c9eace1b06d9b23025b514dd.tar.xz
serverdata-da5c5dad4111c7d3c9eace1b06d9b23025b514dd.zip
Nerf rebirth bonuses (all stats -1, exp -9%). Add Trait System to rebirth
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 342df1531..fb138de01 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -1134,7 +1134,7 @@ function script NewcomerEXPDROPUP {
.@BONUS=max(1, .@BONUS);
// Rebirth
} else {
- .@BONUS=REBIRTH*10;
+ .@BONUS=REBIRTH*1;
}
// Defaults to 24 hours
sc_end SC_CASH_PLUSEXP;