- Adjusted the randomness after taking Credit Card.
- Anvils drop rate also increases per level.
- Included in the first public release of the game.
Update 0.7 is now out!
Check out Changelog/Version 0.7 to see what has changed and Category:New content for a list new articles brought by the update.
Credit Card is an item in HoloCure - Save the Fans!. It is unlocked by completing the
Time To Upgrade achievement, which requires finding an Anvil during a run. Players will receive the achievement whether they win or lose the run, and whether they use the Anvil or not.
Credit Card reduces the upgrade cost of enhancing (and, while unmentioned, enchanting) when using Anvils, and makes Anvils themselves appear more often.
The new drop rate can be calculated using the formula:
dropChance = 1/(floor(1300 * (1 - dropChanceBuff)) + 1)
where dropChanceBuff at each level is given as:
| Level | dropChanceBuff |
|---|---|
| 1 | 0.18 |
| 2 | 0.28 |
| 3 | 0.38 |
| 4 | 0.45 |
| 5 & Super | 0.5 |
Due to the values being given to accuracy of two decimals, the actual drop rate increases slightly vary from the values given in the description:
| Level | Description | New drop rate | Actual increase |
|---|---|---|---|
| 1 | 20% | 1/1067 | 21.9% |
| 2 | 40% | 1/937 | 38.8% |
| 3 | 60% | 1/807 | 61.2% |
| 4 | 80% | 1/716 | 81.7% |
| 5 & Super | 100% | 1/651 | 99.8% |
Despite not being mentioned in the description, all levels of Credit Card cause a free Anvil to drop after a randomized time interval in addition to increasing the drop chance. The minimum and maximum times between these Anvil spawns are reduced with each upgrade:
| Level | Min time (s) | Max time (s) |
|---|---|---|
| 1 | 120 | 240 |
| 2 | 105 | 210 |
| 3 | 90 | 180 |
| 4 | 75 | 150 |
| 5 | 60 | 120 |
| Super | 60 | 60 |