I would like a way to select two combatants and have them merge, or fuse.
While I see there are Combatant Recipe ingredients in crafting, i do not wish to utilize the menu screen lists offered by crafting - as I would need to scroll through it to find the appropriate combination.
Instead I was hoping for a menu screen like Group Selection, where I get a view of the combatants, so I can select Combatant A, maybe scroll along a bit and Choose combatant B. Depending on what menu I'm in, this would either fuse them into something new, or merge them making A stronger.

1) This sounds like something that could be done in schematic, but I'm not sure what menu part to bring up to scroll through the combatants like that without using the group option to change the party.
2) Once I have the above sorted, how do i store the selected combatant information into selected data, I think I saw a Store Combatant node, would that be correct?

EDIT:
Okay so I've got Fusion mostly working. However my issue is more to do with adding combatants back into a reserve group after they've been deleted now.
Here's my schematic, It starts by choosing combatant A then deleting it so that it doesn't come up as an option for choice #1. Finally, there's a confirmation. If you choose yes, great a new combatant gets created and put into battle reserves. If you choose no, The combatant you chose as number 1 IS added back, levels and all, but it's not into reserves - instead it's into active, which I do not want. I'm using the same node for both answers, so I don't understand why it changes zones in one method but not the other.
image
image
image
image

Choosing yes, new cactus gets created:
image

Choosing No adds mushroom back into party, but not into reserves.
image

EDIT EDIT: I added a duplicate Join Battle Reserve node and monsters are now in battle reserve. Dunno if that's correct or not, but it works.

Is there a way to create a table for 2 variables, MonsterA and MonsterB type String, Variable results will determine created fusion. So MonsterA variable on X axis, MonsterB variable on Y axis, and the intersection between them is the resultant.

EDIT 3: Thanks to Accassithar and kuolema I/we wrote a node that checks a table and gives the result.

Post edited by fourscoopsplease on
  • Everything solved or do you still need help/info on something?
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Solved for now thanks.
Sign In or Register to comment.