I have multiple different status effects in my game and I’m not sure how to handle them like what to do when a certain situation happens.
Should duration and potency be separated? How should damage scale (flat or percent)? If merged, should it scale with duration remaining? How would reapplying the effect work? Add potency/time? Choose highest potency/time? Mix and match?
Take note health in my game ranges from 100 at early game to 1 quadrillion at endgame.
Here are the planned status effects in my game:
- Burning/Freezing (merged as one due to freezing being negative burning)
- Poisoned
- Bleeding
- Blinded
- Soaked
- Shocked (lightning stun)
- Hallucinating
- Charmed (magical, might not be full damage reduction)
- Nearsighted (magical)
Take note all the status effects listed as magical have more leeway because they don’t really exist in real life as status effects.