mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge branch 'fixplaymain1' into 'master'
Fix PlayMain1 scripts See merge request core-developers/forge!4576
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Enchantment
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigAnimate | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigAnimate | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn.
|
||||
SVar:TrigAnimate:DB$ Animate | Defined$ Self | Power$ 5 | Toughness$ 5 | Types$ Creature,Demon | Keywords$ Flying & Haste
|
||||
SVar:PlayMain1:Always
|
||||
SVar:PlayMain1:ALWAYS
|
||||
SVar:BuffedBy:Enchantment
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/daxoss_torment.jpg
|
||||
Oracle:Constellation — Whenever Daxos's Torment or another enchantment enters the battlefield under your control, Daxos's Torment becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn.
|
||||
@@ -3,6 +3,6 @@ ManaCost:2 R
|
||||
Types:Enchantment
|
||||
T:Mode$ Cycled | ValidCard$ Card.YouOwn | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigAnimate | TriggerDescription$ Whenever you cycle a card, you may have CARDNAME become a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn.
|
||||
SVar:TrigAnimate:DB$ Animate | Defined$ Self | Power$ 5 | Toughness$ 4 | Types$ Creature,Dinosaur | Keywords$ Trample & Haste
|
||||
SVar:PlayMain1:Always
|
||||
SVar:PlayMain1:ALWAYS
|
||||
DeckHas:Type$Dinosaur
|
||||
Oracle:Whenever you cycle a card, you may have Reptilian Reflection become a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn.
|
||||
|
||||
Reference in New Issue
Block a user