jazz2 icon indicating copy to clipboard operation
jazz2 copied to clipboard

Bug - First boss: Rocks come down far away from the player

Open RavenMacDaddy opened this issue 1 year ago • 3 comments

image

Yeeeah...paint skills.

Anyway, whenever the boss stomps the ground, a rock never falls where the player is standing (so that they've to actively dodge it), but far away, so the intended challenge is absent.

RavenMacDaddy avatar Aug 06 '22 16:08 RavenMacDaddy

It should fall where the player is standing? I use random here, so you never know where it falls.

deathkiller avatar Aug 07 '22 18:08 deathkiller

At least the time I played the boss, it never dropped on top of me.

Two things to consider:

  1. What makes the fight/challenge work in the original is the rock dropping on top of you, while she screams at random times, pushing you back.

So you as the player try to dodge the rock, while not knowing whether she'll scream or not, so maybe you overshoot and go into the spikes, or you undershoot and get hit by the rock.

That's the dynamic of the fight.

  1. Since the distance between the floor and ceiling is relatively short, randomly dropping risk becoming a Sonic situation where it gets too challenging to react and therefore creates frustration for the player.

RavenMacDaddy avatar Aug 07 '22 19:08 RavenMacDaddy

I get it, I will try to improve it.

deathkiller avatar Aug 07 '22 19:08 deathkiller

Fixed in C++ port.

deathkiller avatar Sep 04 '22 12:09 deathkiller