Skip to content

Commit

Permalink
Update fae_offering.txt
Browse files Browse the repository at this point in the history
Token created at once
  • Loading branch information
Hanmac authored Feb 5, 2024
1 parent 935b4bb commit af3b1c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions forge-gui/res/cardsfolder/f/fae_offering.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Name:Fae Offering
ManaCost:2 G
Types:Enchantment
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ Z | SVarCompare$ GE2 | Execute$ TrigTokenClue | TriggerDescription$ At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.
SVar:TrigTokenClue:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | SubAbility$ TrigTokenFood
SVar:TrigTokenFood:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | SubAbility$ TrigTokenTreasure
SVar:TrigTokenTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ Z | SVarCompare$ GE2 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw,c_a_food_sac,c_a_treasure_sac | TokenOwner$ You
SVar:X:Count$ThisTurnCast_Creature.YouCtrl/LimitMax.1
SVar:Y:Count$ThisTurnCast_Card.nonCreature+YouCtrl/LimitMax.1
SVar:Z:SVar$X/Plus.Y
Expand Down

0 comments on commit af3b1c1

Please sign in to comment.