mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Card fix
This commit is contained in:
@@ -33,7 +33,7 @@ public class PumpAi extends PumpAiBase {
|
|||||||
}
|
}
|
||||||
return cost.hasSpecificCostType(CostTapType.class);
|
return cost.hasSpecificCostType(CostTapType.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean checkAiLogic(final Player ai, final SpellAbility sa, final String aiLogic) {
|
protected boolean checkAiLogic(final Player ai, final SpellAbility sa, final String aiLogic) {
|
||||||
if ("MoveCounter".equals(aiLogic)) {
|
if ("MoveCounter".equals(aiLogic)) {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ Name:Syndicate Infiltrator
|
|||||||
ManaCost:2 U B
|
ManaCost:2 U B
|
||||||
Types:Creature Vampire Wizard
|
Types:Creature Vampire Wizard
|
||||||
PT:3/3
|
PT:3/3
|
||||||
|
K:Flying
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE5 | Description$ As long as there are five or more mana values among cards in your graveyard, CARDNAME gets +2/+2.
|
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE5 | Description$ As long as there are five or more mana values among cards in your graveyard, CARDNAME gets +2/+2.
|
||||||
SVar:X:Count$ValidGraveyard Card.YouOwn$DifferentCMC
|
SVar:X:Count$ValidGraveyard Card.YouOwn$DifferentCMC
|
||||||
DeckHas:Ability$Graveyard
|
DeckHas:Ability$Graveyard
|
||||||
|
|||||||
Reference in New Issue
Block a user