mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
PCEL: Deb Thomas (#5238)
This commit is contained in:
13
forge-gui/res/cardsfolder/d/deb_thomas.txt
Normal file
13
forge-gui/res/cardsfolder/d/deb_thomas.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Deb Thomas
|
||||
ManaCost:3 R
|
||||
Types:Legendary Planeswalker Deb
|
||||
Loyalty:3
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Employee.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever an Employee enters the battlefield under your control, put a loyalty counter on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ LOYALTY | CounterNum$ 1
|
||||
A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenScript$ r_1_1_employee | SpellDescription$ Create a 1/1 red Employee creature token.
|
||||
A:AB$ PumpAll | Cost$ SubCounter<X/LOYALTY> | Planeswalker$ True | ValidCards$ Employee.YouCtrl,Dog.YouCtrl | NumAtt$ +X | SpellDescription$ Employees and Dogs you control get +X/+0 until end of turn.
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:X:Count$xPaid
|
||||
DeckHas:Ability$Token
|
||||
DeckHints:Type$Employee|Dog
|
||||
Oracle:Whenever an Employee enters the battlefield under your control, put a loyalty counter on Deb Thomas.\n[+1]: Create a 1/1 red Employee creature token.\n[-X]: Employees and Dogs you control get +X/+0 until end of turn.
|
||||
@@ -14,3 +14,7 @@ ScryfallCode=PCEL
|
||||
6 M Robot Chicken @Robot Chicken
|
||||
7 M Phoenix Heart @Drew Tucker
|
||||
8 R Zur the Enchanter @Chase Stone
|
||||
9 M Deb Thomas @Kieran Yanner
|
||||
|
||||
[tokens]
|
||||
r_1_1_employee
|
||||
|
||||
@@ -6,6 +6,8 @@ Type=Draft
|
||||
ScryfallCode=MH3
|
||||
|
||||
[cards]
|
||||
1 U Breaker of Creation @Yohann Schepacz
|
||||
2 R Devourer of Destiny @Raph Lomotan
|
||||
6 M Emrakul, the World Anew @Brent Hollowell
|
||||
8 M Herigast, Erupting Nullkite @Lucas Graciano
|
||||
9 U It That Heralds the End @Alex Konstad
|
||||
|
||||
@@ -368,6 +368,7 @@ Dack
|
||||
Dakkon
|
||||
Daretti
|
||||
Davriel
|
||||
Deb
|
||||
Dihada
|
||||
Domri
|
||||
Dovin
|
||||
|
||||
6
forge-gui/res/tokenscripts/r_1_1_employee.txt
Normal file
6
forge-gui/res/tokenscripts/r_1_1_employee.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Employee Token
|
||||
ManaCost:no cost
|
||||
Types:Creature Employee
|
||||
Colors:red
|
||||
PT:1/1
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user