mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Daghatar without Pump
This commit is contained in:
@@ -145,6 +145,7 @@ public class PumpAi extends PumpAiBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final String counterType = moveSA.getParam("CounterType");
|
final String counterType = moveSA.getParam("CounterType");
|
||||||
|
final String amountStr = moveSA.getParamOrDefault("CounterNum", "1");
|
||||||
final CounterType cType = "Any".equals(counterType) ? null : CounterType.getType(counterType);
|
final CounterType cType = "Any".equals(counterType) ? null : CounterType.getType(counterType);
|
||||||
|
|
||||||
final PhaseHandler ph = game.getPhaseHandler();
|
final PhaseHandler ph = game.getPhaseHandler();
|
||||||
@@ -157,7 +158,6 @@ public class PumpAi extends PumpAiBase {
|
|||||||
if (attr.isEmpty()) {
|
if (attr.isEmpty()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
final String amountStr = moveSA.getParam("CounterNum");
|
|
||||||
CardCollection best = CardLists.filter(attr, new Predicate<Card>() {
|
CardCollection best = CardLists.filter(attr, new Predicate<Card>() {
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Card card) {
|
public boolean apply(Card card) {
|
||||||
@@ -198,7 +198,6 @@ public class PumpAi extends PumpAiBase {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
final String amountStr = moveSA.getParam("CounterNum");
|
|
||||||
final boolean sameCtrl = moveSA.getTargetRestrictions().isSameController();
|
final boolean sameCtrl = moveSA.getTargetRestrictions().isSameController();
|
||||||
|
|
||||||
List<Card> list = CardLists.getTargetableCards(game.getCardsIn(ZoneType.Battlefield), sa);
|
List<Card> list = CardLists.getTargetableCards(game.getCardsIn(ZoneType.Battlefield), sa);
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Types:Legendary Creature Human Warrior
|
|||||||
PT:0/0
|
PT:0/0
|
||||||
K:Vigilance
|
K:Vigilance
|
||||||
K:etbCounter:P1P1:4
|
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.
|
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.
|
||||||
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
|
|
||||||
AI:RemoveDeck:All
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user