adamhaertter / PrestigeItemsMod

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

Add Item: PrestigeFlower #9

Open adamhaertter opened 4 months ago

adamhaertter commented 4 months ago

Item Addition: PrestigeFlower

Actual implementation shouldn't be as difficult as managing the effects over time. Similar examples should be available if I can look at decomp.

adamhaertter commented 4 months ago

PrestigeFlower_Alt

Solar Flower

Grants a 50% (+10% per stack) chance to apply Overheat to an enemy at full health or an enemy already afflicted by Overheat. 2 or more stacks of Overheat will apply Burn every second.

If the enemy has more than 2 stacks of Overheat, any additional hits apply a Burn stack, dealing damage multiplied by (Overheat - 2), with a minimum of 1x. Calculation currently based on Grandparent attack. Will definitely need rebalanced and tweaked probably.