mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Little AI updates.
This commit is contained in:
@@ -6,5 +6,6 @@ SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ WIND
|
|||||||
SVar:SacSelf:DB$ Sacrifice | Defined$ Card.Self | UnlessCost$ X | UnlessXColor$ G | UnlessPayer$ You | UnlessResolveSubs$ WhenPaid | SubAbility$ DBDamageAll | References$ X
|
SVar:SacSelf:DB$ Sacrifice | Defined$ Card.Self | UnlessCost$ X | UnlessXColor$ G | UnlessPayer$ You | UnlessResolveSubs$ WhenPaid | SubAbility$ DBDamageAll | References$ X
|
||||||
SVar:DBDamageAll:DB$ DamageAll | NumDmg$ X | ValidCards$ Creature | ValidPlayers$ Each | References$ X
|
SVar:DBDamageAll:DB$ DamageAll | NumDmg$ X | ValidCards$ Creature | ValidPlayers$ Each | References$ X
|
||||||
SVar:X:Count$CardCounters.WIND
|
SVar:X:Count$CardCounters.WIND
|
||||||
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cyclone.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/cyclone.jpg
|
||||||
Oracle:At the beginning of your upkeep, put a wind counter on Cyclone, then sacrifice Cyclone unless you pay {G} for each wind counter on it. If you pay, Cyclone deals damage equal to the number of wind counters on it to each creature and each player.
|
Oracle:At the beginning of your upkeep, put a wind counter on Cyclone, then sacrifice Cyclone unless you pay {G} for each wind counter on it. If you pay, Cyclone deals damage equal to the number of wind counters on it to each creature and each player.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Horn of Deafening
|
Name:Horn of Deafening
|
||||||
ManaCost:4
|
ManaCost:4
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
A:AB$ Pump | Cost$ 2 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME. | SpellDescription$ Prevent all combat damage that would be dealt by target creature this turn.
|
A:AB$ Pump | Cost$ 2 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME. | IsCurse$ True | SpellDescription$ Prevent all combat damage that would be dealt by target creature this turn.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/horn_of_deafening.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/horn_of_deafening.jpg
|
||||||
Oracle:{2}, {T}: Prevent all combat damage that would be dealt by target creature this turn.
|
Oracle:{2}, {T}: Prevent all combat damage that would be dealt by target creature this turn.
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
All creatures able to block CARDNAME do so.
|
All creatures able to block CARDNAME do so.
|
||||||
|
Banding
|
||||||
CantBeBlockedByAmount LT2
|
CantBeBlockedByAmount LT2
|
||||||
CantBeBlockedByAmount LT3
|
CantBeBlockedByAmount LT3
|
||||||
CARDNAME's activated abilities can't be activated.
|
CARDNAME's activated abilities can't be activated.
|
||||||
|
|||||||
Reference in New Issue
Block a user