summaryrefslogtreecommitdiff
path: root/npc/functions/honor.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-18 09:21:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-18 09:21:47 -0300
commit46c21cacad23eb59db829d09180e7fc9108b9eef (patch)
treed4e102b2f69adc19cdb4d2c99c534f756cdc66ce /npc/functions/honor.txt
parent3c96d61b3d5c590bfab94131e6b8488a9f38c3b4 (diff)
downloadserverdata-46c21cacad23eb59db829d09180e7fc9108b9eef.tar.gz
serverdata-46c21cacad23eb59db829d09180e7fc9108b9eef.tar.bz2
serverdata-46c21cacad23eb59db829d09180e7fc9108b9eef.tar.xz
serverdata-46c21cacad23eb59db829d09180e7fc9108b9eef.zip
Change limits on Honor Points gain/loss
Diffstat (limited to 'npc/functions/honor.txt')
-rw-r--r--npc/functions/honor.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/honor.txt b/npc/functions/honor.txt
index 0bb0d0803..c9c7f76fc 100644
--- a/npc/functions/honor.txt
+++ b/npc/functions/honor.txt
@@ -69,9 +69,9 @@ function script calc_HR {
// Dishonorable: You used 15 levels above target, or target < level 30
if (.@overpower > 15 || .@def < 30) {
- .@honor=-(limit(1, .@overpower-15, 15));
+ .@honor=-(limit(1, .@overpower-15, 12));
} else {
- .@honor=limit(1, -(.@overpower)+15, 20);
+ .@honor=limit(3, -(.@overpower)+15, 20);
}
// Log cooldown (30 minutes)