diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-19 19:38:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-19 19:38:13 -0300 |
commit | 98bffe7edb9c24f84f6de03c5158b6a51dc10640 (patch) | |
tree | 9c45ef4f273be15318e464308a83ccf025e72a4b /npc/001-1/rewards.txt | |
parent | 36496fc4a0c7824036e8d404165a61fa621f4ebf (diff) | |
download | serverdata-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/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 3 |
1 files changed, 2 insertions, 1 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; |