This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
joneirik:trnrew [2025/04/25 01:43] – [Winnings Solution] joneirik | joneirik:trnrew [2025/04/25 01:47] (current) – [Winnings HAR Cost] joneirik | ||
---|---|---|---|
Line 77: | Line 77: | ||
The recorded values I got for those are 1095 and 1822. So, it's super simple and works. Even if it's not how DO handles it. | The recorded values I got for those are 1095 and 1822. So, it's super simple and works. Even if it's not how DO handles it. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Example table to use all of this ==== | ||
+ | |||
+ | > har_prices[11] = {20000, 36000, 26000, 28000, 29000, 32000, 25000, 30000, 24000, 22000, 75000}; | ||
+ | > har_upgrade_price[11] = {380, 400, 350, 400, 500, 330, 420, 370, 450, 360, 700}; | ||
+ | > upgrade_level_mutiplier[10] = {0, 1, 3, 7, 12, 18, 30, 50, 75, 120}; | ||
+ | > har_winnings[11] = {547.5, 759.5, 627.5, 653.5, 666.5, 706.5, 614.5, 679.5, 600.5, 574.5, 1274.5}; | ||
+ | > har_upgrade_win_modifier[1] = {38}; | ||
+ | |||
+ | |||
---- | ---- |