mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- [XLN] Added Savage Stomp and Wily Goblin.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -17275,6 +17275,7 @@ forge-gui/res/cardsfolder/upcoming/rowdy_crew.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/ruin_raider.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/sanctum_seeker.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/sanguine_sacrament.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/savage_stomp.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/sentinel_totem.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/settle_the_wreckage.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/shapers_of_the_nature.txt -text
|
||||
@@ -17301,6 +17302,7 @@ forge-gui/res/cardsfolder/upcoming/wakening_suns_avatar.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/waker_of_the_wilds.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/walk_the_plank.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/wanted_scoundrels.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/wily_goblin.txt -text
|
||||
forge-gui/res/cardsfolder/v/vacuumelt.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/v/vaevictis_asmadi.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/v/vagrant_plowbeasts.txt svneol=native#text/plain
|
||||
|
||||
10
forge-gui/res/cardsfolder/upcoming/savage_stomp.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/savage_stomp.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Savage Stomp
|
||||
ManaCost:2 G
|
||||
Types:Sorcery
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ CostReduction | References$ CostReduction,CheckTgt | EffectZone$ All | Description$ CARDNAME costs {2} less to cast if it targets a Dinosaur you control.
|
||||
SVar:CostReduction:Count$Compare CheckTgt GE1.2.0
|
||||
SVar:CheckTgt:Targeted$Valid Creature.Dinosaur+YouCtrl
|
||||
A:SP$ PutCounter | Cost$ 2 G | AILogic$ Fight | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control to put a +1/+1 counter | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBFight | References$ CostReduction,CheckTgt | SpellDescription$ Put a +1/+1 counter on target creature you control. Then that creature fights target creature you don't control.
|
||||
SVar:DBFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Select target creature you don't control
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/savage_stomp.jpg
|
||||
Oracle:Savage Stomp costs {2} less to cast if it targets a Dinosaur you control.\nPut a +1/+1 counter on target creature you control. Then that creature fights target creature you don't control. (Each deals damage equal to its power to the other.)
|
||||
10
forge-gui/res/cardsfolder/upcoming/wily_goblin.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/wily_goblin.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Wily Goblin
|
||||
ManaCost:R R
|
||||
Types:Creature Goblin Pirate
|
||||
PT:1/1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."
|
||||
# TODO: how many Treasure tokens are there (with different art)?
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3 | TokenAbilities$ ABMana | References$ ABMana
|
||||
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/wily_goblin.jpg
|
||||
Oracle:When Wily Goblin enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."
|
||||
Reference in New Issue
Block a user