Merge branch 'master' into 'master'

Fix up the red cards and merge them

See merge request core-developers/forge!713
This commit is contained in:
Michael Kamensky
2018-07-03 15:00:19 +00:00
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Name:Havoc Devils
ManaCost:2 R R
Types:Creature Devil
PT:4/3
K:Trample
Oracle:Trample

View File

@@ -0,0 +1,6 @@
Name:Hostile Minotaur
ManaCost:3 R
Types:Creature Minotaur
PT:3/3
K:Haste
Oracle:Haste

View File

@@ -0,0 +1,8 @@
Name:Leonin Warleader
ManaCost:2 W W
Types:Creature Cat Soldier
PT:4/4
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create two 1/1 white Cat creature tokens that are tapped and attacking.
SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenTapped$ True | TokenAttacking$ True | TokenImage$ w 1 1 cat M19
SVar:HasAttackEffect:TRUE
Oracle:Whenever Leonin Warleader attacks, create two 1/1 white Cat creature tokens with lifelink that are tapped and attacking.

View File

@@ -0,0 +1,5 @@
Name:Onakke Ogre
ManaCost:2 R
Types:Creature Ogre Warrior
PT:4/2
Oracle:

View File

@@ -0,0 +1,8 @@
Name:Sarkhan's Unsealing
ManaCost:3 R
Types:Enchantment
T:Mode$ SpellCast | ValidCard$ Creature.powerGE4+powerLE6 | ValidActivatingPlayer$ You | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell with power 4, 5, or 6, Sarkhans Unsealing deals 4 damage to any target.
SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to any target.
T:Mode$ SpellCast | ValidCard$ Creature.powerGE7 | ValidActivatingPlayer$ You | Execute$ TrigDamageAll | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell with power 7 or greater, Sarkhans Unsealing deals 4 damage to each opponent and each creature and planeswalker they control.
SVar:TrigDamageAll:DB$ DamageAll | ValidCards$ Creature.OppCtrl,Planeswalker.OppCtrl | ValidPlayers$ Player.Opponent | NumDmg$ 4 | ValidDescription$ each opponent and each creature and planeswalker they control.
Oracle:Whenever you cast a creature spell with power 4, 5, or 6, Sarkhans Unsealing deals 4 damage to any target.\nWhenever you cast a creature spell with power 7 or greater, Sarkhans Unsealing deals 4 damage to each opponent and each creature and planeswalker they control.