mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge branch 'master' into 'master'
Added an AI logic parameter to Bond of Discipline similar to Cryptic Command See merge request core-developers/forge!1869
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name:Bond of Discipline
|
||||
ManaCost:4 W
|
||||
Types:Sorcery
|
||||
A:SP$ TapAll | Cost$ 4 W | ValidCards$ Creature.OppCtrl | SubAbility$ DBPumpAll | SpellDescription$ Tap all creatures your opponents control. Creatures you control gain lifelink until end of turn.
|
||||
A:SP$ TapAll | Cost$ 4 W | ValidCards$ Creature.OppCtrl | AILogic$ AtLeast3 | SubAbility$ DBPumpAll | SpellDescription$ Tap all creatures your opponents control. Creatures you control gain lifelink until end of turn.
|
||||
SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Lifelink
|
||||
Oracle:Tap all creatures your opponents control. Creatures you control gain lifelink until end of turn.
|
||||
|
||||
Reference in New Issue
Block a user