mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
cards: Egg now is a creature type again
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Name:Dragon Egg
|
Name:Dragon Egg
|
||||||
ManaCost:2 R
|
ManaCost:2 R
|
||||||
Types:Creature Dragon
|
Types:Creature Dragon Egg
|
||||||
PT:0/2
|
PT:0/2
|
||||||
K:Defender
|
K:Defender
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn".
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn".
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name:Electryte
|
Name:Electryte
|
||||||
ManaCost:3 R R
|
ManaCost:3 R R
|
||||||
Types:Creature Beast
|
Types:Creature Trilobite Beast
|
||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDmgBlockers | TriggerDescription$ Whenever CARDNAME deals combat damage to defending player, it deals damage equal to its power to each blocking creature.
|
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDmgBlockers | TriggerDescription$ Whenever CARDNAME deals combat damage to defending player, it deals damage equal to its power to each blocking creature.
|
||||||
SVar:TrigDmgBlockers:DB$DamageAll | ValidCards$ Creature.blocking | NumDmg$ X | ValidDescription$ each blocking creature | References$ X
|
SVar:TrigDmgBlockers:DB$DamageAll | ValidCards$ Creature.blocking | NumDmg$ X | ValidDescription$ each blocking creature | References$ X
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
Name:Ludevic's Test Subject
|
Name:Ludevic's Test Subject
|
||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Creature Lizard
|
Types:Creature Lizard Egg
|
||||||
PT:0/3
|
PT:0/3
|
||||||
K:Defender
|
K:Defender
|
||||||
A:AB$PutCounter | Cost$ 1 U | Defined$ Self | CounterType$ HATCHLING | CounterNum$ 1 | SubAbility$ DBTransform | SpellDescription$ Put a hatchling counter on CARDNAME. Then if there are five or more hatchling counters on it, remove all of them and transform it.
|
A:AB$PutCounter | Cost$ 1 U | Defined$ Self | CounterType$ HATCHLING | CounterNum$ 1 | SubAbility$ DBBranch | SpellDescription$ Put a hatchling counter on CARDNAME. Then if there are five or more hatchling counters on it, remove all of them and transform it.
|
||||||
SVar:DBRemCounter:DB$ RemoveCounter | CounterType$ HATCHLING | CounterNum$ All | ConditionCheckSVar$ X | References$ X
|
SVar:DBBranch:DB$ Branch | BranchConditionSVar$ XMarksTheSpot | References$ XMarksTheSpot | TrueSubAbility$ DBRemoveCtrs
|
||||||
SVar:DBTransform:DB$SetState | Defined$ Self | ConditionCheckSVar$ X | SubAbility$ DBRemCounter | Mode$ Transform | References$ X
|
SVar:DBRemoveCtrs:DB$ RemoveCounter | Defined$ Self | CounterType$ HATCHLING | CounterNum$ All | SubAbility$ DBTransform
|
||||||
SVar:X:Count$Valid Card.Self+counters_GE5_HATCHLING
|
SVar:DBTransform:DB$ SetState | Defined$ Self | Mode$ Transform
|
||||||
SVar:All:Count$CardCounters.HATCHLING
|
SVar:XMarksTheSpot:Count$Valid Card.Self+counters_GE5_HATCHLING
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ludevics_test_subject.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/ludevics_test_subject.jpg
|
||||||
AlternateMode:DoubleFaced
|
AlternateMode:DoubleFaced
|
||||||
Oracle:Defender\n{1}{U}: Put a hatchling counter on Ludevic's Test Subject. Then if there are five or more hatchling counters on it, remove all of them and transform it.
|
Oracle:Defender\n{1}{U}: Put a hatchling counter on Ludevic's Test Subject. Then if there are five or more hatchling counters on it, remove all of them and transform it.
|
||||||
@@ -20,8 +20,5 @@ Colors:blue
|
|||||||
Types:Creature Lizard Horror
|
Types:Creature Lizard Horror
|
||||||
PT:13/13
|
PT:13/13
|
||||||
K:Trample
|
K:Trample
|
||||||
#Special case: SVars must be here as well because by the time it's needed, the card will have transformed.
|
|
||||||
SVar:X:Count$Valid Card.Self+counters_GE5_HATCHLING
|
|
||||||
SVar:All:Count$CardCounters.HATCHLING
|
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ludevics_abomination.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/ludevics_abomination.jpg
|
||||||
Oracle:Trample
|
Oracle:Trample
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
Name:Roc Egg
|
Name:Roc Egg
|
||||||
ManaCost:2 W
|
ManaCost:2 W
|
||||||
Types:Creature Bird
|
Types:Creature Bird Egg
|
||||||
PT:0/3
|
PT:0/3
|
||||||
K:Defender
|
K:Defender
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 white Bird creature token with flying.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 white Bird creature token with flying.
|
||||||
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ TriggeredCardController | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying
|
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ TriggeredCardController | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying
|
||||||
SVar:SacMe:4
|
SVar:SacMe:4
|
||||||
|
DeckHas:Ability$Token
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/roc_egg.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/roc_egg.jpg
|
||||||
Oracle:Defender (This creature can't attack.)\nWhen Roc Egg dies, create a 3/3 white Bird creature token with flying.
|
Oracle:Defender (This creature can't attack.)\nWhen Roc Egg dies, create a 3/3 white Bird creature token with flying.
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
Name:Rukh Egg
|
Name:Rukh Egg
|
||||||
ManaCost:3 R
|
ManaCost:3 R
|
||||||
Types:Creature Bird
|
Types:Creature Bird Egg
|
||||||
PT:0/3
|
PT:0/3
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DelTrigLeaves | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DelTrigLeaves | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
||||||
SVar:DelTrigLeaves:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ Create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
SVar:DelTrigLeaves:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ Create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
||||||
SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ Red | TokenKeywords$ Flying | TokenPower$ 4 | TokenToughness$ 4 | TokenAmount$ 1
|
SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ Red | TokenKeywords$ Flying | TokenPower$ 4 | TokenToughness$ 4 | TokenAmount$ 1
|
||||||
SVar:SacMe:4
|
SVar:SacMe:4
|
||||||
|
DeckHas:Ability$Token
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rukh_egg.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/rukh_egg.jpg
|
||||||
Oracle:When Rukh Egg dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
Oracle:When Rukh Egg dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ ManaCost:1 R
|
|||||||
Types:Creature Human Wizard
|
Types:Creature Human Wizard
|
||||||
PT:1/2
|
PT:1/2
|
||||||
K:Haste
|
K:Haste
|
||||||
A:AB$ SetState | Cost$ T | ValidTgts$ Creature.YouCtrl+faceDown | RememberChanged$ True | Mode$ TurnFace | SubAbility$ DBDelTrig | SpellDescription$ Turn target face-down creature you control face up. At the beginning of the next end step, sacrifice it.
|
A:AB$ SetState | Cost$ T | ValidTgts$ Creature.YouCtrl+faceDown | Mode$ TurnFace | SubAbility$ DBDelTrig | SpellDescription$ Turn target face-down creature you control face up. At the beginning of the next end step, sacrifice it.
|
||||||
SVar:DBDelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigSac | RememberObjects$ Remembered | TriggerDescription$ At the beginning of the next end step, sacrifice it. | SubAbility$ DBCleanup
|
SVar:DBDelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigSac | RememberObjects$ Targeted | TriggerDescription$ At the beginning of the next end step, sacrifice it. | SubAbility$ DBCleanup
|
||||||
SVar:TrigSac:DB$ SacrificeAll | Defined$ DelayTriggerRemembered
|
SVar:TrigSac:DB$ SacrificeAll | Defined$ DelayTriggerRemembered
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name:Summoner's Egg
|
Name:Summoner's Egg
|
||||||
ManaCost:4
|
ManaCost:4
|
||||||
Types:Artifact Creature Construct
|
Types:Artifact Creature Egg
|
||||||
PT:0/4
|
PT:0/4
|
||||||
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Imprint — When CARDNAME enters the battlefield, you may exile a card from your hand face down.
|
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Imprint — When CARDNAME enters the battlefield, you may exile a card from your hand face down.
|
||||||
SVar:TrigExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | ExileFaceDown$ True | Imprint$ True
|
SVar:TrigExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | ExileFaceDown$ True | Imprint$ True
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ Druid:Druids
|
|||||||
Dryad:Dryads
|
Dryad:Dryads
|
||||||
Dwarf:Dwarves
|
Dwarf:Dwarves
|
||||||
Efreet:Efreets
|
Efreet:Efreets
|
||||||
|
Egg:Eggs
|
||||||
Elder:Elders
|
Elder:Elders
|
||||||
Eldrazi:Eldrazi
|
Eldrazi:Eldrazi
|
||||||
Elemental:Elementals
|
Elemental:Elementals
|
||||||
|
|||||||
Reference in New Issue
Block a user