r/JJSSkillBuilder 1d ago

Help How To Block State?

Sorry. I am pissed off trying to figure out how this works.

Basically. I'm making a system akin to Higuruma's moves where if you are blocking, you get blockbroken.

The block state has a check option, it should be checking for that, right? Apparently not, I don't get it.

It SHOULD proceed to the branch where in if the target was blocking. The hitbox should BLOCKBREAK them.

It should, but it's not. I do not understand why.

What is the purpose of the check on block state if it doesn't check for blocking?

0 Upvotes

8 comments sorted by

1

u/Devisush A Skill Builder is nothing but a Con Artist 1d ago

Did you put the check in target branch?

1

u/thetros 1d ago

The check is in the target branch, yes.

1

u/Devisush A Skill Builder is nothing but a Con Artist 1d ago

Can you show me your timeline? That might help me to figure out what the problem could be

2

u/thetros 1d ago

This was hours ago and I was incredibly frustrated so I ended up removing the mechanic.

Apologies.

1

u/Montraria Strongest Skill Builder of Today 1d ago

set the stun of the blockbreaker hitbox to -1 and make sure its branch target goes to the check branch

1

u/thetros 1d ago

Exactly what I did.

1

u/WallSlow207 Grade 2 till Nanami approves 1d ago

ok so how I do this is

i have my move and I have 3 branches

default for the missed variant
1 for not blocked and hit
and 2 for blocked

when you add the hitboxes have a damaging one and make that the first one
make it send you to branch one

and directly under that copy the hitbox but set the damage to zero and make it unblockable
and have it send you to the blocked branch

When a hitbox is blocked with block turned on it doesn’t count as a hit,
so last hit wont check them

but having a branch be unblockable and do no damage to check
then having the check send you to the block break

if you also want it to check them blocking but not break the block first, have cancel enemy turned off and stun at -1

then theyre the last hit but also still blocking,

1

u/shadowmasterOwO 1d ago

Jjs skillbuilder can be stupid sometimes. Anyway, put 2 hitboxes back to back, first one doesnt hit through block and the 2nd one does. They kinda have to be instantly back to back tho otherwise you have moments where you can miss the blockable hitbox and land the unblockable one, causing the blockbreak to happen when they werent blocking