mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Merge branch 'patch' into 'master'
- Fix Chance for Glory See merge request core-developers/forge!1076
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Name:Chance for Glory
|
Name:Chance for Glory
|
||||||
ManaCost:1 R W
|
ManaCost:1 R W
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ PumpAll | Cost$ 1 R W | ValidCards$ Creature.YouCtrl | KW$ Indestructible | SubAbility$ DBAddTurn | SpellDescription$ Creatures you control gain indestructible. Take an extra turn after this one. At the beginning of that turn's end step, you lose the game.
|
A:SP$ PumpAll | Cost$ 1 R W | ValidCards$ Creature.YouCtrl | KW$ Indestructible | Permanent$ True | SubAbility$ DBAddTurn | SpellDescription$ Creatures you control gain indestructible. Take an extra turn after this one. At the beginning of that turn's end step, you lose the game.
|
||||||
SVar:DBAddTurn:DB$ AddTurn | NumTurns$ 1 | ExtraTurnDelayedTrigger$ DBDelTrig | ExtraTurnDelayedTriggerExcute$ TrigLose | References$ DBDelTrig,TrigLose | SpellDescription$ Take an extra turn after this one. At the beginning of that turn's end step, you lose the game.
|
SVar:DBAddTurn:DB$ AddTurn | NumTurns$ 1 | ExtraTurnDelayedTrigger$ DBDelTrig | ExtraTurnDelayedTriggerExcute$ TrigLose | References$ DBDelTrig,TrigLose | SpellDescription$ Take an extra turn after this one. At the beginning of that turn's end step, you lose the game.
|
||||||
SVar:DBDelTrig:ThisTurn$ True | Mode$ Phase | Phase$ End of Turn | TriggerDescription$ At the beginning of that turn's end step, you lose the game.
|
SVar:DBDelTrig:ThisTurn$ True | Mode$ Phase | Phase$ End of Turn | TriggerDescription$ At the beginning of that turn's end step, you lose the game.
|
||||||
SVar:TrigLose:DB$ LosesGame | Defined$ You
|
SVar:TrigLose:DB$ LosesGame | Defined$ You
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:3 W
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Convoke
|
K:Convoke
|
||||||
A:SP$Attach | Cost$ 3 W | ValidTgts$ Creature | AILogic$ Pump
|
A:SP$Attach | Cost$ 3 W | ValidTgts$ Creature | AILogic$ Pump
|
||||||
S:Mode$ Continuous | Affected$ Card.AttachedBy | AddToughness$ X | Description$ Enchanted creature gets +0/+2 for each other creature you control.
|
S:Mode$ Continuous | Affected$ Card.AttachedBy | AddToughness$ X | References$ X | Description$ Enchanted creature gets +0/+2 for each other creature you control.
|
||||||
SVar:X:Count$Valid Creature.NotEnchantedBy+YouCtrl/Twice
|
SVar:X:Count$Valid Creature.NotEnchantedBy+YouCtrl/Twice
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/conclaves_blessing.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/conclaves_blessing.jpg
|
||||||
Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nEnchant creature\nEnchanted creature gets +0/+2 for each other creature you control.
|
Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nEnchant creature\nEnchanted creature gets +0/+2 for each other creature you control.
|
||||||
|
|||||||
Reference in New Issue
Block a user