FIN: 2 more cards (#7592)

This commit is contained in:
Renato Filipe Vidal Santos
2025-05-17 11:37:01 +01:00
committed by GitHub
parent 99390f5967
commit 07bc31f4c1
3 changed files with 24 additions and 1 deletions

View File

@@ -10,6 +10,6 @@ SVar:DBExile:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | Change
SVar:DBPlayThem:DB$ Play | Valid$ Card.IsRemembered+nonLand | ValidZone$ Exile | ValidSA$ Spell | Controller$ You | WithoutManaCost$ True | Amount$ All | ImprintPlayed$ True | Optional$ True | SubAbility$ DBRepeatTwo
SVar:DBRepeatTwo:DB$ RepeatEach | RepeatPlayers$ ImprintedOwner | RepeatSubAbility$ DBLoseLife | SubAbility$ DBCleanup
SVar:DBLoseLife:DB$ LoseLife | Defined$ Remembered | LifeAmount$ X
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True| ClearImprinted$ True
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True | ClearImprinted$ True
SVar:X:Count$ValidAll Card.IsImprinted+OwnedBy Remembered$CardManaCost
Oracle:During your turn, Kefka has indestructible.\nAt the beginning of your end step, exile a card at random from each opponent's graveyard. You may cast any number of spells from among cards exiled this way without paying their mana costs. Then each player who owns a spell you cast this way loses life equal to its mana value.

View File

@@ -0,0 +1,11 @@
Name:Nibelheim Aflame
ManaCost:2 R R
Types:Sorcery
K:Flashback:5 R R
A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | SubAbility$ IgnitionDamage | StackDescription$ SpellDescription | SpellDescription$ Choose target creature you control. It deals damage equal to its power to each other creature. If this spell was cast from a graveyard, discard your hand and draw four cards.
SVar:IgnitionDamage:DB$ DamageAll | ValidCards$ Creature.NotDefinedTargeted | DamageSource$ ParentTarget | NumDmg$ X | SubAbility$ DBDiscard | StackDescription$ None
SVar:DBDiscard:DB$ Discard | Mode$ Hand | ConditionCheckSVar$ Y | ConditionSVarCompare$ GE1 | SubAbility$ DBDraw | StackDescription$ None
SVar:DBDraw:DB$ Draw | NumCards$ 4 | ConditionCheckSVar$ Y | ConditionSVarCompare$ GE1 | StackDescription$ None
SVar:X:ParentTargeted$CardPower
SVar:Y:Count$wasCastFromGraveyard.1.0
Oracle:Choose target creature you control. It deals damage equal to its power to each other creature. If this spell was cast from a graveyard, discard your hand and draw four cards.\nFlashback {5}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)

View File

@@ -0,0 +1,12 @@
Name:Reno and Rude
ManaCost:1 B
Types:Legendary Creature Human Assassin
PT:2/1
K:Menace
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | TriggerZones$ Battlefield | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, exile the top card of that player's library. Then you may sacrifice another creature or artifact. If you do, you may play the exiled card this turn, and mana of any type can be spent to cast it.
SVar:TrigExile:DB$ Dig | Defined$ TriggeredTarget | DigNum$ 1 | ChangeNum$ All | DestinationZone$ Exile | Imprint$ True | SubAbility$ DBSacrifice
SVar:DBSacrifice:DB$ Sacrifice | SacValid$ Artifact.Other,Creature.Other | SacMessage$ other creature or artifact | Optional$ True | RememberSacrificed$ True | SubAbility$ DBEffect
SVar:DBEffect:DB$ Effect | ConditionDefined$ Remembered | ConditionPresent$ Card | StaticAbilities$ STPlay | ForgetOnMoved$ Exile | RememberObjects$ Imprinted | ForgetOtherRemembered$ True | SubAbility$ DBCleanup
SVar:STPlay:Mode$ Continuous | MayPlay$ True | MayPlayIgnoreType$ True | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ You may play the exiled card, and mana of any type can be spent to cast it.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True
Oracle:Menace\nWhenever Reno and Rude deals combat damage to a player, exile the top card of that player's library. Then you may sacrifice another creature or artifact. If you do, you may play the exiled card this turn, and mana of any type can be spent to cast it.