oEtG Forum

General Category => General Game Discussion => Topic started by: Elemensch on October 31, 2023, 03:51:07 pm

Title: "Head Hunter" value?
Post by: Elemensch on October 31, 2023, 03:51:07 pm
I've seen +6% and +13% as the bonus for getting Head Hunter.

What is the mechanic behind the number?
Title: Re: "Head Hunter" value?
Post by: Turlututu on October 31, 2023, 04:30:50 pm
The higher the ranking, the higher the bounty.
Title: Re: "Head Hunter" value?
Post by: serprex on October 31, 2023, 05:32:23 pm
https://github.com/serprex/openEtG/blob/16b5a53e65a8ace65cf15148765eacf9f1384627/src/views/Result.jsx#L94
Title: Re: "Head Hunter" value?
Post by: Niharia on November 01, 2023, 01:30:10 am
I'm not fluent with code, but combining what I see in the code with my experiences challenging the arena, this translates to:
defeat rank 1 arena deck: 100% bonus
defeat rank 2 arena deck: 50% bonus
defeat rank 3 arena deck: 25% bonus
defeat rank 4 arena deck: 17% bonus
defeat rank 6 arena deck: 8% bonus
defeat rank 7 arena deck: 3% bonus

Edit: rank 7 definitely equals 3%. I don't understand the maths, but that's what came up when I battled just now.
Title: Re: "Head Hunter" value?
Post by: Elemensch on November 01, 2023, 08:11:03 pm
I'm not fluent with code, but combining what I see in the code with my experiences challenging the arena, this translates to:
defeat rank 1 arena deck: 100% bonus
defeat rank 2 arena deck: 50% bonus
defeat rank 3 arena deck: 25% bonus
defeat rank 4 arena deck: 17% bonus
defeat rank 6 arena deck: 8% bonus
defeat rank 7 arena deck: 3% bonus

Edit: rank 7 definitely equals 3%. I don't understand the maths, but that's what came up when I battled just now.

Half of 25 should be 12.5 which might be rounded up to the 13% which I saw.

Half of 12.5 would be 6.25 which might be rounded down to the 6% which I also saw.

And half of 6% would be the 3% which you report seeing.


Just got a 25% from another headhunter bonus so the numbers I've seen do check out with the formula.