summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-17 04:03:31 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-17 04:03:31 -0200
commit2ec3ee9d4201d32d0ae92762703559377fc4a1de (patch)
tree4dc10db5e069fc07858b41e71fe105bd61c68af9 /npc/002-4
parent03936aa12e782d777ef451c31d7bea75b67dd433 (diff)
downloadserverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.gz
serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.bz2
serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.tar.xz
serverdata-2ec3ee9d4201d32d0ae92762703559377fc4a1de.zip
Candor Rebalance (mess-up): Basically, Nard's ship is now cheaper.
Zegas/Peter/Vincent rewards adjusted accordingly. Without need, but Maya and Tolchi pays more, and Beer price was reduced. Candor actually got _easier_, and you can't prove me wrong >.>
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/nard.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index d3c36e0df..58f63e8a8 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -12,7 +12,7 @@
showavatar NPC_NARD; // this is handled by avatars.xml
.@narrator = getq(General_Narrator);
- .@price=1500;
+ .@price=1200;
L_Checker:
if (.@narrator) goto L_Travel;
@@ -209,17 +209,17 @@ L_NotYet:
L_Travel:
if (nard_reputation() >= 15)
- .@price-=1400;
+ .@price-=1150;
else if (nard_reputation() >= 13)
- .@price-=1250;
- else if (nard_reputation() >= 11)
.@price-=1000;
- else if (nard_reputation() >= 9)
+ else if (nard_reputation() >= 11)
.@price-=750;
+ else if (nard_reputation() >= 9)
+ .@price-=600;
else if (nard_reputation() >= 7)
- .@price-=500;
+ .@price-=350;
else if (nard_reputation() >= 5)
- .@price-=250;
+ .@price-=200;
mesn;
mesq l("Hi @@.", strcharinfo(0));
next;