Daghatar without Pump

This commit is contained in:
tool4EvEr
2022-04-26 11:04:45 +02:00
parent 8cdb379489
commit cf22f5c55c
2 changed files with 2 additions and 4 deletions

View File

@@ -145,6 +145,7 @@ public class PumpAi extends PumpAiBase {
}
final String counterType = moveSA.getParam("CounterType");
final String amountStr = moveSA.getParamOrDefault("CounterNum", "1");
final CounterType cType = "Any".equals(counterType) ? null : CounterType.getType(counterType);
final PhaseHandler ph = game.getPhaseHandler();
@@ -157,7 +158,6 @@ public class PumpAi extends PumpAiBase {
if (attr.isEmpty()) {
return false;
}
final String amountStr = moveSA.getParam("CounterNum");
CardCollection best = CardLists.filter(attr, new Predicate<Card>() {
@Override
public boolean apply(Card card) {
@@ -198,7 +198,6 @@ public class PumpAi extends PumpAiBase {
return true;
}
} else {
final String amountStr = moveSA.getParam("CounterNum");
final boolean sameCtrl = moveSA.getTargetRestrictions().isSameController();
List<Card> list = CardLists.getTargetableCards(game.getCardsIn(ZoneType.Battlefield), sa);

View File

@@ -4,7 +4,6 @@ Types:Legendary Creature Human Warrior
PT:0/0
K:Vigilance
K:etbCounter:P1P1:4
A:AB$ Pump | Cost$ 1 BG BG | ValidTgts$ Creature | TgtPrompt$ Select target creature to remove a +1/+1 counter from | AILogic$ MoveCounter | SubAbility$ DBMove | StackDescription$ None | SpellDescription$ Move a +1/+1 counter from target creature onto a second target creature.
SVar:DBMove:DB$ MoveCounter | Source$ ParentTarget | ValidTgts$ Creature | TgtPrompt$ Select target creature to move a +1/+1 counter to | TargetUnique$ True | CounterType$ P1P1 | CounterNum$ 1
A:AB$ MoveCounter | Cost$ 1 BG BG | ValidTgts$ Creature | TargetMin$ 2 | TargetMax$ 2 | TgtPrompt$ Select target creatures to move +1/+1 counters | CounterType$ P1P1 | SpellDescription$ Move a +1/+1 counter from target creature onto a second target creature.
AI:RemoveDeck:All
Oracle:Vigilance\nDaghatar the Adamant enters the battlefield with four +1/+1 counters on it.\n{1}{B/G}{B/G}: Move a +1/+1 counter from target creature onto a second target creature.