From dd2f9cad54979b5097d4e5d91f9f2a2f6e9df97e Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:04:54 +0200 Subject: [PATCH] Unstoppable Slasher and Dashing Bloodsucker (#6069) * Unstoppable Slasher and Dashing Bloodsucker * Add files via upload --- forge-gui/res/cardsfolder/f/feign_death.txt | 3 +-- .../res/cardsfolder/upcoming/dashing_bloodsucker.txt | 9 +++++++++ .../res/cardsfolder/upcoming/unstoppable_slasher.txt | 11 +++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/dashing_bloodsucker.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/unstoppable_slasher.txt diff --git a/forge-gui/res/cardsfolder/f/feign_death.txt b/forge-gui/res/cardsfolder/f/feign_death.txt index b8a29a88627..c887f725e71 100644 --- a/forge-gui/res/cardsfolder/f/feign_death.txt +++ b/forge-gui/res/cardsfolder/f/feign_death.txt @@ -3,6 +3,5 @@ ManaCost:B Types:Instant A:SP$ Animate | Triggers$ DiesTrigger | ValidTgts$ Creature | StackDescription$ Until end of turn, {c:Targeted} gains "When this creature dies, return it to the battlefield tapped under its owner's control with a +1/+1 counter on it." | SpellDescription$ Until end of turn, target creature gains "When this creature dies, return it to the battlefield tapped under its owner's control with a +1/+1 counter on it." SVar:DiesTrigger:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When this creature dies, return it to the battlefield tapped under its owner's control with a +1/+1 counter on it. -SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | Defined$ TriggeredNewCardLKICopy | SubAbility$ TrigPuCounter -SVar:TrigPuCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | Defined$ TriggeredNewCardLKICopy +SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | Defined$ TriggeredNewCardLKICopy | WithCountersType$ P1P1 Oracle:Until end of turn, target creature gains "When this creature dies, return it to the battlefield tapped under its owner's control with a +1/+1 counter on it." diff --git a/forge-gui/res/cardsfolder/upcoming/dashing_bloodsucker.txt b/forge-gui/res/cardsfolder/upcoming/dashing_bloodsucker.txt new file mode 100644 index 00000000000..58f513604b1 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dashing_bloodsucker.txt @@ -0,0 +1,9 @@ +Name:Dashing Bloodsucker +ManaCost:3 B +Types:Creature Vampire Warrior +PT:2/5 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Eerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, CARDNAME gets +2/+0 and gains lifelink until end of turn. +T:Mode$ FullyUnlock | ValidCard$ Card.Room | ValidPlayer$ You | Secondary$ True | Execute$ TrigPump | TriggerDescription$ $ Eerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, CARDNAME gets +2/+0 and gains lifelink until end of turn. +SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 2 | KW$ Lifelink +DeckNeeds:Type$Enchantment +Oracle:Eerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, Dashing Bloodsucker gets +2/+0 and gains lifelink until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/unstoppable_slasher.txt b/forge-gui/res/cardsfolder/upcoming/unstoppable_slasher.txt new file mode 100644 index 00000000000..d9cff7dcc22 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/unstoppable_slasher.txt @@ -0,0 +1,11 @@ +Name:Unstoppable Slasher +ManaCost:2 B +Types:Creature Zombie Assassin +PT:2/3 +K:Deathtouch +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigLoseLifeOpp | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player loses half their life, rounded up. +SVar:TrigLoseLifeOpp:DB$ LoseLife | Defined$ TriggeredTarget | LifeAmount$ X +T:Mode$ ChangesZone | ValidCard$ Card.Self+!HasCounters | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it. +SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | Defined$ TriggeredCard | WithCountersType$ STUN | WithCountersAmount$ 2 +SVar:X:TriggeredTarget$LifeTotal/HalfUp +Oracle:Deathtouch\nWhenever Unstoppable Slasher deals combat damage to a player, they lose half their life, rounded up.\nWhen Unstoppable Slasher dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it. \ No newline at end of file