mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'm19scripts' into 'master'
M19 - 4 cards added See merge request core-developers/forge!676
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Sigiled Sword of Valeron
|
||||||
|
ManaCost:3
|
||||||
|
Types:Artifact Equipment
|
||||||
|
K:Equip:3
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddKeyword$ Vigilance | AddType$ Knight | Description$ Equipped creature gets +2/+0, has vigilance, and is a Knight in addition to its other types.
|
||||||
|
T:Mode$ Attacks | ValidCard$ Card.EquippedBy | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature attacks, create a 2/2 white Knight creature token with vigilance that’s attacking.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenAttacking$ True | TokenImage$ w 2 2 knight m19
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/sigiled_sword_of_valeron.jpg
|
||||||
|
Oracle:Equipped creature gets +2/+0, has vigilance, and is a Knight in addition to its other types.\nWhenever equipped creature attacks, create a 2/2 white Knight creature token with vigilance that’s attacking.\nEquip {3}
|
||||||
9
forge-gui/res/cardsfolder/upcoming/skyscanner.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/skyscanner.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Skyscanner
|
||||||
|
ManaCost:3
|
||||||
|
Types:Artifact Creature Thopter
|
||||||
|
PT:1/1
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
|
||||||
|
SVar:TrigDraw:DB$Draw | Defined$ You | NumCards$ 1
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/skyscanner.jpg
|
||||||
|
Oracle:Flying\nWhen Skyscanner enters the battlefield, draw a card.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Suspicious Bookcase
|
||||||
|
ManaCost:2
|
||||||
|
Types:Artifact Creature Wall
|
||||||
|
PT:0/4
|
||||||
|
K:Defender
|
||||||
|
A:AB$ Pump | Cost$ 3 T | ValidTgts$ Creature | KW$ HIDDEN Unblockable | SpellDescription$ Target creature can't be blocked this turn. | TgtPrompt$ Select target creature.
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/suspicious_bookcase.jpg
|
||||||
|
Oracle:Defender\n{3}{T}: Target creature can't be blocked this turn.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Transmogrifying Wand
|
||||||
|
ManaCost:3
|
||||||
|
Types:Artifact
|
||||||
|
K:etbCounter:CHARGE:3
|
||||||
|
A:AB$ Destroy | Cost$ 1 T SubCounter<1/CHARGE> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SorcerySpeed$ True | SubAbility$ OxToken | SpellDescription$ Destroy target creature.
|
||||||
|
SVar:OxToken:DB$Token | TokenAmount$ 1 | TokenName$ Ox | TokenTypes$ Creature,Ox | TokenOwner$ TargetedController | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 4 | TokenImage$ w 2 4 ox | SpellDescription$ Its controller creates a 2/4 white Ox creature token
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/transmogrifying_wand.jpg
|
||||||
|
Oracle:Transmogrifying Wand enters the battlefield with three charge counters on it.\n{1}, {T}, Remove a charge counter from Transmogrifying Wand: Destroy target creature. Its controller creates a 2/4 white Ox creature token. Activate this ability only any time you could cast a sorcery.
|
||||||
Reference in New Issue
Block a user