Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Thoughts on an ATM machine for all that pesky platinum, gold, silver and copper.

1383485671
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
One of the biggest pains is keeping track of treasure... At low level its kind of critical but such a pain to track. Thinking about using a ATM machine of sorts... just wondering the best way to go about logging it. Any thoughts?
In the inventory system I'm working on, I have the option to bank treasure. I'm planning on making this configurable to bank either by player or character so that the 'relatives' of a dead PC can claim the gold. Inside of the state object, I have two objects, one for players and the other for characters. Inside of those are inventory and bank objects. Now here is where we'll likely depart in approach, I'm working on constructing object prototypes for everything a player might have. If you just want to track coin, a simple object within bank should be a good place to record that.
This is actually a great idea +1
John M. said: In the inventory system I'm working on, I have the option to bank treasure. I'm planning on making this configurable to bank either by player or character so that the 'relatives' of a dead PC can claim the gold. Inside of the state object, I have two objects, one for players and the other for characters. Inside of those are inventory and bank objects. Now here is where we'll likely depart in approach, I'm working on constructing object prototypes for everything a player might have. If you just want to track coin, a simple object within bank should be a good place to record that. Inventory system, oooo, very interested. Can't wait to see what you come up with.
And a bank! Of course, Davout and I will call it a "Stake", and we would charge a deposit fee, based on a character's Prudence...
This still possible?
1385382193
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
I am thinking I am just going to make a record sheet called bank... Use attributes something like Name = [PlayerName]+"GP" ... ...and use the current value for what they want to deposit or withdraw.... send a GM whisper for approval and that transaction gets processed on in the max value.
Love this idea!
1386192662
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
This is being worked on.