The Tournament Director Forums

Main => Help Me => Topic started by: efdenny on May 01, 2016, 07:37:15 PM

Title: Bounty prizes as part of the total prize pool?
Post by: efdenny 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?
Title: Re: Bounty prizes as part of the total prize pool?
Post by: Corey Cooper 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.
Title: Re: Bounty prizes as part of the total prize pool?
Post by: efdenny on May 03, 2016, 02:20:24 PM
Thanks!
Title: Re: Bounty prizes as part of the total prize pool?
Post by: Corey Cooper on May 03, 2016, 06:14:51 PM
Added for version 3.4.