mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Converted more cards for multiplayer and improved Player.isValid:Opponent
This commit is contained in:
@@ -3,8 +3,9 @@ ManaCost:2 R
|
||||
Types:Creature Elemental Hound
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | IsPresent$ Card | PresentZone$ Hand | PresentPlayer$ Opponent | PresentCompare$ LT3 | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, CARDNAME deals 2 damage to him or her.
|
||||
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ 2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | CheckSVar$ TrigHand | SVarCompare$ LT3 | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, CARDNAME deals 2 damage to him or her.
|
||||
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ Player.Opponent | NumDmg$ 2
|
||||
SVar:TrigHand:TriggeredPlayer$CardsInHand
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/hellfire_mongrel.jpg
|
||||
SetInfo:ZEN|Uncommon|http://magiccards.info/scans/en/zen/130.jpg
|
||||
|
||||
@@ -3,9 +3,11 @@ ManaCost:5 B B
|
||||
Types:Creature Demon Hound
|
||||
Text:no text
|
||||
PT:7/6
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Card.YouCtrl | PresentCompare$ EQ0 | PresentZone$ Hand | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of your upkeep, if you have no cards in hand, each opponent loses 2 life.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.YouDontCtrl | PresentCompare$ EQ0 | PresentZone$ Hand | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of each opponent's upkeep, if that player has no cards in hand, he or she loses 2 life.
|
||||
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Card.YouCtrl | PresentCompare$ EQ0 | PresentZone$ Hand | Execute$ TrigLoseLifeEachOpp | TriggerDescription$ At the beginning of your upkeep, if you have no cards in hand, each opponent loses 2 life.
|
||||
SVar:TrigLoseLifeEachOpp:AB$ LoseLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ 2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | TriggerZones$ Battlefield | CheckSVar$ TrigHand | SVarCompare$ EQ0 | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of each opponent's upkeep, if that player has no cards in hand, he or she loses 2 life.
|
||||
SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredPlayer | LifeAmount$ 2
|
||||
SVar:TrigHand:TriggeredPlayer$CardsInHand
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/hollowborn_barghest.jpg
|
||||
SetInfo:SHM|Rare|http://magiccards.info/scans/en/shm/68.jpg
|
||||
|
||||
Reference in New Issue
Block a user