mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added a way to define card-based AI priority for paying the Remove Counter cost.
- Set the AI priority for Power Conduit to ANY to avoid the AI lagging heavily while looping through the cost and spamming the console with errors. - Currently the AI will use this card rather randomly. Consider improving or marking it as RemRandomDeck at the very least.
This commit is contained in:
@@ -4,5 +4,6 @@ Types:Artifact
|
||||
A:AB$ Charm | Cost$ T RemoveAnyCounter<1/Permanent.YouCtrl/a permanent you control> | Choices$ ConduitCharge,ConduitP1P1 | Defined$ You
|
||||
SVar:ConduitCharge:DB$ PutCounter | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on target artifact.
|
||||
SVar:ConduitP1P1:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on target creature.
|
||||
SVar:AIRemoveCounterCostPriority:ANY
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/power_conduit.jpg
|
||||
Oracle:{T}, Remove a counter from a permanent you control: Choose one —\n• Put a charge counter on target artifact.\n• Put a +1/+1 counter on target creature.
|
||||
|
||||
Reference in New Issue
Block a user