Merge branch 'TRT-master-patch-25340' into 'master'

Update forge-gui/res/cardsfolder/b/battlefield_scavenger.txt

See merge request core-developers/forge!5144
This commit is contained in:
Bug Hunter
2021-07-31 07:30:36 +00:00

View File

@@ -5,5 +5,5 @@ PT:2/2
K:You may exert CARDNAME as it attacks. K:You may exert CARDNAME as it attacks.
T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Whenever you exert a creature, you may discard a card. If you do, draw a card. T:Mode$ Exerted | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Whenever you exert a creature, you may discard a card. If you do, draw a card.
// This code presumes that you are only ever allowed to exert creatures you control. If this is changed in the future, it will need an update. // This code presumes that you are only ever allowed to exert creatures you control. If this is changed in the future, it will need an update.
SVar:DBDraw:AB$ Draw | NumCards$ 1 | Cost$ Discard<1/Card> SVar:TrigDiscard:AB$ Draw | NumCards$ 1 | Cost$ Discard<1/Card>
Oracle:You may exert Battlefield Scavenger as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, you may discard a card. If you do, draw a card. Oracle:You may exert Battlefield Scavenger as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, you may discard a card. If you do, draw a card.