mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Runed Servitor to Trigger.
- Added Carrion Thrash, Junk Diver and Myr Retriever.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -817,6 +817,7 @@ res/cardsfolder/carnophage.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/carrier_pigeons.txt -text svneol=native#text/plain
|
res/cardsfolder/carrier_pigeons.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/carrion_ants.txt -text svneol=native#text/plain
|
res/cardsfolder/carrion_ants.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/carrion_call.txt -text svneol=native#text/plain
|
res/cardsfolder/carrion_call.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/carrion_thrash.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/carrion_wall.txt -text svneol=native#text/plain
|
res/cardsfolder/carrion_wall.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/cartographer.txt -text svneol=native#text/plain
|
res/cardsfolder/cartographer.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/carven_caryatid.txt -text svneol=native#text/plain
|
res/cardsfolder/carven_caryatid.txt -text svneol=native#text/plain
|
||||||
@@ -2762,6 +2763,7 @@ res/cardsfolder/jungle_weaver.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/juniper_order_advocate.txt -text svneol=native#text/plain
|
res/cardsfolder/juniper_order_advocate.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/juniper_order_druid.txt -text svneol=native#text/plain
|
res/cardsfolder/juniper_order_druid.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/juniper_order_ranger.txt -text svneol=native#text/plain
|
res/cardsfolder/juniper_order_ranger.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/junk_diver.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/junktroller.txt svneol=native#text/plain
|
res/cardsfolder/junktroller.txt svneol=native#text/plain
|
||||||
res/cardsfolder/juntu_stakes.txt -text svneol=native#text/plain
|
res/cardsfolder/juntu_stakes.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/junun_efreet.txt -text svneol=native#text/plain
|
res/cardsfolder/junun_efreet.txt -text svneol=native#text/plain
|
||||||
@@ -3503,6 +3505,7 @@ res/cardsfolder/myr_enforcer.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/myr_galvanizer.txt -text svneol=native#text/plain
|
res/cardsfolder/myr_galvanizer.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/myr_matrix.txt -text svneol=native#text/plain
|
res/cardsfolder/myr_matrix.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/myr_quadropod.txt -text svneol=native#text/plain
|
res/cardsfolder/myr_quadropod.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/myr_retriever.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/myrsmith.txt -text svneol=native#text/plain
|
res/cardsfolder/myrsmith.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/mystic_crusader.txt -text svneol=native#text/plain
|
res/cardsfolder/mystic_crusader.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/mystic_denial.txt -text svneol=native#text/plain
|
res/cardsfolder/mystic_denial.txt -text svneol=native#text/plain
|
||||||
|
|||||||
10
res/cardsfolder/carrion_thrash.txt
Normal file
10
res/cardsfolder/carrion_thrash.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Carrion Thrash
|
||||||
|
ManaCost:2 B R G
|
||||||
|
Types:Creature Viashino Warrior
|
||||||
|
Text:no text
|
||||||
|
PT:4/4
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | Optional$ True | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you may pay 2. If you do, return another target creature card from your graveyard to your hand.
|
||||||
|
SVar:TrigChange:AB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.Other+YouCtrl | Cost$ 2
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/carrion_thrash.jpg
|
||||||
|
End
|
||||||
11
res/cardsfolder/junk_diver.txt
Normal file
11
res/cardsfolder/junk_diver.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Junk Diver
|
||||||
|
ManaCost:3
|
||||||
|
Types:Artifact Creature Bird
|
||||||
|
Text:no text
|
||||||
|
PT:1/1
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | Optional$ True | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, return another target artifact card from your graveyard to your hand.
|
||||||
|
SVar:TrigChange:AB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Artifact.Other+YouCtrl | Cost$ 0
|
||||||
|
SVar:Rarity:Rare
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/junk_diver.jpg
|
||||||
|
End
|
||||||
10
res/cardsfolder/myr_retriever.txt
Normal file
10
res/cardsfolder/myr_retriever.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Myr Retriever
|
||||||
|
ManaCost:2
|
||||||
|
Types:Artifact Creature Myr
|
||||||
|
Text:no text
|
||||||
|
PT:1/1
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, return another target artifact card from your graveyard to your hand.
|
||||||
|
SVar:TrigChange:AB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Artifact.Other+YouCtrl | Cost$ 0
|
||||||
|
SVar:Rarity:Uncommon
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/myr_retriever.jpg
|
||||||
|
End
|
||||||
@@ -3,7 +3,8 @@ ManaCost:2
|
|||||||
Types:Artifact Creature Construct
|
Types:Artifact Creature Construct
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:2/2
|
PT:2/2
|
||||||
K:WheneverKeyword:PermanentIntoGraveyard:Self:Graveyard:DrawCards/1!DrawCards/1:ControllingPlayer_Self!ControllingPlayer_Opponent:ASAP:No_Condition:No Special Condition:When Runed Servitor is put into a graveyard from the battlefield, each player draws a card.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, each player draws a card.
|
||||||
|
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ Each | NumCards$ 1
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/runed_servitor.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/runed_servitor.jpg
|
||||||
SetInfo:ROE|Uncommon|http://magiccards.info/scans/en/roe/224.jpg
|
SetInfo:ROE|Uncommon|http://magiccards.info/scans/en/roe/224.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user