alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
48 stars 37 forks source link

Feathers doesn't limit parcool #169

Closed Orgamorsh closed 1 year ago

Orgamorsh commented 1 year ago

Feathers doesn't limit parcool

Running Environment

Detail When all feathers are depleted, you can continue using parcool without stamina cost.

alRex-U commented 1 year ago

Oh, I want to confirm but isn't it that just you use parcool action just when feathers recover?

Orgamorsh commented 1 year ago

Well, my config has dodge use 3 feathers. I can still dodge when I have less than three feathers.

alRex-U commented 1 year ago

It is normal behavior, players can use parcool actions if their stamina values are remaining at least 1 point, even if it is not over the stamina consumption of the action.

This is the same when you use Feathers. When you cannot use ParCool is only when you run out your Feathers completely.

I think this is caused by system difference between ParCool's stamina and Feathers.(Feathers doesn't have "exhausted" state)

Indeed, it might be better if I could make Feathers stamina behave as you said, but this should be quite troublesome.