summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-10 02:16:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-10 02:16:26 -0300
commit352b22d92cb910755a143ac109ee23c4da5cd0d0 (patch)
treeaea6f1fbcabfb18651da7075277f0010220794d3 /npc
parent0497d15b1fb9b89666df0b50bd92f6e8ba097323 (diff)
downloadserverdata-352b22d92cb910755a143ac109ee23c4da5cd0d0.tar.gz
serverdata-352b22d92cb910755a143ac109ee23c4da5cd0d0.tar.bz2
serverdata-352b22d92cb910755a143ac109ee23c4da5cd0d0.tar.xz
serverdata-352b22d92cb910755a143ac109ee23c4da5cd0d0.zip
Update some consistency on item db, and restock Aeros shop.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/rewards.txt20
1 files changed, 14 insertions, 6 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index e4e275f99..dbf3d06b4 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -32,26 +32,34 @@ OnInit:
tradertype(NST_CUSTOM);
- // Equipment
- sellitem ThunderStaff,20000;
- sellitem DesertBow, 10000;
- sellitem PiouEgg,4500;
+ // Rare Equipment selection.
+ // *these* are really rare!
+ sellitem ThunderStaff,10000;
+ sellitem PiouEgg,4350;
+ sellitem DeliciousCookie,3600;
+ sellitem TopHat, 1800;
sellitem BowlerHat, 800;
sellitem AshUrn,700;
sellitem Googles,600;
// Temporary, Seasonal, for events, rare drops, next release
+ sellitem DesertBow, 10000;
+ sellitem LeatherShirt, 350;
sellitem JeansShorts, 300;
- // Temporary, but later may sell rare dyes (eg. golden?)
+ // Temporary, but later may sell rare dyes (eg. purple and... golden?)
sellitem RedDye, 50;
sellitem GreenDye, 50;
sellitem BlueDye, 50;
// Consumables
sellitem ElixirOfLife,35;
- sellitem Grenade,12;
+ sellitem CelestiaTea,20;
+ sellitem Grenade,rand(10,15); // I really don't care about the price of this. Used to be 12.
+ sellitem CursedArrow,10;
sellitem Curshroom,7;
+ sellitem Plushroom,5;
+ sellitem Chagashroom,5;
sellitem PetcaringGuide,5; // I needed to add this somewhere
end;