{
(group: 'playing', 'stop')
(track: 'ost-1', 'loop', true)
(track: 'ost-1', 'playwhenpossible')
}Welcome to Potion Roller! This is the digital companion app to the print and play game.
If you need a sheet <a href="https://test.khan-ali.com/potionroller/assets/Potion%20Roller%20-%20BW.jpg">here it is.</a>
If its your first time playing, check out the rules.
You start off with 16 gold, //use it wisely//. If you ever end the day with less than 0 gold then you lose! You could have less than 0 gold during the day, but try not to rack up too much debt.
[[Read the Rules->Rules]]
[[Start The Game->New Game]]Here comes Order #(print: 6 - $quota)
{
(set: _herb1 to (either: "Unoweed", "Twinny Herb", "Triotatoes", "Kitty Flowers", "Sinkroot", "Parsley"))
(set: _herb2 to (either: "Unoweed", "Twinny Herb", "Triotatoes", "Kitty Flowers", "Sinkroot", "Parsley"))
(set: _herb3 to (either: "Unoweed", "Twinny Herb", "Triotatoes", "Kitty Flowers", "Sinkroot", "Parsley"))
(set: _herb4 to (either: "Unoweed", "Twinny Herb", "Triotatoes", "Kitty Flowers", "Sinkroot", "Parsley"))
(set: $diff to (either: 2,2,2,3,3,4))
(set: $quota to $quota-1)
}
Customer Name: Bobby Billette
"Hey I want a thing"
Potion Ingredients:
- _herb1
- _herb2
(if: $diff > 2)[- _herb3]
(if: $diff > 3)[- _herb4]
Do you accept or reject the order?
(you can't accept if you don't have enough ingredients)
[[Accept]]
[[Reject]]Yay you got (print: (round: $diff * 1.5)) gold, time to move on to the next one.
(if: $quota > 0)[[[Another Order->New Customer]]]
\(else: )[
You finished your quota, great job!
[[Time for a break->Midday]]]Oh no you lost (print: $diff) gold. The customer probably isn't happy, but you'll get the next one.
(if: $quota > 0)[[[Another Order->New Customer]]]
\(else: )[
At least you've finished your quota.
[[Time for a break->Midday]]]{
(group: 'playing', 'stop')
(track: 'ost-1', 'loop', true)
(track: 'ost-1', 'play')
}The sun sets and it once again becomes night, good work out there!
If you have less than 0 gold then I'm sorry, the game is over for you! Otherwise it's time to restock and prepare.
(link-goto: "New Day")
[[Game Over->Start]]{
(group: 'playing', 'stop')
(track: 'ost-2', 'loop', true)
(track: 'ost-2', 'play')
(set: $quota to 5)
}The sun rises, its a the start of a new day!
Hope you're all prepared, because here comes some new orders!
[[Take 5 New Orders->New Customer]][[Return ->Start]]
To play you would need:
- 4 six sided die (4d6)
- something to write and erase with
### Rules
In the “Potion Roller”, you spend the night preparing your ingredients so that during the day you can take on as many potion orders that you can. Be careful, if you take on more than you can complete you may end up losing much more gold than you bargain for!
1. There are two phases, **day** and **night**.
- You can only accept potion orders during the **day**.
- You can only buy ingredients and upgrades during the **night**.
2. You lose the game if you have less than 0 gold left when it turns to **night**, you cannot lose during the **day**.
- This means that you can have 0 or less gold during the **day**, but don’t get into too much debt.
3. When you open for the day, you take on a batch of 5 orders at a time. Don't worry this digital assistant will help you!
4. If you do not have enough ingredients to complete a potion order, you *must* reject it.
### Setup and Play
1. Print out the sheets (or find some way to edit them digitally)
2. You start the game with 16 gold at **night.** Its recommended to at least take the **restock** action 3 times on your first **night**.
3. When you’ve taken the **actions** you’ve wanted, start the day on the digital companion.
4. Accept or Reject orders until your set of orders are done.
5. If you want, you can take on another set or end the day.
6. If you have more than 0 gold at the end of the day, take more **actions** or buy some **upgrades** and then start the day again!
[[Return ->Start]]ost-1: https://test.khan-ali.com/potionroller/assets/pr-ost-01.wav
ost-2: https://test.khan-ali.com/potionroller/assets/pr-ost-02.wavIt's currently night time, if you haven't already make sure you stock up and get ready for the new day.
[[End Night->New Day]]{
(set: $quota to 5)
}Good job with that round of orders, do you think you'll take another set or call it a day?
[[Take More Orders->New Customer]]
[[End Day]]