mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed Eunuchs' Intrigues
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Eunuchs' Intrigues
|
||||
ManaCost:2 R
|
||||
Types:Sorcery
|
||||
A:SP$ ChooseCard | Cost$ 2 R | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | Amount$ 1 | Choices$ Creature.YouDontCtrl | SubAbility$ DBPumpAll | RememberChosen$ True | AILogic$ BestBlocker | SpellDescription$ Target opponent chooses a creature he or she controls. Other creatures he or she controls can't block this turn.
|
||||
SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.IsNotRemembered | KW$ HIDDEN CARDNAME can't block.
|
||||
A:SP$ ChooseCard | Cost$ 2 R | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | Amount$ 1 | Choices$ Creature.TargetedPlayerCtrl | SubAbility$ DBPumpAll | RememberChosen$ True | AILogic$ BestBlocker | SpellDescription$ Target opponent chooses a creature he or she controls. Other creatures he or she controls can't block this turn.
|
||||
SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.IsNotRemembered+TargetedPlayerCtrl | KW$ HIDDEN CARDNAME can't block. | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/eunuchs_intrigues.jpg
|
||||
Oracle:Target opponent chooses a creature he or she controls. Other creatures he or she controls can't block this turn.
|
||||
Reference in New Issue
Block a user