mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
convert Beastmaster Ascension to triggers
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
Name:Beastmaster Ascension
|
Name:Beastmaster Ascension
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
Text:Whenever a creature you control attacks, you may put a quest counter on Beastmaster Ascension.
|
Text:no text
|
||||||
|
T:Mode$ Attacks | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPut | OptionalDecider$ You | TriggerDescription$ Whenever a creature you control attacks, you may put a quest counter on CARDNAME.
|
||||||
|
SVar:TrigPut:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ QUEST | CounterNum$ 1
|
||||||
K:stPumpAll:Creature.YouCtrl:5/5:isValid Permanent.countersGE7QUEST:As long as CARDNAME has seven or more quest counters on it, creatures you control get +5/+5.
|
K:stPumpAll:Creature.YouCtrl:5/5:isValid Permanent.countersGE7QUEST:As long as CARDNAME has seven or more quest counters on it, creatures you control get +5/+5.
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
|
|||||||
@@ -1240,17 +1240,6 @@ public class CombatUtil {
|
|||||||
}//creatureAttacked
|
}//creatureAttacked
|
||||||
//Annihilator
|
//Annihilator
|
||||||
|
|
||||||
//Beastmaster Ascension
|
|
||||||
if(!c.getCreatureAttackedThisCombat()) {
|
|
||||||
PlayerZone play = AllZone.getZone(Constant.Zone.Battlefield, c.getController());
|
|
||||||
CardList list = new CardList(play.getCards());
|
|
||||||
list = list.getName("Beastmaster Ascension");
|
|
||||||
|
|
||||||
for(Card var:list) {
|
|
||||||
var.addCounter(Counters.QUEST, 1);
|
|
||||||
}
|
|
||||||
} //BMA
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//Fervent Charge
|
//Fervent Charge
|
||||||
if(!c.getCreatureAttackedThisCombat()) {
|
if(!c.getCreatureAttackedThisCombat()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user