mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
added Consume Strength, Jilt, and Leeching Bite
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1477,6 +1477,7 @@ res/cardsfolder/c/conspiracy.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/constant_mists.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/constricting_tendrils.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/consult_the_necrosages.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/consume_strength.txt -text
|
||||
res/cardsfolder/c/consume_the_meek.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/consuming_bonfire.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/consumptive_goo.txt svneol=native#text/plain
|
||||
@@ -3919,6 +3920,7 @@ res/cardsfolder/j/jhoira_of_the_ghitu.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jhoiras_toolbox.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jhovall_queen.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jhovall_rider.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jilt.txt -text
|
||||
res/cardsfolder/j/jin_gitaxias_core_augur.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jiwari_the_earth_aflame.txt svneol=native#text/plain
|
||||
res/cardsfolder/j/jodahs_avenger.txt svneol=native#text/plain
|
||||
@@ -4298,6 +4300,7 @@ res/cardsfolder/l/leaping_lizard.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leatherback_baloth.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leave_no_trace.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leeches.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leeching_bite.txt -text
|
||||
res/cardsfolder/l/leechridden_swamp.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leering_emblem.txt svneol=native#text/plain
|
||||
res/cardsfolder/l/leering_gargoyle.txt svneol=native#text/plain
|
||||
|
||||
9
res/cardsfolder/c/consume_strength.txt
Normal file
9
res/cardsfolder/c/consume_strength.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Consume Strength
|
||||
ManaCost:1 B G
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Pump | Cost$ 1 B G | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | NumAtt$ +2 | NumDef$ +2 | SubAbility$ DBPumpNeg | SpellDescription$ Target creature gets +2/+2 until end of turn. Another target creature gets -2/-2 until end of turn.
|
||||
SVar:DBPumpNeg:DB$ Pump | Cost$ 0 | ValidTgts$ Creature |TgtPrompt$ Select another creature | TargetUnique$ True | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/consume_strength.jpg
|
||||
End
|
||||
10
res/cardsfolder/j/jilt.txt
Normal file
10
res/cardsfolder/j/jilt.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Jilt
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ ChangeZone | Cost$ 1 U | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return target creature to its owner's hand. If CARDNAME was kicked, it deals 2 damage to another target creature.
|
||||
A:SP$ ChangeZone | Cost$ 2 U R | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBDamage | SpellDescription$ Kicker 1 R (You may pay an additional 1 R as you cast this spell.)
|
||||
SVar:DBDamage:DB$ DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select another target creature | TargetUnique$ True | NumDmg$ 2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jilt.jpg
|
||||
End
|
||||
10
res/cardsfolder/l/leeching_bite.txt
Normal file
10
res/cardsfolder/l/leeching_bite.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Leeching Bite
|
||||
ManaCost:1 G
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Pump | Cost$ 1 G | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | NumAtt$ +1 | NumDef$ +1 | SubAbility$ DBPumpNeg | SpellDescription$ Target creature gets +1/+1 until end of turn. Another target creature gets -1/-1 until end of turn.
|
||||
SVar:DBPumpNeg:DB$ Pump | Cost$ 0 | ValidTgts$ Creature |TgtPrompt$ Select another creature | TargetUnique$ True | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/leeching_bite.jpg
|
||||
SetInfo:NPH|Common|http://magiccards.info/scans/en/nph/113.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user