Author Topic: Bounty prizes as part of the total prize pool?  (Read 1046 times)

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Bounty prizes as part of the total prize pool?
« on: May 01, 2016, 07:37:15 PM »
Is there any way for the TD to include the bounty prizes as part of the total prize pool?  Just trying to eliminate the questions of "there are 20 people in the tournament, why does the prize pool only say there's (x) dollars instead of (y) dollars?"  Perhaps there's a token I missing for the layout?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Bounty prizes as part of the total prize pool?
« Reply #1 on: May 03, 2016, 11:26:04 AM »
I was going to suggest using the <expression> token to compute it yourself, but that's not possible because the amount paid for bounty chips is not provided as a formula variable.  If it were you could do something like this:

<expression text="pot + bountyTotal" format="money" precision="2">

There is a token that shows the total bounty pot (the amount collected for bounty chips): <bountyTotal>. Unfortunately it just isn't available to formulas.  I'll add it.

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: Bounty prizes as part of the total prize pool?
« Reply #2 on: May 03, 2016, 02:20:24 PM »
Thanks!

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Bounty prizes as part of the total prize pool?
« Reply #3 on: May 03, 2016, 06:14:51 PM »
Added for version 3.4.