mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Added three cards
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -8649,6 +8649,7 @@ res/cardsfolder/r/rib_cage_spider.txt svneol=native#text/plain
|
||||
res/cardsfolder/r/ribbon_snake.txt -text
|
||||
res/cardsfolder/r/ribbons_of_night.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/r/ribbons_of_the_reikai.txt svneol=native#text/plain
|
||||
res/cardsfolder/r/ricochet_trap.txt -text
|
||||
res/cardsfolder/r/riddle_of_lightning.txt svneol=native#text/plain
|
||||
res/cardsfolder/r/riddlekeeper.txt svneol=native#text/plain
|
||||
res/cardsfolder/r/riddlesmith.txt svneol=native#text/plain
|
||||
@@ -11465,6 +11466,7 @@ res/cardsfolder/u/unlikely_alliance.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unliving_psychopath.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unmake.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unmask.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unnatural_hunger.txt -text
|
||||
res/cardsfolder/u/unnatural_predation.txt svneol=native#text/plain
|
||||
res/cardsfolder/u/unnatural_selection.txt -text
|
||||
res/cardsfolder/u/unnatural_speed.txt svneol=native#text/plain
|
||||
@@ -11827,6 +11829,7 @@ res/cardsfolder/v/vodalian_merchant.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vodalian_mystic.txt -text
|
||||
res/cardsfolder/v/vodalian_serpent.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vodalian_soldiers.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/vodalian_war_machine.txt -text
|
||||
res/cardsfolder/v/vodalian_zombie.txt svneol=native#text/plain
|
||||
res/cardsfolder/v/voice_of_all.txt -text
|
||||
res/cardsfolder/v/voice_of_duty.txt svneol=native#text/plain
|
||||
|
||||
9
res/cardsfolder/r/ricochet_trap.txt
Normal file
9
res/cardsfolder/r/ricochet_trap.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Ricochet Trap
|
||||
ManaCost:3 R
|
||||
Types:Instant Trap
|
||||
A:SP$ ChangeTargets | Cost$ 3 R | TargetType$ Spell | ValidTgts$ Card | TargetsSingleTarget$ True | SpellDescription$ Change the target of target spell with a single target.
|
||||
A:SP$ ChangeTargets | Cost$ R | TargetType$ Spell | ValidTgts$ Card | TargetsSingleTarget$ True | CheckSVar$ X | SVarCompare$ GE1 | SpellDescription$ If an opponent cast a blue spell this turn, you may pay R rather than pay CARDNAME's mana cost.
|
||||
SVar:X:Count$ThisTurnCast_Card.Blue+OppCtrl
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ricochet_trap.jpg
|
||||
Oracle:If an opponent cast a blue spell this turn, you may pay {R} rather than pay Ricochet Trap's mana cost.\nChange the target of target spell with a single target.
|
||||
SetInfo:WWK Uncommon
|
||||
11
res/cardsfolder/u/unnatural_hunger.txt
Normal file
11
res/cardsfolder/u/unnatural_hunger.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Unnatural Hunger
|
||||
ManaCost:3 B B
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 3 B B | ValidTgts$ Creature | Card.powerGE3 | AILogic$ Curse
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ EnchantedController | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ At the beginning of the upkeep of enchanted creature's controller, CARDNAME deals damage to that player equal to that creature's power unless he or she sacrifices another creature.
|
||||
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ EnchantedController | NumDmg$ X | References$ X | UnlessCost$ Sac<1/Creature.NotEnchantedBy> | UnlessPayer$ EnchantedController
|
||||
SVar:X:Enchanted$CardPower
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/unnatural_hunger.jpg
|
||||
Oracle:Enchant creature\nAt the beginning of the upkeep of enchanted creature's controller, Unnatural Hunger deals damage to that player equal to that creature's power unless he or she sacrifices another creature.
|
||||
SetInfo:MMQ Rare
|
||||
15
res/cardsfolder/v/vodalian_war_machine.txt
Normal file
15
res/cardsfolder/v/vodalian_war_machine.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Vodalian War Machine
|
||||
ManaCost:1 U U
|
||||
Types:Creature Wall
|
||||
PT:0/4
|
||||
K:Defender
|
||||
A:AB$ Pump | Cost$ tapXType<1/Merfolk> | RememberCostCards$ True | KW$ HIDDEN CARDNAME can attack as though it didn't have defender. | SpellDescription$ CARDNAME can attack this turn as though it didn't have defender.
|
||||
A:AB$ Pump | Cost$ tapXType<1/Merfolk> | RememberCostCards$ True | NumAtt$ +2 | NumDef$ +1 | SpellDescription$ CARDNAME gets +2/+1 until end of turn.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME dies, destroy all Merfolk tapped this turn to pay for its abilities.
|
||||
SVar:TrigDestroy:AB$ DestroyAll | Cost$ 0 | ValidCards$ Merfolk.IsRemembered | SubAbility$ DBCleanup
|
||||
T:Mode$ Phase | Phase$ Cleanup | TriggerZones$ Battlefield | Execute$ DBCleanup | Static$ True
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Exile,Hand,Library,Ante | ValidCard$ Card.Self | Execute$ DBCleanup | Static$ True
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/vodalian_war_machine.jpg
|
||||
Oracle:Defender (This creature can't attack.)\nTap an untapped Merfolk you control: Vodalian War Machine can attack this turn as though it didn't have defender.\nTap an untapped Merfolk you control: Vodalian War Machine gets +2/+1 until end of turn.\nWhen Vodalian War Machine dies, destroy all Merfolk tapped this turn to pay for its abilities.
|
||||
SetInfo:FEM Rare
|
||||
Reference in New Issue
Block a user