Re: Card Development Questions
When an ability has both a positive and a negative effect, should it be coded with IsCurse$ True ? I am thinking yes but want to verify so that we are consistent in our card treatment. See the card I am working on below. Holding on commit until I get feedback.
- Code: Select all
Name:Thorntooth Witch
ManaCost:5 B
Types:Creature Treefolk Shaman
Text:no text
PT:3/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Treefolk.Other+YouCtrl | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a Treefolk spell, you may have target creature get +3/-3 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 3 | NumDef$ -3 | IsCurse$ True
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/thorntooth_witch.jpg
SetInfo:LRW|Uncommon|http://magiccards.info/scans/en/lw/144.jpg
End