Sinner's Sacrifice: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
Fixed the soul amount to be accurate to what's in game. Automated the math so it should stay updated if the devs ever change the numbers.
LVL (talk | contribs)
mNo edit summary
Line 39: Line 39:
Each Sinner's Sacrifice internally holds a total bounty value of {{Souls|{{#expr: {{NpcData|neutral_sinners_sacrifice|GoldReward}} * 2}}}} souls that increases at a rate of {{Souls|{{#expr: {{NpcData|neutral_sinners_sacrifice|GoldReward}} * {{NpcData|neutral_sinners_sacrifice|GoldRewardBonusPercentPerMinute}} / 100 * 2 round 2}}}} souls per minute from the beginning of the match, then rounded down. For example, when the machine first spawns at the 8-minute mark, it is "worth" {{Souls|{{#expr: floor({{NpcData|neutral_sinners_sacrifice|GoldReward}} + ({{NpcData|neutral_sinners_sacrifice|GoldReward}} * {{NpcData|neutral_sinners_sacrifice|GoldRewardBonusPercentPerMinute}} / 100 * 8)) * 2}}}} souls.
Each Sinner's Sacrifice internally holds a total bounty value of {{Souls|{{#expr: {{NpcData|neutral_sinners_sacrifice|GoldReward}} * 2}}}} souls that increases at a rate of {{Souls|{{#expr: {{NpcData|neutral_sinners_sacrifice|GoldReward}} * {{NpcData|neutral_sinners_sacrifice|GoldRewardBonusPercentPerMinute}} / 100 * 2 round 2}}}} souls per minute from the beginning of the match, then rounded down. For example, when the machine first spawns at the 8-minute mark, it is "worth" {{Souls|{{#expr: floor({{NpcData|neutral_sinners_sacrifice|GoldReward}} + ({{NpcData|neutral_sinners_sacrifice|GoldReward}} * {{NpcData|neutral_sinners_sacrifice|GoldRewardBonusPercentPerMinute}} / 100 * 8)) * 2}}}} souls.


A heavy melee grants the "bounty" value divided by 10 rounded down. A light melee grants the total bounty value divided by 20 rounded down. The final hit will give the total bounty divided by 2 rounded down, as well as one heavy melee payout, regardless of which melee was used. Winning a "Jackpot" will also grant 1 additional soul for unknown reasons. All souls are granted in [[Souls#Unsecured Souls|Unsecured Souls]].
A heavy melee grants the total bounty value divided by 10 and rounded to the nearest number. A light melee grants the total bounty value divided by 20 and rounded to the nearest number. The final hit will give the total bounty value divided by 2 and rounded, as well as one heavy melee payout, regardless of which melee was used. Winning a "Jackpot" will also grant 1 additional soul for unknown reasons. All souls are granted in [[Souls#Unsecured Souls|Unsecured Souls]].


If multiple people hit the machine, subsequent melee attacks will attempt to evenly distribute the payout to everyone that hit the machine. If there is a remainder after the division, the "newest" person to hit the Sinner's Sacrifice will have the remainder added to their payout. For example, if "Player 1" and "Player 2" have hit it once, and then "Player 1" completes the rest of the machine, "Player 1" will always receive the remainder (1 more soul if the payout was an odd number).
If multiple people hit the machine, subsequent melee attacks will attempt to evenly distribute the payout to everyone that hit the machine. If there is a remainder after the division, the "newest" person to hit the Sinner's Sacrifice will have the remainder added to their payout. For example, if "Player 1" and "Player 2" have hit it once, and then "Player 1" completes the rest of the machine, "Player 1" will always receive the remainder (1 more soul if the payout was an odd number).