Page 141 of 141

Re: Card Development Questions

PostPosted: 08 Mar 2021, 00:42
by Flexy
I was pretty close

Re: Card Development Questions

PostPosted: 02 Jul 2021, 15:29
by squee1968
I feel like I'm very close with this, but it's just not right.

Code: Select all
Name:Instrument of the Bards
ManaCost:G
Types:Legendary Artifact
A:AB$ ChangeZone | Cost$ 3 G T | Origin$ Library | Destination$ Hand | ChangeType$ Creature.cmcEQX | ChangeNum$ 1 | RememberChanged$ True | SubAbility$ TrigToken | StackDescription$ SpellDescription | SpellDescription$ Search your library for a creature card with mana value equal to the number of charge counters on CARDNAME, reveal it, and put it into your hand.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Creature.Legendary+IsRemembered | ForgetChanged$ True | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln
DeckHas:Ability$Token
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a charge counter on CARDNAME.
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1
SVar:X:Count$CardCounters.CHARGE
Oracle:At the beginning of your upkeep, you may put a charge counter on Instrument of the Bards.\n{3}{G}{T}: Search your library for a creature card with mana value equal to the number of harmony counters on Instrument of the Bards, reveal it, and put it into your hand. If that card is Legendary, create a Treasure token. Then shuffle your library.
Edited to get it a little closer