Update oracles with AFR release

This commit is contained in:
Lyu Zong-Hong
2021-07-23 15:02:11 +09:00
parent 445826e50e
commit a42d64353e
120 changed files with 185 additions and 189 deletions

View File

@@ -1,6 +1,6 @@
Name:Halana, Kessig Ranger
ManaCost:3 G
Types:Legendary Creature Human Archer
Types:Legendary Creature Human Archer Ranger
PT:3/4
K:Reach
K:Partner

View File

@@ -1,6 +1,6 @@
Name:Half-Elf Monk
ManaCost:3 W
Types: Creature Human Elf Monk
Types:Creature Human Elf Monk
PT:1/4
K:Vigilance
A:AB$ Tap | Cost$ 1 W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | PrecostDesc$ Stunning Strike — | SpellDescription$ Tap target creature.

View File

@@ -2,9 +2,9 @@ Name:Hired Hexblade
ManaCost:1 B
Types:Creature Elf Warlock
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ TreasureCheck | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, if mana from a treasure was spent to cast it, you draw a card and you lose 1 life.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ TreasureCheck | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, if mana from a Treasure was spent to cast it, you draw a card and you lose 1 life.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SubAbility$ DBLoseLife
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1
SVar:TreasureCheck:Count$CastTotalManaSpent Treasure
SVar:AIPreference:ManaFrom$Treasure
Oracle:When Hired Hexblade enters the battlefield, if mana from a treasure was spent to cast it, you draw a card and you lose 1 life.
Oracle:When Hired Hexblade enters the battlefield, if mana from a Treasure was spent to cast it, you draw a card and you lose 1 life.

View File

@@ -2,7 +2,7 @@ Name:Hoard Robber
ManaCost:1 B
Types:Creature Tiefling Rogue
PT:1/3
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigTreasure | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create a Treasure token. (Its an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigTreasure | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You
DeckHas:Ability$Token
Oracle:Whenever Hoard Robber deals combat damage to a player, create a Treasure token. (Its an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
Oracle:Whenever Hoard Robber deals combat damage to a player, create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")