- [XLN] Some fixes.

This commit is contained in:
Agetian
2017-09-17 03:56:45 +00:00
parent 51a2383574
commit 30a1ea7a4f
3 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Name:Angrath's Marauders
ManaCost:5 R R ManaCost:5 R R
Types:Creature Human Pirate Types:Creature Human Pirate
PT:4/4 PT:4/4
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidSource$ Card | ValidTarget$ Permanent,Player | ReplaceWith$ DmgTwice | Description$ If a source would deal damage to a permanent or player, it deals double that damage to that permanent or player instead. R:Event$ DamageDone | ActiveZones$ Battlefield | ValidSource$ Card.YouCtrl | ValidTarget$ Permanent,Player | ReplaceWith$ DmgTwice | Description$ If a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.
SVar:DmgTwice:DB$ ReplaceEffect | VarName$ DamageAmount | VarValue$ X | References$ X SVar:DmgTwice:DB$ ReplaceEffect | VarName$ DamageAmount | VarValue$ X | References$ X
SVar:X:ReplaceCount$DamageAmount/Twice SVar:X:ReplaceCount$DamageAmount/Twice
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE

View File

@@ -3,8 +3,8 @@ ManaCost:3 B
Types:Enchantment Types:Enchantment
T:Mode$ Discarded | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an opponent discards a card, that player loses 2 life. T:Mode$ Discarded | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an opponent discards a card, that player loses 2 life.
SVar:TrigLoseLife:DB$ LoseLife | Defined$ TriggeredCardController | LifeAmount$ 2 SVar:TrigLoseLife:DB$ LoseLife | Defined$ TriggeredCardController | LifeAmount$ 2
T:Mode$ Phase | Phase$ End of Turn | CheckSVar$ RaidTest | Execute$ TrigDiscard | TriggerDescription$ Raid — At the beginning of your end step, if you attacked with a creature this turn, target opponent discards a card. T:Mode$ Phase | Phase$ End of Turn | CheckSVar$ RaidTest | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Raid — At the beginning of your end step, if you attacked with a creature this turn, target opponent discards a card.
SVar:TrigDiscard:AB$ Discard | Cost$ 0 | ValidTgts$ Opponent | NumCards$ 1 | Mode$ TgtChoose SVar:TrigDiscard:DB$ Discard | ValidTgts$ Opponent | NumCards$ 1 | Mode$ TgtChoose
SVar:RaidTest:Count$AttackersDeclared SVar:RaidTest:Count$AttackersDeclared
SVar:Picture:http://www.wizards.com/global/images/magic/general/raiders_wake.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/raiders_wake.jpg
Oracle:Whenever an opponent discards a card, that player loses 2 life.\nRaid — At the beginning of your end step, if you attacked with a creature this turn, target opponent discards a card. Oracle:Whenever an opponent discards a card, that player loses 2 life.\nRaid — At the beginning of your end step, if you attacked with a creature this turn, target opponent discards a card.

View File

@@ -2,7 +2,8 @@ Name:Tilonalli's Skinshifter
ManaCost:2 R ManaCost:2 R
Types:Creature Human Shaman Types:Creature Human Shaman
PT:0/1 PT:0/1
K:Haste
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ DBClone | TriggerZones$ Battlefield | Mandatory$ True | TriggerDescription$ Whenever CARDNAME attacks, it becomes a copy of another target nonlegendary attacking creature until end of turn. T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ DBClone | TriggerZones$ Battlefield | Mandatory$ True | TriggerDescription$ Whenever CARDNAME attacks, it becomes a copy of another target nonlegendary attacking creature until end of turn.
SVar:DBClone:DB$ Clone | CloneTarget$ Self | ValidTgts$ Creature.nonLegendary+Other+attacking | TgtPrompt$ Select target nonlegendary attacking creature to copy | Duration$ UntilEndOfTurn | AILogic$ CloneAttacker SVar:DBClone:DB$ Clone | CloneTarget$ Self | ValidTgts$ Creature.nonLegendary+Other+attacking | TgtPrompt$ Select target nonlegendary attacking creature to copy | Duration$ UntilEndOfTurn | AILogic$ CloneAttacker
SVar:Picture:http://media.wizards.com/2017/xln/en_Vpp3G9u49p.png SVar:Picture:http://media.wizards.com/2017/xln/en_Vpp3G9u49p.png
Oracle:Whenever Tilomalli's Skinshifter attacks, it becomes a copy of another target nonlegendary attacking creature until end of turn. Oracle:Haste\nWhenever Tilomalli's Skinshifter attacks, it becomes a copy of another target nonlegendary attacking creature until end of turn.