mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed Cradle of Vitality.
- Added False Cure.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1325,7 +1325,7 @@ res/cardsfolder/crack_the_earth.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/crackdown.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/crackling_club.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cradle_guard.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cradle_of_vitality.txt svneol=native#text/plain
|
||||
res/cardsfolder/cradle_of_vitality.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cradle_to_grave.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/crafty_pathmage.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/crag_puca.txt -text svneol=native#text/plain
|
||||
@@ -2149,6 +2149,7 @@ res/cardsfolder/fallen_cleric.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fallen_ideal.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fallow_earth.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fallowsage.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/false_cure.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/false_defeat.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/false_demise.txt svneol=native#text/plain
|
||||
res/cardsfolder/false_mourning.txt -text svneol=native#text/plain
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name:Cradle of Vitality
|
||||
ManaCost:3 W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ LifeGained | ValidPlayer$ You | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever you gain life, you may pay 1 W. If you do, put a +1/+1 counter on target creature for each 1 life you gained.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 1 W | Tgt$ TgtC | CounterType$ P1P1 | CounterNum$ X
|
||||
SVar:X:Count$TriggeredLifeAmount
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cradle_of_vitality.jpg
|
||||
SetInfo:ALA|Rare|http://magiccards.info/scans/en/ala/7.jpg
|
||||
Name:Cradle of Vitality
|
||||
ManaCost:3 W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ LifeGained | ValidPlayer$ You | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you gain life, you may pay 1 W. If you do, put a +1/+1 counter on target creature for each 1 life you gained.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 1 W | Tgt$ TgtC | CounterType$ P1P1 | CounterNum$ X
|
||||
SVar:X:Count$TriggeredLifeAmount
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cradle_of_vitality.jpg
|
||||
SetInfo:ALA|Rare|http://magiccards.info/scans/en/ala/7.jpg
|
||||
End
|
||||
12
res/cardsfolder/false_cure.txt
Normal file
12
res/cardsfolder/false_cure.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:False Cure
|
||||
ManaCost:B B
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Effect | Cost$ B B | Name$ False Cure Effect | Triggers$ GainLife | SVars$ TrigLoseLife,X | SpellDescription$ Until end of turn, whenever a player gains life, that player loses 2 life for each 1 life he or she gained.
|
||||
SVar:GainLife:Mode$ LifeGained | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a player gains life, that player loses 2 life for each 1 life he or she gained.
|
||||
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ TriggeredPlayer | LifeAmount$ X
|
||||
SVar:X:Count$TriggeredLifeAmount/Times.2
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/false_cure.jpg
|
||||
End
|
||||
@@ -9,7 +9,8 @@ constructed
|
||||
2 Leonin Den-Guard
|
||||
2 Sunspear Shikari
|
||||
2 Stoneforge Mystic
|
||||
2 Myr Adapter
|
||||
1 Myr Adapter
|
||||
1 Training Drone
|
||||
1 Kemba, Kha Regent
|
||||
1 Loxodon Punisher
|
||||
1 Skyhunter Cub
|
||||
|
||||
Reference in New Issue
Block a user