mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed more cards like Stoneforge Mystic (with Card.Self -K).
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -3124,7 +3124,7 @@ res/cardsfolder/hair_strung_koto.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/halberdier.txt -text svneol=native#text/plain
|
res/cardsfolder/halberdier.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/halcyon_glaze.txt -text svneol=native#text/plain
|
res/cardsfolder/halcyon_glaze.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/halimar_depths.txt -text svneol=native#text/plain
|
res/cardsfolder/halimar_depths.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/halimar_excavator.txt svneol=native#text/plain
|
res/cardsfolder/halimar_excavator.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/halimar_wavewatch.txt -text svneol=native#text/plain
|
res/cardsfolder/halimar_wavewatch.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/hallowed_burial.txt -text svneol=native#text/plain
|
res/cardsfolder/hallowed_burial.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/hallowed_fountain.txt -text svneol=native#text/plain
|
res/cardsfolder/hallowed_fountain.txt -text svneol=native#text/plain
|
||||||
@@ -3193,7 +3193,7 @@ res/cardsfolder/heart_of_yavimaya.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/heart_sliver.txt -text svneol=native#text/plain
|
res/cardsfolder/heart_sliver.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/heart_warden.txt -text svneol=native#text/plain
|
res/cardsfolder/heart_warden.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/hearth_charm.txt svneol=native#text/plain
|
res/cardsfolder/hearth_charm.txt svneol=native#text/plain
|
||||||
res/cardsfolder/hearthcage_giant.txt svneol=native#text/plain
|
res/cardsfolder/hearthcage_giant.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/hearthfire_hobgoblin.txt -text svneol=native#text/plain
|
res/cardsfolder/hearthfire_hobgoblin.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/heartlash_cinder.txt svneol=native#text/plain
|
res/cardsfolder/heartlash_cinder.txt svneol=native#text/plain
|
||||||
res/cardsfolder/heartless_hidetsugu.txt svneol=native#text/plain
|
res/cardsfolder/heartless_hidetsugu.txt svneol=native#text/plain
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ ManaCost:W
|
|||||||
Types:Creature Human Soldier Ally
|
Types:Creature Human Soldier Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:0/1
|
PT:0/1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
||||||
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:BuffedBy:Ally
|
SVar:BuffedBy:Ally
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ ManaCost:4 B
|
|||||||
Types:Creature Orge Shaman Ally
|
Types:Creature Orge Shaman Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:3/2
|
PT:3/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have target player lose life equal to the number of Allies you control.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have target player lose life equal to the number of Allies you control.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigLoseLife | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have target player lose life equal to the number of Allies you control.
|
||||||
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | ValidTgts$ Player | LifeAmount$ NumAllies | TgtPrompt$ Select a target player.
|
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | ValidTgts$ Player | LifeAmount$ NumAllies | TgtPrompt$ Select a target player.
|
||||||
SVar:NumAllies:Count$Valid Ally.YouCtrl
|
SVar:NumAllies:Count$Valid Ally.YouCtrl
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
Name:Halimar Excavator
|
Name:Halimar Excavator
|
||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Creature Human Wizard Ally
|
Types:Creature Human Wizard Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:1/3
|
PT:1/3
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player puts the top X cards of his or her library into his or her graveyard, where X is the number of Allies you control.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player puts the top X cards of his or her library into his or her graveyard, where X is the number of Allies you control.
|
||||||
SVar:TrigMill:AB$Mill | Cost$ 0 | ValidTgts$ Player | NumCards$ X | TgtPrompt$ Select a target player. | SpellDescription$ Target player puts the top X cards of his or her library into his or her graveyard, where X is the number of Allies you control.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMill | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player puts the top X cards of his or her library into his or her graveyard, where X is the number of Allies you control.
|
||||||
SVar:X:Count$Valid Ally.YouCtrl
|
SVar:TrigMill:AB$Mill | Cost$ 0 | ValidTgts$ Player | NumCards$ X | TgtPrompt$ Select a target player. | SpellDescription$ Target player puts the top X cards of his or her library into his or her graveyard, where X is the number of Allies you control.
|
||||||
SVar:PlayMain1:TRUE
|
SVar:X:Count$Valid Ally.YouCtrl
|
||||||
SVar:BuffedBy:Ally
|
SVar:PlayMain1:TRUE
|
||||||
SVar:RemRandomDeck:True
|
SVar:BuffedBy:Ally
|
||||||
SVar:Rarity:Uncommon
|
SVar:RemRandomDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/halimar_excavator.jpg
|
SVar:Rarity:Uncommon
|
||||||
SetInfo:WWK|Common|http://magiccards.info/scans/en/wwk/29.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/halimar_excavator.jpg
|
||||||
|
SetInfo:WWK|Common|http://magiccards.info/scans/en/wwk/29.jpg
|
||||||
End
|
End
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
Name:Hearthcage Giant
|
Name:Hearthcage Giant
|
||||||
ManaCost:6 R R
|
ManaCost:6 R R
|
||||||
Types:Creature Giant Warrior
|
Types:Creature Giant Warrior
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:5/5
|
PT:5/5
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put two 3/1 red Elemental Shaman creature tokens onto the battlefield.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put two 3/1 red Elemental Shaman creature tokens onto the battlefield.
|
||||||
SVar:TrigToken:AB$Token | Cost$ 0 | TokenImage$ R 3 1 Elemental Shaman | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2
|
SVar:TrigToken:AB$Token | Cost$ 0 | TokenImage$ R 3 1 Elemental Shaman | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2
|
||||||
A:AB$ Pump | Cost$ Sac<1/Elemental> | ValidTgts$ Creature.Giant | TgtPrompt$ Select target Giant creature | NumAtt$ +3 | NumDef$ +1 | SpellDescription$ Target Giant creature gets +3/+1 until end of turn.
|
A:AB$ Pump | Cost$ Sac<1/Elemental> | ValidTgts$ Creature.Giant | TgtPrompt$ Select target Giant creature | NumAtt$ +3 | NumDef$ +1 | SpellDescription$ Target Giant creature gets +3/+1 until end of turn.
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/hearthcage_giant.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/hearthcage_giant.jpg
|
||||||
SetInfo:LRW|Uncommon|http://magiccards.info/scans/en/lw/174.jpg
|
SetInfo:LRW|Uncommon|http://magiccards.info/scans/en/lw/174.jpg
|
||||||
End
|
End
|
||||||
@@ -3,7 +3,8 @@ ManaCost:1 R
|
|||||||
Types:Creature Human Berserker Ally
|
Types:Creature Human Berserker Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:2/1
|
PT:2/1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain first strike until end of turn.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain first strike until end of turn.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain first strike until end of turn.
|
||||||
SVar:TrigPump:AB$PumpAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | KW$ First Strike
|
SVar:TrigPump:AB$PumpAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | KW$ First Strike
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:BuffedBy:Ally
|
SVar:BuffedBy:Ally
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ ManaCost:3 G
|
|||||||
Types:Creature Elf Rogue Ally
|
Types:Creature Elf Rogue Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:1/4
|
PT:1/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn.
|
||||||
SVar:TrigPump:AB$PumpAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | KW$ Vigilance
|
SVar:TrigPump:AB$PumpAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | KW$ Vigilance
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:BuffedBy:Ally
|
SVar:BuffedBy:Ally
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ Text:no text
|
|||||||
PT:1/1
|
PT:1/1
|
||||||
K:First Strike
|
K:First Strike
|
||||||
K:Vigilance
|
K:Vigilance
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
|
||||||
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:BuffedBy:Ally
|
SVar:BuffedBy:Ally
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ ManaCost:4 R
|
|||||||
Types:Creature Minotaur Warrior Ally
|
Types:Creature Minotaur Warrior Ally
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control.
|
||||||
SVar:TrigPutCounter:AB$PutCounterAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:AB$PutCounterAll | Cost$ 0 | ValidCards$ Ally.YouCtrl | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:BuffedBy:Ally
|
SVar:BuffedBy:Ally
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:2 W
|
|||||||
Types:Creature Kithkin Wizard
|
Types:Creature Kithkin Wizard
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:1/3
|
PT:1/3
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for a Kithkin card, reveal it, then shuffle your library and put that card on top of it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for a Kithkin card, reveal it, then shuffle your library and put that card on top of it.
|
||||||
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Card.Kithkin | ChangeNum$ 1
|
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Card.Kithkin | ChangeNum$ 1
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Types:Enchantment Aura
|
|||||||
Text:no text
|
Text:no text
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
K:enPump:+1/+1
|
K:enPump:+1/+1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card at the beginning of the next turn's upkeep.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card at the beginning of the next turn's upkeep.
|
||||||
SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 1 | NextUpkeep$ True
|
SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 1 | NextUpkeep$ True
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/krovikan_fetish.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/krovikan_fetish.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user