mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Neriv and Elsha (TDC) (#7078)
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Creature Minotaur Soldier
|
|||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigExile | IsPresent$ Creature.attacking+Other | NoResolvingCheck$ True | PresentCompare$ GE2 | TriggerDescription$ Battalion — Whenever CARDNAME and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.
|
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigExile | IsPresent$ Creature.attacking+Other | NoResolvingCheck$ True | PresentCompare$ GE2 | TriggerDescription$ Battalion — Whenever CARDNAME and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.
|
||||||
SVar:TrigExile:DB$ Dig | DigNum$ 1 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffect
|
SVar:TrigExile:DB$ Dig | DigNum$ 1 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffect
|
||||||
SVar:DBEffect:DB$ Effect | StaticAbilities$ MayPlay | RememberObjects$ Remembered | ForgetOnMoved$ Exile | SubAbility$ DBCleanup
|
SVar:DBEffect:DB$ Effect | StaticAbilities$ MayPlay | RememberObjects$ Remembered | ForgetOnMoved$ Exile | Duration$ Permanent | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:MayPlay:Mode$ Continuous | Affected$ Card.IsRemembered | CheckSVar$ X | SVarCompare$ GE3 | AffectedZone$ Exile | MayPlay$ True | Description$ During any turn you attacked with three or more creatures, you may play that card.
|
SVar:MayPlay:Mode$ Continuous | Affected$ Card.IsRemembered | CheckSVar$ X | SVarCompare$ GE3 | AffectedZone$ Exile | MayPlay$ True | Description$ During any turn you attacked with three or more creatures, you may play that card.
|
||||||
SVar:X:Count$AttackersDeclared
|
SVar:X:Count$AttackersDeclared
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Elsha, Threefold Master
|
||||||
|
ManaCost:U R W
|
||||||
|
Types:Legendary Creature Djinn Monk
|
||||||
|
PT:1/1
|
||||||
|
K:Trample
|
||||||
|
K:Prowess
|
||||||
|
T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigToken | CombatDamage$ True | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever NICKNAME deals combat damage to a player, create that many 1/1 white Monk creature tokens with prowess.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_monk_prowess | TokenOwner$ You
|
||||||
|
SVar:X:TriggerCount$DamageAmount
|
||||||
|
DeckHas:Ability$Token
|
||||||
|
Oracle:Trample\nProwess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever Elsha deals combat damage to a player, create that many 1/1 white Monk creature tokens with prowess.
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Name:Neriv, Crackling Vanguard
|
||||||
|
ManaCost:2 R W B
|
||||||
|
Types:Legendary Creature Spirit Dragon
|
||||||
|
PT:4/4
|
||||||
|
K:Flying
|
||||||
|
K:Deathtouch
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When NICKNAME enters, create two 1/1 red Goblin creature tokens.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You
|
||||||
|
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | TriggerDescription$ Whenever NICKNAME attacks, exile a number of cards from the top of your library equal to the number of differently named tokens you control. During any turn you attacked with a commander, you may play those cards.
|
||||||
|
SVar:TrigExile:DB$ Dig | Defined$ You | DigNum$ X | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffectYou
|
||||||
|
SVar:DBEffectYou:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ STPlay | SubAbility$ DBCleanup | ForgetOnMoved$ Exile | Duration$ Permanent
|
||||||
|
SVar:STPlay:Mode$ Continuous | MayPlay$ True | Affected$ Card.IsRemembered | AffectedZone$ Exile | CheckSVar$ Y | Description$ During any turn you attacked with a commander, you may play those cards.
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:X:Count$DifferentCardNames_Permanent.token+YouCtrl+inZoneBattlefield
|
||||||
|
SVar:Y:Count$CreaturesAttackedThisTurn Creature.IsCommander+YouCtrl
|
||||||
|
SVar:HasAttackEffect:TRUE
|
||||||
|
Oracle:Flying,deathtouch\nWhen Neriv enters, create two 1/1 red Goblin creature tokens.\nWhenever Neriv attacks, exile a number of cards from the top of your library equal to the number of differently named tokens you control. During any turn you attacked with a commander, you may play those cards.
|
||||||
Reference in New Issue
Block a user