adamhaertter / PrestigeItemsMod

Learning to create mods for Risk of Rain 2 (for now)
1 stars 0 forks source link

Add Item: PrestigeMusic #14

Open adamhaertter opened 4 months ago

adamhaertter commented 4 months ago

Item Addition: PrestigeMusic

May not be as difficult as I think since the calculation should already be worked out. Decomp would be useful if possible.

adamhaertter commented 4 months ago

PrestigeMusic_Alt

Ornate Banjo

25% chance to inflict 3 (+3 per stack) hits, each dealing (15 * Total Damage / MaxHealth) stacks of Permanent Curse to the enemy.

(The calculation for Permanent Curse damage done to the player in Eclipse 8 is 40 * Total Damage / MaxHealth. This means that 1 stack of Ornate Banjo deals a hit worth 9/8 of an Eclipse 8 hit 25% of the time.)