diff --git a/.gitattributes b/.gitattributes index 6c379d02116..94a6f5830e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1217,6 +1217,7 @@ res/cardsfolder/b/bottled_cloister.txt -text res/cardsfolder/b/bottomless_pit.txt svneol=native#text/plain res/cardsfolder/b/bottomless_vault.txt svneol=native#text/plain res/cardsfolder/b/bouncing_beebles.txt svneol=native#text/plain +res/cardsfolder/b/bound_determined.txt -text res/cardsfolder/b/bound_in_silence.txt svneol=native#text/plain res/cardsfolder/b/boundless_realms.txt -text res/cardsfolder/b/bounteous_kirin.txt svneol=native#text/plain @@ -4906,6 +4907,7 @@ res/cardsfolder/h/hisokas_defiance.txt svneol=native#text/plain res/cardsfolder/h/hisokas_guard.txt svneol=native#text/plain res/cardsfolder/h/hissing_iguanar.txt svneol=native#text/plain res/cardsfolder/h/hissing_miasma.txt svneol=native#text/plain +res/cardsfolder/h/hit_run.txt -text res/cardsfolder/h/hive_mind.txt -text res/cardsfolder/h/hivestone.txt svneol=native#text/plain res/cardsfolder/h/hivis_of_the_scale.txt svneol=native#text/plain diff --git a/res/cardsfolder/b/bound_determined.txt b/res/cardsfolder/b/bound_determined.txt new file mode 100644 index 00000000000..d58bdf05c94 --- /dev/null +++ b/res/cardsfolder/b/bound_determined.txt @@ -0,0 +1,24 @@ +Name:Bound +ManaCost:3 B G +AlternateMode: Split +Types:Instant +A:SP$ Sacrifice | Cost$ 3 B G | SacValid$ Creature | RememberSacrificed$ True | SubAbility$ DBReturnChoose | SpellDescription$ Sacrifice a creature. Return up to X cards from your graveyard to your hand, where X is the number of colors that creature was. Exile this card. +SVar:DBReturnChoose:DB$ ChooseCard | Defined$ You | Choices$ Card.YouOwn | ChoiceZone$ Graveyard | Amount$ X | References$ X | SubAbility$ DBReturn +SVar:DBReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | Defined$ ChosenCard | SubAbility$ ExileSelf +SVar:ExileSelf:DB$ ChangeZone | Origin$ Stack | Destination$ Exile | Defined$ Self | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:RememberedLKI$CardNumColors +SVar:Picture:http://www.wizards.com/global/images/magic/general/bounddetermined.jpg +Oracle:Sacrifice a creature. Return up to X cards from your graveyard to your hand, where X is the number of colors that creature was. Exile this card. + +ALTERNATE + +Name:Determined +ManaCost:U G +Types:Instant +A:SP$ Effect | Cost$ U G | StaticAbilities$ STCantbeCountered | SubAbility$ DBDraw | SpellDescription$ Other spells you control can't be countered by spells or abilities this turn. Draw a card. +SVar:STCantbeCountered:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Stack | Affected$ Card.YouCtrl | AddHiddenKeyword$ CARDNAME can't be countered. | Description$ Other spells you control can't be countered by spells or abilities this turn. +SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 +Oracle:Other spells you control can't be countered by spells or abilities this turn.\nDraw a card. + +SetInfo:DIS Rare \ No newline at end of file diff --git a/res/cardsfolder/h/hit_run.txt b/res/cardsfolder/h/hit_run.txt new file mode 100644 index 00000000000..cfb2d33a991 --- /dev/null +++ b/res/cardsfolder/h/hit_run.txt @@ -0,0 +1,21 @@ +Name:Hit +ManaCost:1 B R +AlternateMode: Split +Types:Instant +A:SP$ Sacrifice | Cost$ 1 B R | ValidTgts$ Player | SacValid$ Creature,Artifact | SacMessage$ Creature or Artifact | RememberSacrificed$ True | SubAbility$ DBDmg | SpellDescription$ Target player sacrifices an artifact or creature. Hit deals damage to that player equal to that permanent's converted mana cost. +SVar:DBDmg:DB$ DealDamage | NumDmg$ X | References$ X | Defined$ Targeted | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Remembered$CardManaCost +SVar:Picture:http://www.wizards.com/global/images/magic/general/hitrun.jpg +Oracle:Target player sacrifices an artifact or creature. Hit deals damage to that player equal to that permanent's converted mana cost. + +ALTERNATE + +Name:Run +ManaCost:3 R G +Types:Instant +A:SP$ PumpAll | Cost$ 3 R G | ValidCards$ Creature.attacking+YouCtrl | NumAtt$ +Y | References$ Y | SpellDescription$ Attacking creatures you control get +1/+0 until end of turn for each other attacking creature. +SVar:Y:Count$Valid Creature.attacking/Minus.1 +Oracle:Attacking creatures you control get +1/+0 until end of turn for each other attacking creature. + +SetInfo:DIS Uncommon \ No newline at end of file