- [XLN] Added Deadeye Tormentor, Prosperous Pirates, Sun-Crowned Hunters.

This commit is contained in:
Agetian
2017-08-29 09:30:05 +00:00
parent a3da735087
commit e70d7ab5c1
4 changed files with 31 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -17212,15 +17212,18 @@ forge-gui/res/cardsfolder/upcoming/admiral_beckett_brass.txt -text
forge-gui/res/cardsfolder/upcoming/bishop_of_rebirth.txt -text
forge-gui/res/cardsfolder/upcoming/burning_suns_avatar.txt -text
forge-gui/res/cardsfolder/upcoming/carnage_tyrant.txt -text
forge-gui/res/cardsfolder/upcoming/deadeye_tormentor.txt -text
forge-gui/res/cardsfolder/upcoming/emperors_vanguard.txt -text
forge-gui/res/cardsfolder/upcoming/gishath_suns_avatar.txt -text
forge-gui/res/cardsfolder/upcoming/goring_ceratops.txt -text
forge-gui/res/cardsfolder/upcoming/jace_cunning_castaway.txt -text
forge-gui/res/cardsfolder/upcoming/kinjallis_sunwing.txt -text
forge-gui/res/cardsfolder/upcoming/priest_of_the_wakening_sun.txt -text
forge-gui/res/cardsfolder/upcoming/prosperous_pirates.txt -text
forge-gui/res/cardsfolder/upcoming/revel_in_riches.txt -text
forge-gui/res/cardsfolder/upcoming/ripjaw_raptor.txt -text
forge-gui/res/cardsfolder/upcoming/sleek_schooner.txt -text
forge-gui/res/cardsfolder/upcoming/sun_crowned_hunters.txt -text
forge-gui/res/cardsfolder/upcoming/treasure_map_treasure_cove.txt -text
forge-gui/res/cardsfolder/upcoming/unclaimed_territory.txt -text
forge-gui/res/cardsfolder/upcoming/verdant_suns_avatar.txt -text

View File

@@ -0,0 +1,9 @@
Name:Deadeye Tormentor
ManaCost:2 B
Types:Creature Human Pirate
PT:2/2
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | CheckSVar$ RaidTest | Execute$ TrigDiscard | References$ RaidTest | TriggerDescription$ When CARDNAME enters the battlefield, if you attacked with a creature this turn, target opponent discards a card.
SVar:TrigDiscard:DB$ Discard | ValidTgts$ Opponent | NumCards$ 1 | Mode$ TgtChoose
SVar:RaidTest:Count$AttackersDeclared
SVar:Picture:http://www.wizards.com/global/images/magic/general/deadeye_tormentor.jpg
Oracle:Raid — When Deadeye Tormentor enters the battlefield, if you attacked with a creature this turn, target opponent discards a card.

View File

@@ -0,0 +1,10 @@
Name:Prosperous Pirates
ManaCost:4 U
Types:Creature Human Pirate
PT:3/4
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ DBTreasureTokens | TriggerDescription$ When CARDNAME enters the battlefield, create two colorless Treasure artifact tokens 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:DBTreasureTokens:DB$ Token | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4,c_treasure5,c_treasure6
SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/prosperous_pirates.jpg
Oracle:When Prosperous Pirates enters the battlefield, create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."

View File

@@ -0,0 +1,9 @@
Name:Sun-Crowned Hunters
ManaCost:4 R R
Types:Creature Dinosaur
PT:5/4
T:Mode$ DamageDone | Execute$ TrigDmg | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Enrage — Whenever CARDNAME is dealt damage, it deals 3 damage to target opponent.
SVar:TrigDmg:DB$ DealDamage | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumDmg$ 3
SVar:HasCombatEffect:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/sun_crowned_hunters.jpg
Oracle:Enrage — Whenever Sun-Crowned Hunters is dealt damage, it deals 3 damage to target opponent.