mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Aura Shards.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -335,6 +335,7 @@ res/cardsfolder/aura_fracture.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/aura_gnarlid.txt -text svneol=native#text/plain
|
res/cardsfolder/aura_gnarlid.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/aura_mutation.txt -text svneol=native#text/plain
|
res/cardsfolder/aura_mutation.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/aura_of_silence.txt -text svneol=native#text/plain
|
res/cardsfolder/aura_of_silence.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/aura_shards.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/auramancer.txt -text svneol=native#text/plain
|
res/cardsfolder/auramancer.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/auratog.txt -text svneol=native#text/plain
|
res/cardsfolder/auratog.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/auriok_bladewarden.txt -text svneol=native#text/plain
|
res/cardsfolder/auriok_bladewarden.txt -text svneol=native#text/plain
|
||||||
|
|||||||
10
res/cardsfolder/aura_shards.txt
Normal file
10
res/cardsfolder/aura_shards.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Aura Shards
|
||||||
|
ManaCost:1 W G
|
||||||
|
Types:Enchantment
|
||||||
|
Text:no text
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Blue+YouCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigDestroy | TriggerDescription$ Whenever a creature enters the battlefield under your control, you may destroy target artifact or enchantment.
|
||||||
|
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment
|
||||||
|
SVar:BuffedBy:Creature
|
||||||
|
SVar:Rarity:Rare
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/aura_shards.jpg
|
||||||
|
End
|
||||||
@@ -2,8 +2,8 @@ Name:Dire Undercurrents
|
|||||||
ManaCost:3 UB UB
|
ManaCost:3 UB UB
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
Text:no text
|
Text:no text
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Blue+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever a blue creature enters the battlefield under your control, you may have target player draw a card.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Blue+YouCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigDraw | TriggerDescription$ Whenever a blue creature enters the battlefield under your control, you may have target player draw a card.
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Black+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Whenever a black creature enters the battlefield under your control, you may have target player discard a card.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Black+YouCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigDiscard | TriggerDescription$ Whenever a black creature enters the battlefield under your control, you may have target player discard a card.
|
||||||
SVar:TrigDraw:AB$Draw | Cost$ 0 | ValidTgts$ Player | NumCards$ 1
|
SVar:TrigDraw:AB$Draw | Cost$ 0 | ValidTgts$ Player | NumCards$ 1
|
||||||
SVar:TrigDiscard:AB$Discard | Cost$ 0 | ValidTgts$ Player | NumCards$ 1 | Mode$ TgtChoose
|
SVar:TrigDiscard:AB$Discard | Cost$ 0 | ValidTgts$ Player | NumCards$ 1 | Mode$ TgtChoose
|
||||||
SVar:BuffedBy:Creature.Blue,Creature.Black
|
SVar:BuffedBy:Creature.Blue,Creature.Black
|
||||||
|
|||||||
Reference in New Issue
Block a user