mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Reverted a change in the Orchard Elemental post-update script.
This commit is contained in:
@@ -3,8 +3,10 @@ ManaCost:5 G
|
|||||||
Types:Creature Elemental
|
Types:Creature Elemental
|
||||||
PT:2/2
|
PT:2/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Council's dilemma — When CARDNAME enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on CARDNAME for each sprout vote. You gain 3 life for each harvest vote.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Council's dilemma — When CARDNAME enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on CARDNAME for each sprout vote. You gain 3 life for each harvest vote.
|
||||||
SVar:TrigChangeZone:AB$ Vote | Cost$ 0 | Defined$ Player | StoreVoteNum$ True | VoteType$ Sprout,Harvest | SubAbility$ DBVoteSprout
|
SVar:TrigChangeZone:DB$ Vote | Defined$ Player | StoreVoteNum$ True | VoteType$ Sprout,Harvest | SubAbility$ DBVoteSprout
|
||||||
SVar:DBVoteSprout:DB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ VoteNumSprout/Times.2 | SubAbility$ DBVoteHarvest
|
SVar:DBVoteSprout:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ Life | SubAbility$ DBVoteHarvest
|
||||||
SVar:DBVoteHarvest:DB$ GainLife | Cost$ 0 | LifeAmount$ VoteNumHarvest/Times.3 | Defined$ You
|
SVar:DBVoteHarvest:DB$ GainLife | LifeAmount$ Counters | Defined$ You
|
||||||
|
SVar:Life:SVar$VoteNumSprout/Times.2
|
||||||
|
SVar:Counters:SVar$VoteNumHarvest/Times.3
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/orchard_elemental.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/orchard_elemental.jpg
|
||||||
Oracle:Council's dilemma — When Orchard Elemental enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on Orchard Elemental for each sprout vote. You gain 3 life for each harvest vote.
|
Oracle:Council's dilemma — When Orchard Elemental enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on Orchard Elemental for each sprout vote. You gain 3 life for each harvest vote.
|
||||||
Reference in New Issue
Block a user