This commit is contained in:
Simisays
2022-11-24 07:33:34 +01:00
parent 1df759e60f
commit 08a01403a2
4 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
Name:Auntie Blythe, Bad Influence
Name:Auntie Blyte, Bad Influence
ManaCost:2 R
Types:Legendary Creature Devil Advisor
PT:2/2
@@ -6,7 +6,8 @@ K:Flying
T:Mode$ DamageDoneOnce | Execute$ TrigCounter | ValidTarget$ You | ValidSource$ Card.YouCtrl,Emblem.YouCtrl | TriggerZones$ Battlefield | TriggerDescription$ Whenever a source you control deals damage to you, put that many +1/+1 counters on CARDNAME.
SVar:TrigCounter:DB$ PutCounter | Defined$ Self | CounterAmount$ Y | CounterType$ P1P1
SVar:Y:TriggerCount$DamageAmount
A:AB$ DealDamage | Cost$ 1 R T SubCounter<X/P1P1> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ X | SpellDescription$ NICKNAME deals X damage to any target.
A:AB$ DealDamage | Cost$ 1 R T SubCounter<X/P1P1/NICKNAME> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ X | SpellDescription$ It deals X damage to any target.
SVar:X:Count$xPaid
DeckHas:Ability$Counters
Oracle:Flying\nWhenever a source you control deals damage to you, put that many +1/+1 counters on Auntie Blythe, Bad Influence. {1}{R}, {T}, Remove X +1/+1 counters from Auntie Blyte: It deals X damage to any target.
AI:RemoveDeck:Random
Oracle:Flying\nWhenever a source you control deals damage to you, put that many +1/+1 counters on Auntie Blyte, Bad Influence. {1}{R}, {T}, Remove X +1/+1 counters from Auntie Blyte: It deals X damage to any target.

View File

@@ -5,8 +5,7 @@ PT:4/5
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 3.
SVar:TrigScry:DB$ Scry | ScryNum$ 3
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigChangeZone | TriggerDescription$ Whenever CARDNAME attacks, you may return another creature you control to it's owner's hand. If you do, CARDNAME can't be blocked this turn.
SVar:TrigChangeZone:DB$ ChangeZone | Optional$ True | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Creature.YouCtrl+Other | SelectPrompt$ Select another creature you control | ChangeNum$ 1 | RememberChanged$ True | SubAbility$ DBUnblockable
SVar:DBUnblockable:DB$ Effect | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | RememberObjects$ TriggeredAttacker | ForgetOtherRemembered$ True | ExileOnMoved$ Battlefield | StaticAbilities$ Unblockable | SubAbility$ DBCleanup
SVar:TrigUnblockable:DB$ Effect | Cost$ Return<1/Creature> | RememberObjects$ TriggeredAttacker | ExileOnMoved$ Battlefield | StaticAbilities$ Unblockable | SubAbility$ DBCleanup
SVar:Unblockable:Mode$ CantBlockBy | ValidAttacker$ Card.IsRemembered | Description$ This creature can't be blocked this turn.
SVar:Cleanup:DB$ Cleanup | ClearRemembered$ True
SVar:HasAttackEffect:TRUE

View File

@@ -1,4 +1,4 @@
Name:War Instrument
Name:Instruments of War
ManaCost:4
Types:Artifact
K:Flash

View File

@@ -2,6 +2,7 @@ Name:Rampaging Growth
ManaCost:3 G
Types:Instant
A:SP$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Land.Basic | RememberChanged$ True | ChangeNum$ 1 | SubAbility$ DBAnimate | SpellDescription$ Search your library for a basic land card and put that card onto the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land.
SVar:DBAnimate:DB$ Animate | Defined$ Remembered | Power$ 4 | Toughness$ 3 | Types$ Creature,Insect | Colors$ Green | Keywords$ Haste & Reach | StackDescription$ None | SubAbility$ DBCleanup
SVar:DBAnimate:DB$ Animate | Defined$ Remembered | Power$ 4 | Toughness$ 3 | Types$ Creature,Insect | Keywords$ Haste & Reach | StackDescription$ None | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
DeckHas:Type$Insect
Oracle:Search your library for a basic land card and put that card onto the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land.