JuniorUdale / MoreFluff

A Dicey Dungeons mod
4 stars 0 forks source link

Bound can set a dice to its own value #92

Open ncrecc opened 3 years ago

ncrecc commented 3 years ago

Berlin Key, for reference, doesn't do this, and this just feels kind of bad. Might've already been patched; I noticed this in Olexa's video

JuniorUdale commented 3 years ago

I'm going to tackle this today hopefully, but some interesting edge cases come from it: What if the enemy rolls 1 2 3, but they have Bound 2 and Bound 1? (via hookshot or just multiples of the item). Either:

ncrecc commented 3 years ago

Bound 2 applies, making their dice 2 2 3. Then, Bound 1 applies, making their dice 1 2 3.

This implies two stacks of Bound can affect the same dice, which seems odd to me. Wouldn't it just look to the user as though Bound only applied once?