mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Gwafa Hazid, Profiteer to AF and stPumpAll keyword
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
Name:Gwafa Hazid, Profiteer
|
Name:Gwafa Hazid, Profiteer
|
||||||
ManaCost:1 W U
|
ManaCost:1 W U
|
||||||
Types:Legendary Creature Human Rogue
|
Types:Legendary Creature Human Rogue
|
||||||
Text:Creatures with bribery counters on them can't attack or block.
|
Text:no text
|
||||||
|
#Creatures with bribery counters on them can't attack or block.
|
||||||
PT:2/2
|
PT:2/2
|
||||||
|
A:AB$PutCounter|Cost$W U T|ValidTgts$Creature.YouDontCtrl|TgtPrompt$Select target creature you don't control.|CounterType$BRIBERY|CounterNum$1|SpellDescription$Put a bribery counter on target creature you don't control. Its controller draws a card.|SubAbility$ TgtCtrlrDraw/1
|
||||||
|
K:stPumpAll:Creature.countersGE1BRIBERY:0/0/HIDDEN CARDNAME can't attack or block.:No Condition:Creatures with bribery counters on them can't attack or block.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gwafa_hazid_profiteer.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gwafa_hazid_profiteer.jpg
|
||||||
SetInfo:CFX|Rare|http://magiccards.info/scans/en/cfx/110.jpg
|
SetInfo:CFX|Rare|http://magiccards.info/scans/en/cfx/110.jpg
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ public class AbilityFactory_Counters {
|
|||||||
abSub.resolve();
|
abSub.resolve();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
CardFactoryUtil.doDrawBack(DrawBack, counterAmount, card.getController(), card.getController().getOpponent(), card.getController(), card, null, sa);
|
CardFactoryUtil.doDrawBack(DrawBack, counterAmount, card.getController(), card.getController().getOpponent(), card.getController(), card, tgtCards.get(0), sa);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16354,7 +16354,7 @@ public class CardFactory_Creatures {
|
|||||||
}
|
}
|
||||||
//*************** END ************ END **************************
|
//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Gwafa Hazid, Profiteer")) {
|
else if(cardName.equals("Gwafa Hazid, Profiteer")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "W U") {
|
final Ability_Tap ability = new Ability_Tap(card, "W U") {
|
||||||
@@ -16421,6 +16421,7 @@ public class CardFactory_Creatures {
|
|||||||
});
|
});
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
@@ -38,9 +38,9 @@ public class CombatUtil {
|
|||||||
|
|
||||||
if(blocker.getKeyword().contains("CARDNAME can't block.") || blocker.getKeyword().contains("CARDNAME can't attack or block."))
|
if(blocker.getKeyword().contains("CARDNAME can't block.") || blocker.getKeyword().contains("CARDNAME can't attack or block."))
|
||||||
return false;
|
return false;
|
||||||
|
/*
|
||||||
if (blocker.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
if (blocker.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
||||||
return false;
|
return false; */
|
||||||
|
|
||||||
CardList kulrath = AllZoneUtil.getCardsInPlay("Kulrath Knight");
|
CardList kulrath = AllZoneUtil.getCardsInPlay("Kulrath Knight");
|
||||||
if (kulrath.size() > 0)
|
if (kulrath.size() > 0)
|
||||||
@@ -426,8 +426,9 @@ public class CombatUtil {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (c.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
if (c.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
||||||
return false;
|
return false; */
|
||||||
|
|
||||||
if (AllZoneUtil.isCardInPlay("Ensnaring Bridge")) {
|
if (AllZoneUtil.isCardInPlay("Ensnaring Bridge")) {
|
||||||
int limit = Integer.MAX_VALUE;
|
int limit = Integer.MAX_VALUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user