mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added Vigorous Charge, and Vintara Elephant (thanks Squee)
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -9898,6 +9898,7 @@ res/cardsfolder/v/vigilant_martyr.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vigilant_sentry.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vigor.txt -text
|
||||
res/cardsfolder/v/vigor_mortis.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/v/vigorous_charge.txt -text
|
||||
res/cardsfolder/v/vile_deacon.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vile_requiem.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/village_bell_ringer.txt -text
|
||||
@@ -9914,6 +9915,7 @@ res/cardsfolder/v/vine_kami.txt -text
|
||||
res/cardsfolder/v/vine_trellis.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vinelasher_kudzu.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vines_of_vastwood.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vintara_elephant.txt -text
|
||||
res/cardsfolder/v/vintara_snapper.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/violent_eruption.txt -text
|
||||
res/cardsfolder/v/violent_outburst.txt svneol=native#text/plain
|
||||
|
||||
17
res/cardsfolder/v/vigorous_charge.txt
Normal file
17
res/cardsfolder/v/vigorous_charge.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Name:Vigorous Charge
|
||||
ManaCost:G
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Pump | Cost$ G | ValidTgts$ Creature | KW$ Trample | SpellDescription$ Target creature gains trample until end of turn. Whenever that creature deals combat damage this turn, if CARDNAME was kicked, you gain life equal to that damage.
|
||||
A:SP$ Pump | Cost$ G W | SetAsKicked$ True | ValidTgts$ Creature | KW$ Trample | SubAbility$ VigorousPumping | SpellDescription$ Kicker W (You may pay an additional W as you cast this spell.)
|
||||
SVar:VigorousPumping:DB$ Effect | Cost$ 2 G | TgtPrompt$ Select target creature | Triggers$ TrigDamage,EndTrackingEffect | SVars$ VigorousLife,X,ExileEffect | RememberObjects$ Targeted
|
||||
SVar:TrigDamage:Mode$ DamageDone | ValidSource$ Creature.IsRemembered | CombatDamage$ True | Execute$ VigorousLife | CombatDamage$ True | TriggerDescription$ Whenever the targeted creature deals combat damage this turn, you gain life equal to that damage.
|
||||
SVar:VigorousLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X
|
||||
SVar:X:TriggerCount$DamageAmount
|
||||
SVar:EndTrackingEffect:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Any | Execute$ ExileEffect | Static$ True
|
||||
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/vigorous_charge.jpg
|
||||
SetInfo:INV|Common|http://magiccards.info/scans/en/in/222.jpg
|
||||
Oracle:Kicker {W} (You may pay an additional {W} as you cast this spell.)\nTarget creature gains trample until end of turn. Whenever that creature deals combat damage this turn, if Vigorous Charge was kicked, you gain life equal to that damage.
|
||||
End
|
||||
12
res/cardsfolder/v/vintara_elephant.txt
Normal file
12
res/cardsfolder/v/vintara_elephant.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Vintara Elephant
|
||||
ManaCost:4 G
|
||||
Types:Creature Elephant
|
||||
Text:no text
|
||||
PT:4/3
|
||||
K:Trample
|
||||
A:AB$ Debuff | Cost$ 3 | Defined$ Self | Keywords$ Trample | AnyPlayer$ True | SpellDescription$ CARDNAME loses trample until end of turn. Any player may activate this ability.
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/vintara_elephant.jpg
|
||||
SetInfo:PCY|Common|http://magiccards.info/scans/en/pr/131.jpg
|
||||
Oracle:Trample\n{3}: Vintara Elephant loses trample until end of turn. Any player may activate this ability.
|
||||
End
|
||||
Reference in New Issue
Block a user