mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Dragon Presence cards not working under the "dragon on the battlefield" condition.
This commit is contained in:
@@ -6,7 +6,6 @@ K:Kicker Reveal<1/Dragon> : Generic
|
||||
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SubAbility$ DBDamageController | SpellDescription$ CARDNAME deals 3 damage to target creature. If you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, CARDNAME deals 3 damage to that creature's controller. | StackDescription$ SpellDescription
|
||||
SVar:DBDamageController:DB$ DealDamage | Defined$ TargetedController | NumDmg$ 3 | References$ TotalDragonPresence,DragonPresence | ConditionCheckSVar$ TotalDragonPresence | ConditionSVarCompare$ GE1 | StackDescription$ None
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:WasDragonRevealed:Count$ValidStack Card.Self+pseudokicked+wasCast
|
||||
SVar:TotalDragonPresence:SVar$DragonPresence/Plus.WasDragonRevealed
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
|
||||
@@ -6,7 +6,6 @@ K:Kicker Reveal<1/Dragon> : Generic
|
||||
A:SP$ Sacrifice | Cost$ 2 B | ValidTgts$ Player | SacValid$ Creature | SacMessage$ Creature | SubAbility$ DBGainLife | SpellDescription$ Target player sacrifices a creature. If you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, you gain 4 life. | StackDescription$ SpellDescription
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 4 | References$ TotalDragonPresence,DragonPresence | ConditionCheckSVar$ TotalDragonPresence | ConditionSVarCompare$ GE1
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:WasDragonRevealed:Count$ValidStack Card.Self+pseudokicked+wasCast
|
||||
SVar:TotalDragonPresence:SVar$DragonPresence/Plus.WasDragonRevealed
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
|
||||
@@ -10,7 +10,6 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+notpseudokicked+wasCast | CheckSVar$ DragonPresence | SVarCompare$ EQ1 | Execute$ TrigKicker | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, draw a card.
|
||||
SVar:TrigKicker:DB$ Draw | Defined$ You | NumCards$ 1
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/orator_of_ojutai.jpg
|
||||
|
||||
@@ -8,7 +8,6 @@ K:etbCounter:P1P1:1:CheckSVar$ TotalDragonPresence:CARDNAME enters the battlefie
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:WasDragonRevealed:Count$ValidStack Permanent.Self+pseudokicked+wasCast
|
||||
SVar:TotalDragonPresence:SVar$DragonPresence/Plus.WasDragonRevealed
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/scaleguard_sentinels.jpg
|
||||
|
||||
@@ -7,7 +7,6 @@ A:SP$ Counter | Cost$ U U | TargetType$ Spell | ValidTgts$ Card | TgtPrompt$ Sel
|
||||
SVar:DBCounter:DB$ Counter | Defined$ Targeted | References$ TotalDragonPresence,DragonPresence | ConditionCheckSVar$ TotalDragonPresence | ConditionSVarCompare$ GE1 | StackDescription$ None
|
||||
SVar:WasDragonRevealed:Count$ValidStack Card.Self+pseudokicked+wasCast
|
||||
SVar:TotalDragonPresence:SVar$DragonPresence/Plus.WasDragonRevealed
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/silumgars_scorn.jpg
|
||||
|
||||
Reference in New Issue
Block a user