diff options
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 7fe26ca17..cf3f36b97 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -31,10 +31,17 @@ OnInit: tradertype(NST_CUSTOM); - //sellitem GoldenWarlordPlate,2500; // Item still not balanced + // Equipment sellitem ThunderStaff,20000; sellitem PiouEgg,5000; sellitem Googles,800; + + // Temporary, but later may sell rare dyes (eg. golden?) + sellitem RedCottonDye, 50; + sellitem GreenCottonDye, 50; + sellitem BlueCottonDye, 50; + + // Consumables sellitem ElixirOfLife,35; sellitem Grenade,12; sellitem Curshroom,7; |