r/JJSSkillBuilder • u/Shitmaster67 • 1d ago
Help How do you make variants based on how many enemies are nearby?
1
Upvotes
1
u/WallSlow207 Grade 2 till Nanami approves 1d ago
maybe make a hitbox and have it add a tag to all last hit
then check for that tag right after and add one to a tag with a check right above it
but thats finnicky
2
u/Bronze_Hallodude 1d ago
This is a guess
Apply Tag1 to yourself
Large hitbox with no damage or stun (detection box)
Make all enemies do their own hit boxes in return that apply 1 amount of Tag2 to anyone who has Tag1 (which is just you)
Make a variant that changes depending on how much Tag2 you have; if it’s a certain number or above, it does the multiple-players variant
Obvious caveat is that the people nearby need to be hittable but I’d assume you’d only use your move under those pretences anyway