mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Added Clash of Realities
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1438,6 +1438,7 @@ res/cardsfolder/c/civic_guildmage.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/civic_wayfinder.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/civilized_scholar_homicidal_brute.txt -text
|
||||
res/cardsfolder/c/clairvoyance.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/clash_of_realities.txt -text
|
||||
res/cardsfolder/c/claustrophobia.txt -text
|
||||
res/cardsfolder/c/claws_of_gix.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/claws_of_valakut.txt svneol=native#text/plain
|
||||
|
||||
16
res/cardsfolder/c/clash_of_realities.txt
Normal file
16
res/cardsfolder/c/clash_of_realities.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Name:Clash of Realities
|
||||
ManaCost:3 R
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
S:Mode$ Continuous | Affected$ Creature.Spirit | EffectZone$ Battlefield | AffectedZone$ Exile,Graveyard,Hand,Library | AddTrigger$ CoRSpiritETB | AddSVar$ CoRSpiritDmg | Description$ All Spirits have "When this permanent enters the battlefield, you may have it deal 3 damage to target non-Spirit creature."
|
||||
S:Mode$ Continuous | Affected$ Creature.nonSpirit | EffectZone$ Battlefield | AffectedZone$ Exile,Graveyard,Hand,Library | AddTrigger$ CoRNonETB | AddSVar$ CoRNonDmg | Description$ Non-Spirit creatures have "When this permanent enters the battlefield, you may have it deal 3 damage to target Spirit creature."
|
||||
SVar:CoRSpiritETB:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ TriggeredCardController | TriggerZones$ Battlefield | Execute$ CoRSpiritDmg | TriggerDescription$ When this permanent enters the battlefield, you may have it deal 3 damage to target non-Spirit creature.
|
||||
SVar:CoRSpiritDmg:DB$DealDamage | ValidTgts$ Creature.nonSpirit | TgtPrompt$ Select target non-Spirit creature | NumDmg$ 3
|
||||
SVar:CoRNonETB:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ TriggeredCardController | TriggerZones$ Battlefield | Execute$ CoRNonDmg | TriggerDescription$ When this permanent enters the battlefield, you may have it deal 3 damage to target Spirit creature.
|
||||
SVar:CoRNonDmg:DB$DealDamage | ValidTgts$ Creature.Spirit | TgtPrompt$ Select target Spirit creature | NumDmg$ 3
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/clash_of_realities.jpg
|
||||
SetInfo:BOK|Rare|http://magiccards.info/scans/en/bok/97.jpg
|
||||
Oracle:All Spirits have "When this permanent enters the battlefield, you may have it deal 3 damage to target non-Spirit creature."\nNon-Spirit creatures have "When this creature enters the battlefield, you may have it deal 3 damage to target Spirit creature."
|
||||
End
|
||||
Reference in New Issue
Block a user