mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Merge branch 'kurbis' into 'master'
MIC: Kurbis, Harvest Celebrant and cost tweak See merge request core-developers/forge!5426
This commit is contained in:
@@ -117,7 +117,7 @@ public class CostRemoveCounter extends CostPart {
|
||||
|
||||
sb.append(" from ");
|
||||
|
||||
if (this.payCostFromSource()) {
|
||||
if (this.getTypeDescription() == null && this.payCostFromSource()) {
|
||||
sb.append(this.getType());
|
||||
} else {
|
||||
final String desc = this.getTypeDescription() == null ? this.getType() : this.getTypeDescription();
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
Name:Kurbis, Harvest Celebrant
|
||||
ManaCost:X G G
|
||||
Types:Legendary Creature Treefolk
|
||||
PT:0/0
|
||||
K:etbCounter:P1P1:Y:no Condition:CARDNAME enters the battlefield with a number of +1/+1 counters on it equal to the amount of mana spent to cast it.
|
||||
A:AB$ Pump | Cost$ SubCounter<1/P1P1/CARDNAME/NICKNAME> | TgtPrompt$ Select another target creature with a +1/+1 counter on it | ValidTgts$ Creature.Other+counters_GE1_P1P1 | KW$ Prevent all damage that would be dealt to CARDNAME. | StackDescription$ Prevent all damage that would be dealt this turn to {c:Targeted}. | SpellDescription$ Prevent all damage that would be dealt this turn to another target creature with a +1/+1 counter on it.
|
||||
SVar:X:Count$xPaid
|
||||
SVar:Y:Count$CastTotalManaSpent
|
||||
DeckHas:Ability$Counters
|
||||
Oracle:Kurbis, Harvest Celebrant enters the battlefield with a number of +1/+1 counters on it equal to the amount of mana spent to cast it.\nRemove a +1/+1 counter from Kurbis: Prevent all damage that would be dealt this turn to another target creature with a +1/+1 counter on it.
|
||||
Reference in New Issue
Block a user