mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge branch 'mic_4' into 'master'
MIC/MID - 4 Sep See merge request core-developers/forge!5294
This commit is contained in:
10
forge-gui/res/cardsfolder/upcoming/curse_of_obsession.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/curse_of_obsession.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Curse of Obsession
|
||||||
|
ManaCost:4 R
|
||||||
|
Types:Enchantment Aura Curse
|
||||||
|
K:Enchant player
|
||||||
|
A:SP$ Attach | ValidTgts$ Player | AILogic$ Curse
|
||||||
|
T:Mode$ Phase | Phase$ Draw | ValidPlayer$ Player.EnchantedBy | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ At the beginning of enchanted player's draw step, that player draws two additional cards.
|
||||||
|
SVar:TrigDraw:DB$ Draw | Defined$ TriggeredPlayer | NumCards$ 2
|
||||||
|
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player.EnchantedBy | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ At the beginning of enchanted player's end step, that player discards their hand.
|
||||||
|
SVar:TrigDiscard:DB$ Discard | Defined$ TriggeredPlayer | Mode$ Hand
|
||||||
|
Oracle:Enchant player\nAt the beginning of enchanted player's draw step, that player draws two additional cards.\nAt the beginning of enchanted player's end step, that player discards their hand.
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
Name:Poppet Stitcher
|
||||||
|
ManaCost:2 U
|
||||||
|
Types:Creature Human Wizard
|
||||||
|
PT:2/3
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 2/2 black Zombie creature token with decayed. (It can’t block. When it attacks, sacrifice it at end of combat.)
|
||||||
|
SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie_decayed | TokenOwner$ You
|
||||||
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | IsPresent$ Creature.token+YouCtrl | PresentCompare$ GE3 | TriggerZones$ Battlefield | Execute$ TrigTransform | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, if you control three or more creature tokens, you may transform CARDNAME.
|
||||||
|
SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform
|
||||||
|
AlternateMode:DoubleFaced
|
||||||
|
DeckNeeds:Type$Instant|Sorcery
|
||||||
|
DeckHas:Ability$Token
|
||||||
|
Oracle:Whenever you cast an instant or sorcery spell, create a 2/2 black Zombie creature token with decayed. (It can’t block. When it attacks, sacrifice it at end of combat.)\nAt the beginning of your upkeep, if you control three or more creature tokens, you may transform Poppet Sticher.
|
||||||
|
|
||||||
|
ALTERNATE
|
||||||
|
|
||||||
|
Name:Poppet Factory
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Artifact
|
||||||
|
Colors:blue
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.token+YouCtrl | SetPower$ 3 | SetToughness$ 3 | RemoveAllAbilities$ True | Description$ Creature tokens you control lose all abilities and have base power and toughness 3/3.
|
||||||
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigTransform | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may transform CARDNAME.
|
||||||
|
SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform
|
||||||
|
Oracle:Creature tokens you control lose all abilities and have base power and toughness 3/3.\nAt the beginning of your upkeep, you may transform Poppet Factory.
|
||||||
Reference in New Issue
Block a user