andye456 / RandomRooms

0 stars 0 forks source link

Add the ability to trade with other characters #7

Open andye456 opened 4 years ago

andye456 commented 4 years ago

You can trade with all characters as long as they are not enemies. Trading will show you a list of the opponents items and the price they want for them. All the opponents items for sale, some are more expensive that they should be - this is determined by a random factor applied to the base sale price.

The Items class will need to be updated with all the items that are in the TSR guide. The weight of each item will need to be determined so any one character cannot carry too much.

Each character will need to be updated with the max weight each can carry - this will be based on their class/race and strength.