User Tools

Site Tools


plugin-card-fusion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin-card-fusion [2024/06/09 14:27] – [Card Passives] banerjeeswplugin-card-fusion [2024/06/09 14:30] (current) – [Yu-Gi-Oh Style Polymerization] banerjeesw
Line 17: Line 17:
 ==== Yu-Gi-Oh Style Polymerization ==== ==== Yu-Gi-Oh Style Polymerization ====
  
 +{{https://static.wikia.nocookie.net/yugioh/images/d/d1/Polymerization-YGLD-FR-C-1E.png?nolink}}
  
 +Yu-Gi-Oh has a card which the player can use to select cards to fuse together. This mechanic can be recreated through clever use of the CoreEngine's extra zones parameters.
 +
 +First, add an extra zone called Polymer. Then, have a Card with the following Card Actions:
 +
 +<code>
 +Move 2 from Hand to Polymer
 +Move All from Polymer to Hand
 +</code>
 +
 +This card will make the player select 2 cards to potentially fuse. If they can't fuse, they will return to the hand immediately. However, if they match IDs in any skill's Card Passive saying:
 +
 +<code>
 +Polymer Fusion Recipe: X, Y
 +</code>
 +
 +They will fuse before the Move All Card Action executes. Then the Move All CA will execute, moving the newly fused card into the hand.
plugin-card-fusion.1717936070.txt.gz · Last modified: 2024/06/09 14:27 by banerjeesw