mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'patch' into 'master'
Fix more cards See merge request core-developers/forge!1623
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Name:Narset's Reversal
|
Name:Narset's Reversal
|
||||||
ManaCost:U U
|
ManaCost:U U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ CopySpellAbility | Cost$ U U | ValidTgts$ Instant,Sorcery | TargetType$ Spell | SpellDescription$ Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.
|
A:SP$ CopySpellAbility | Cost$ U U | ValidTgts$ Instant,Sorcery | TargetType$ Spell | SubAbility$ DBReturn | SpellDescription$ Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.
|
||||||
SVar:DBReturn:DB$ChangeZone | Defined$ Targeted | Origin$ Stack | Destination$ Hand
|
SVar:DBReturn:DB$ChangeZone | Defined$ Targeted | Origin$ Stack | Destination$ Hand
|
||||||
Oracle:Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.
|
Oracle:Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Role Reversal
|
Name:Role Reversal
|
||||||
ManaCost:U U R
|
ManaCost:U U R
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Pump | Cost$ 5 U | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | SubAbility$ DBExchange | StackDescription$ None | SpellDescription$ Exchange control of two target permanents that share a permanent type.
|
A:SP$ Pump | Cost$ U U R | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | SubAbility$ DBExchange | StackDescription$ None | SpellDescription$ Exchange control of two target permanents that share a permanent type.
|
||||||
SVar:DBExchange:DB$ ExchangeControl | Defined$ ParentTarget | ValidTgts$ Permanent | TgtPrompt$ Select target permanent shares a card type with it | TargetsWithSharedTypes$ Creature,Artifact,Enchantment,Planeswalker,Land | TargetUnique$ True
|
SVar:DBExchange:DB$ ExchangeControl | Defined$ ParentTarget | ValidTgts$ Permanent | TgtPrompt$ Select target permanent shares a card type with it | TargetsWithSharedTypes$ Creature,Artifact,Enchantment,Planeswalker,Land | TargetUnique$ True
|
||||||
AI:RemoveDeck:All
|
AI:RemoveDeck:All
|
||||||
AI:RemoveDeck:Random
|
AI:RemoveDeck:Random
|
||||||
|
|||||||
5
forge-gui/res/tokenscripts/c_2_2_spirit.txt
Normal file
5
forge-gui/res/tokenscripts/c_2_2_spirit.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Spirit
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Creature Spirit
|
||||||
|
PT:2/2
|
||||||
|
Oracle:
|
||||||
Reference in New Issue
Block a user