mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Aurification.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -520,6 +520,7 @@ res/cardsfolder/a/aura_of_silence.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/aura_shards.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/auramancer.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/auratog.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/aurification.txt -text
|
||||
res/cardsfolder/a/auriok_bladewarden.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/auriok_champion.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/auriok_edgewright.txt svneol=native#text/plain
|
||||
|
||||
14
res/cardsfolder/a/aurification.txt
Normal file
14
res/cardsfolder/a/aurification.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Aurification
|
||||
ManaCost:2 W W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ DamageDone | ValidSource$ Creature | ValidTarget$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature deals damage to you, put a gold counter on it.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ TriggeredSource | CounterType$ GOLD | CounterNum$ 1
|
||||
S:Mode$ Continuous | Affected$ Creature.countersGE1GOLD | AddType$ Wall | AddKeyword$ Defender | Description$ Each creature with a gold counter on it is a Wall in addition to its other creature types and has defender. (Those creatures can't attack.)
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigRemove | TriggerDescription$ When CARDNAME leaves the battlefield, remove all gold counters from all creatures.
|
||||
SVar:TrigRemove:AB$ RemoveCounterAll | Cost$ 0 | ValidCards$ Creature | CounterType$ GOLD | CounterNum$ 9
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aurification.jpg
|
||||
SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/6.jpg
|
||||
Oracle:Whenever a creature deals damage to you, put a gold counter on it.\nEach creature with a gold counter on it is a Wall in addition to its other creature types and has defender. (Those creatures can't attack.)\nWhen Aurification leaves the battlefield, remove all gold counters from all creatures.
|
||||
End
|
||||
@@ -2,7 +2,7 @@ Name:Dralnu's Crusade
|
||||
ManaCost:1 B R
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
S:Mode$ Continuous | Affected$ Creature.Goblin | AddPower$ 1 | AddToughness$ 1 | AddType$ Zombie | SetColor$ Black | Description$ Goblin creatures get +1/+1.
|
||||
S:Mode$ Continuous | Affected$ Creature.Goblin | AddPower$ 1 | AddToughness$ 1 | Description$ Goblin creatures get +1/+1.
|
||||
S:Mode$ Continuous | Affected$ Goblin | AddType$ Zombie | SetColor$ Black | Description$ All Goblins are black and are Zombies in addition to their other creature types.
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Rare
|
||||
|
||||
Reference in New Issue
Block a user