mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted the "becomes blocked by a creature" triggers from AttackerBlocked to Blocks.
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -325,7 +325,7 @@ res/cardsfolder/army_ants.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/army_of_allah.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arnjlots_ascent.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arrest.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arrogant_bloodlord.txt svneol=native#text/plain
|
||||
res/cardsfolder/arrogant_bloodlord.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arrogant_vampire.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arrogant_wurm.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/arrow_volley_trap.txt -text svneol=native#text/plain
|
||||
@@ -3077,7 +3077,7 @@ res/cardsfolder/inferno_titan.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/infest.txt svneol=native#text/plain
|
||||
res/cardsfolder/infested_roothold.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/infiltrate.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/infiltration_lens.txt svneol=native#text/plain
|
||||
res/cardsfolder/infiltration_lens.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/infiltrator_il_kor.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/inflame.txt svneol=native#text/plain
|
||||
res/cardsfolder/information_dealer.txt -text svneol=native#text/plain
|
||||
@@ -6804,7 +6804,7 @@ res/cardsfolder/viashino_slasher.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/viashino_slaughtermaster.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/viashino_spearhunter.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/viashino_warrior.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/viashino_weaponsmith.txt svneol=native#text/plain
|
||||
res/cardsfolder/viashino_weaponsmith.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/viashivan_dragon.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/vibrating_sphere.txt svneol=native#text/plain
|
||||
res/cardsfolder/vicious_hunger.txt -text svneol=native#text/plain
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
Name:Arrogant Bloodlord
|
||||
ManaCost:1 B B
|
||||
Types:Creature Vampire Knight
|
||||
Text:no text
|
||||
PT:4/4
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | ValidBlocker$ Creature.powerLE1 | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature with power 1 or less, destroy CARDNAME at end of combat.
|
||||
T:Mode$ Blocks | ValidCard$ Card.Self | ValidBlocked$ Creature.powerLE1 | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature with power 1 or less, destroy CARDNAME at end of combat.
|
||||
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigDestroy | TriggerDescription$ Destroy CARDNAME at end of combat.
|
||||
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | Defined$ Self
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/arrogant_bloodlord.jpg
|
||||
SetInfo:ROE|Uncommon|http://magiccards.info/scans/en/roe/94.jpg
|
||||
Name:Arrogant Bloodlord
|
||||
ManaCost:1 B B
|
||||
Types:Creature Vampire Knight
|
||||
Text:no text
|
||||
PT:4/4
|
||||
T:Mode$ Blocks | ValidCard$ Creature.powerLE1 | ValidBlocked$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature with power 1 or less, destroy CARDNAME at end of combat.
|
||||
T:Mode$ Blocks | ValidCard$ Card.Self | ValidBlocked$ Creature.powerLE1 | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature with power 1 or less, destroy CARDNAME at end of combat.
|
||||
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigDestroy | TriggerDescription$ Destroy CARDNAME at end of combat.
|
||||
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | Defined$ Self
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/arrogant_bloodlord.jpg
|
||||
SetInfo:ROE|Uncommon|http://magiccards.info/scans/en/roe/94.jpg
|
||||
End
|
||||
@@ -3,7 +3,7 @@ ManaCost:2 G
|
||||
Types:Creature Cat
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | ValidBlocker$ Creature | TriggerZones$ Battlefield | Execute$ TrigBlockedPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME get +1/+1 until end of turn.
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBlockedPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME get +1/+1 until end of turn.
|
||||
SVar:TrigBlockedPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cave_tiger.jpg
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name:Infiltration Lens
|
||||
ManaCost:1
|
||||
Types:Artifact Equipment
|
||||
Text:no text
|
||||
K:eqPump 1:0/0
|
||||
T:Mode$AttackerBlocked | ValidCard$ Card.AttachedBy | ValidBlocker$ Creature | Optional$ True | Execute$ TrigDraw | TriggerDescription$ Whenever equipped creature becomes blocked by a creature, you may draw two cards.
|
||||
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 2
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/infiltration_lens.jpg
|
||||
SetInfo:SOM|Uncommon|http://magiccards.info/scans/en/som/167.jpg
|
||||
Name:Infiltration Lens
|
||||
ManaCost:1
|
||||
Types:Artifact Equipment
|
||||
Text:no text
|
||||
K:eqPump 1:0/0
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.AttachedBy | Optional$ True | Execute$ TrigDraw | TriggerDescription$ Whenever equipped creature becomes blocked by a creature, you may draw two cards.
|
||||
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 2
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/infiltration_lens.jpg
|
||||
SetInfo:SOM|Uncommon|http://magiccards.info/scans/en/som/167.jpg
|
||||
End
|
||||
@@ -3,9 +3,9 @@ ManaCost:1 G
|
||||
Types:Creature Troll
|
||||
Text:no text
|
||||
PT:1/1
|
||||
A:AB$Regenerate | Cost$ G | SpellDescription$ Regenerate CARDNAME.
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, Pygmy Troll gets +1/+1 until end of turn.
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 1 | NumDef$ 1
|
||||
A:AB$ Regenerate | Cost$ G | SpellDescription$ Regenerate CARDNAME.
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBlockedPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME get +1/+1 until end of turn.
|
||||
SVar:TrigBlockedPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/pygmy_troll.jpg
|
||||
SetInfo:EXO|Common|http://magiccards.info/scans/en/ex/118.jpg
|
||||
|
||||
@@ -3,8 +3,8 @@ ManaCost:3 G G
|
||||
Types:Creature Wolverine
|
||||
Text:no text
|
||||
PT:4/4
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | ValidBlocker$ Creature | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME gets +1/+1 until end of turn.
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 1 | NumDef$ 1
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBlockedPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME get +1/+1 until end of turn.
|
||||
SVar:TrigBlockedPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rabid_wolverines.jpg
|
||||
SetInfo:EXO|Common|http://magiccards.info/scans/en/ex/119.jpg
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name:Viashino Weaponsmith
|
||||
ManaCost:3 R
|
||||
Types:Creature Viashino
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature blocks it, CARDNAME gets +2/+2 until end of turn.
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | NumAtt$ +2 | NumDef$ +2 | Defined$ Self
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/viashino_weaponsmith.jpg
|
||||
SetInfo:USG|Common|http://magiccards.info/scans/en/us/226.jpg
|
||||
Name:Viashino Weaponsmith
|
||||
ManaCost:3 R
|
||||
Types:Creature Viashino
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBlockedPump | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, CARDNAME get +2/+2 until end of turn.
|
||||
SVar:TrigBlockedPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +2 | NumDef$ +2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/viashino_weaponsmith.jpg
|
||||
SetInfo:USG|Common|http://magiccards.info/scans/en/us/226.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user