mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Fatal Attraction, Fool's Demise and Pooling Venom.
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -1980,7 +1980,7 @@ res/cardsfolder/elvish_champion.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_eulogist.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_farmer.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_fury.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_guidance.txt svneol=native#text/plain
|
||||
res/cardsfolder/elvish_guidance.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_handservant.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_harbinger.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/elvish_herder.txt -text svneol=native#text/plain
|
||||
@@ -2203,6 +2203,7 @@ res/cardsfolder/farrelite_priest.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/farseek.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/farsight_mask.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fastbond.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fatal_attraction.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fatal_blow.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fatal_frenzy.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fatal_mutation.txt -text svneol=native#text/plain
|
||||
@@ -2427,6 +2428,7 @@ res/cardsfolder/folk_of_an_havva.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/folk_of_the_pines.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fomori_nomad.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/font_of_mythos.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fools_demise.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/fools_tome.txt svneol=native#text/plain
|
||||
res/cardsfolder/foot_soldiers.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/footbottom_feast.txt -text svneol=native#text/plain
|
||||
@@ -5021,6 +5023,7 @@ res/cardsfolder/polluted_delta.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/polluted_mire.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/ponder.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/pongify.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/pooling_venom.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/porcelain_legionnaire.txt svneol=native#text/plain
|
||||
res/cardsfolder/porphyry_nodes.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/portent.txt svneol=native#text/plain
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
Name:Elvish Guidance
|
||||
ManaCost:2 G
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant Land
|
||||
T:Mode$ TapsForMana | ValidCard$ Card.AttachedBy | Execute$ TrigMana | TriggerDescription$ Whenever enchanted land is tapped for mana, its controller adds G to his or her mana pool for each Elf on the battlefield (in addition to the mana the land produces).
|
||||
SVar:TrigMana:AB$Mana | Cost$ 0 | Produced$ G | Amount$ X
|
||||
SVar:X:Count$Valid Elf
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_guidance.jpg
|
||||
SetInfo:ONS|Common|http://magiccards.info/scans/en/on/255.jpg
|
||||
Name:Elvish Guidance
|
||||
ManaCost:2 G
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant Land
|
||||
T:Mode$ TapsForMana | ValidCard$ Card.AttachedBy | Execute$ TrigMana | TriggerDescription$ Whenever enchanted land is tapped for mana, its controller adds G to his or her mana pool for each Elf on the battlefield (in addition to the mana the land produces).
|
||||
SVar:TrigMana:AB$Mana | Cost$ 0 | Produced$ G | Amount$ X
|
||||
SVar:X:Count$Valid Elf
|
||||
SVar:RemAIDeck:True
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_guidance.jpg
|
||||
SetInfo:ONS|Common|http://magiccards.info/scans/en/on/255.jpg
|
||||
End
|
||||
13
res/cardsfolder/fatal_attraction.txt
Normal file
13
res/cardsfolder/fatal_attraction.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Fatal Attraction
|
||||
ManaCost:2 R
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant Creature Curse
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDamage2 | TriggerDescription$ When CARDNAME enters the battlefield, it deals 2 damage to enchanted creature.
|
||||
SVar:TrigDamage2:AB$DealDamage | Cost$ 0 | Defined$ Enchanted | NumDmg$ 2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDamage4 | TriggerDescription$ At the beginning of your upkeep, CARDNAME deals 4 damage to enchanted creature.
|
||||
SVar:TrigDamage4:AB$DealDamage | Cost$ 0 | Defined$ Enchanted | NumDmg$ 4
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/fatal_attraction.jpg
|
||||
End
|
||||
13
res/cardsfolder/fools_demise.txt
Normal file
13
res/cardsfolder/fools_demise.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Fool's Demise
|
||||
ManaCost:4 U
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant creature
|
||||
K:enPump:0/0
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.AttachedBy | Execute$ TrigChange | TriggerDescription$ When enchanted creature is put into a graveyard, return that card to the battlefield under your control.
|
||||
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | Defined$ TriggeredCard
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, return CARDNAME to its owner's hand.
|
||||
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/fools_demise.jpg
|
||||
End
|
||||
11
res/cardsfolder/pooling_venom.txt
Normal file
11
res/cardsfolder/pooling_venom.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Pooling Venom
|
||||
ManaCost:1 B
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant Land Curse
|
||||
T:Mode$ Taps | ValidCard$ Card.AttachedBy | TriggerZones$ Battlefield | Execute$ TrigLose | TriggerDescription$ Whenever enchanted land becomes tapped, its controller loses 2 life.
|
||||
SVar:TrigLose:AB$LoseLife | Cost$ 0 | Defined$ EnchantedController | LifeAmount$ 2
|
||||
A:AB$ Destroy | Cost$ 3 B | Defined$ Enchanted | SpellDescription$ Destroy enchanted land.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/pooling_venom.jpg
|
||||
End
|
||||
@@ -6,7 +6,7 @@ K:Enchant creature
|
||||
K:enPump:0/0
|
||||
K:stPumpEnchanted:Creature:0/0/SVar=Pump:No Condition:Enchanted creature has "B: This creature gets +1/+1 until end of turn."
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ When enchanted creature is put into a graveyard, return that card to the battlefield under your control.
|
||||
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Defined$ Enchanted | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True
|
||||
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True
|
||||
SVar:Pump:AB$Pump | Cost$ B | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +1/+1 until end of turn.
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/shades_form.jpg
|
||||
|
||||
Reference in New Issue
Block a user