mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
cards: fix by Force
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Name:By Force
|
||||
ManaCost:X R
|
||||
Types:Sorcery
|
||||
A:SP$ Destroy | Cost$ X R | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Artifacts | TgtPrompt$ Select target snow land | References$ X,MaxTgts | SpellDescription$ Destroy X target artifacts.
|
||||
A:SP$ Destroy | Cost$ X R | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Artifact | TgtPrompt$ Select target artifacts | References$ X,MaxTgts | SpellDescription$ Destroy X target artifacts.
|
||||
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
||||
SVar:X:Targeted$Amount
|
||||
SVar:MaxTgts:Count$Valid Artifact
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/by_force.jpg
|
||||
Oracle:Destroy X target artifacts.
|
||||
Oracle:Destroy X target artifacts.
|
||||
|
||||
Reference in New Issue
Block a user