summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-19 19:38:13 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-19 19:38:13 -0300
commit98bffe7edb9c24f84f6de03c5158b6a51dc10640 (patch)
tree9c45ef4f273be15318e464308a83ccf025e72a4b /npc
parent36496fc4a0c7824036e8d404165a61fa621f4ebf (diff)
downloadserverdata-98bffe7edb9c24f84f6de03c5158b6a51dc10640.tar.gz
serverdata-98bffe7edb9c24f84f6de03c5158b6a51dc10640.tar.bz2
serverdata-98bffe7edb9c24f84f6de03c5158b6a51dc10640.tar.xz
serverdata-98bffe7edb9c24f84f6de03c5158b6a51dc10640.zip
Tweak script values based on new bhopper BunnyEars drop rate
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/rewards.txt3
-rw-r--r--npc/001-4/lilica.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index 41ec2c5ab..48133762e 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -29,6 +29,7 @@ OnInit:
.sex = G_MALE;
.distance = 5;
+ .currency="coins";
tradertype(NST_CUSTOM);
@@ -39,7 +40,7 @@ OnInit:
// Temporary, Seasonal, for events, rare drops, next release
sellitem BowlerHat, 600;
- sellitem BunnyEars, 500;
+ sellitem BunnyEars, 450;
sellitem JeansShorts, 300;
sellitem Dagger, 100;
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index fca04ac70..a2242f904 100644
--- a/npc/001-4/lilica.txt
+++ b/npc/001-4/lilica.txt
@@ -52,7 +52,7 @@ OnInit:
tradertype(NST_CUSTOM);
// Rare Items
- sellitem BunnyEars,3000;
+ sellitem BunnyEars,2500;
sellitem GoldenEasteregg,50;