mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Added a couple AI hints
This commit is contained in:
@@ -15,4 +15,5 @@ SVar:DBPutCounter:DB$ PutCounter | Defined$ ChosenCard | CounterType$ P1P1 | Cou
|
||||
SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature | NumAtt$ -4 | NumDef$ -4 | IsCurse$ True | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True
|
||||
DeckHas:Ability$Counters
|
||||
SVar:SplitNeedsToPlay:Creature.YouCtrl+toughnessGE3
|
||||
Oracle:You may put two +1/+1 counters on a creature you control. Then all creatures get -4/-4 until end of turn.
|
||||
|
||||
@@ -6,4 +6,5 @@ T:Mode$ Explores | Execute$ DBPutCounter | ValidCard$ Creature.YouCtrl | Trigger
|
||||
SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterNum$ 1 | CounterType$ P1P1 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 3
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/wildgrowth_walker.jpg
|
||||
SVar:AIPriorityModifier:1
|
||||
Oracle:Whenever a creature you control explores, put a +1/+1 counter on Wildgrowth Walker and you gain 3 life.
|
||||
|
||||
Reference in New Issue
Block a user