Tradeable item rewards
dolphinspired opened this issue ยท 0 comments
Allow quest makers to specify real item rewards for the completion of a quest, with the stipulation that they must trade a specified player to get the reward. Need to add a section onto the quest for something like
rewards:
player: Playername
item: ItemID
quantity: 5 # only needed if >1
# or for multiple rewards
items:
- item: ItemID
quantity: 5
Will also need to add a rewards section to the quest completion screen.