mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Scythe Tiger.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -7491,6 +7491,7 @@ res/cardsfolder/s/scuttlemutt.txt -text
|
||||
res/cardsfolder/s/scuttling_death.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/scuzzback_marauders.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/scuzzback_scrapper.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/scythe_tiger.txt -text
|
||||
res/cardsfolder/s/sea_drake.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/sea_eagle.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/sea_gate_loremaster.txt svneol=native#text/plain
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Plant Elemental
|
||||
Text:no text
|
||||
PT:3/4
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you sacrifice a Forest.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Swamp | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Forest | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:DBSacSelf:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Elemental
|
||||
Text:no text
|
||||
PT:8/8
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you sacrifice three Forests.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Swamp | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Forest | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:DBSacSelf:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT3
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Elephant
|
||||
Text:no text
|
||||
PT:3/3
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you sacrifice a Forest.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Swamp | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Forest | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:DBSacSelf:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
|
||||
17
res/cardsfolder/s/scythe_tiger.txt
Normal file
17
res/cardsfolder/s/scythe_tiger.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Name:Scythe Tiger
|
||||
ManaCost:G
|
||||
Types:Creature Cat
|
||||
Text:no text
|
||||
PT:3/2
|
||||
K:Shroud
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you sacrifice a Land.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 3 | SacValid$ Land | RememberSacrificed$ True | Optional$ True | SubAbility$ DBSacSelf
|
||||
SVar:DBSacSelf:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
SVar:NeedsToPlay:Forest.YouCtrl
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/scythe_tiger.jpg
|
||||
SetInfo:ZEN|Common|http://magiccards.info/scans/en/zen/183.jpg
|
||||
Oracle:Shroud (This creature can't be the target of spells or abilities.)\nWhen Scythe Tiger enters the battlefield, sacrifice it unless you sacrifice a land.
|
||||
End
|
||||
Reference in New Issue
Block a user