3snowp7im / SotN-Randomizer

Randomizer for Castlevania: SotN
https://sotn.io
Do What The F*ck You Want To Public License
89 stars 37 forks source link

Add randomizing gravity boot laser beam color #114

Closed bismurphy closed 2 months ago

bismurphy commented 1 year ago

This is my first contribution to this repo, so please do tell me if I'm doing anything out of line :) I didn't see any guidelines on code style or similar, so hopefully what I have is okay, but I'm more than happy to make any requested changes.

This randomizes the color of the "laser beam" that comes out of Alucard's feet when using the gravity boots. This is similar to the existing cloak color randomization.

The logic here is fairly simple and seems to work well. Once players have tried this out, the logic could be tweaked to curate colors, but I think for a start this is a good system.

I chose to put the call to the new color randomizing function in the same location as the call to cloak randomization, since they seem to be along the same theme.

Excited to contribute to the randomizer!

eldri7ch2 commented 2 months ago

Already added via another method