diff --git a/forge-game/src/main/java/forge/game/card/CounterEnumType.java b/forge-game/src/main/java/forge/game/card/CounterEnumType.java index da2729a5fb9..a4ae4b7d292 100644 --- a/forge-game/src/main/java/forge/game/card/CounterEnumType.java +++ b/forge-game/src/main/java/forge/game/card/CounterEnumType.java @@ -241,6 +241,8 @@ public enum CounterEnumType { LEVEL("LEVEL", 60, 222, 185), + LOOT("LOOT", 255, 215, 0), + LORE("LORE", 209, 198, 161), LUCK("LUCK", 185, 174, 255), diff --git a/forge-gui/res/cardsfolder/b/bandits_haul.txt b/forge-gui/res/cardsfolder/b/bandits_haul.txt new file mode 100644 index 00000000000..b32daa26dc0 --- /dev/null +++ b/forge-gui/res/cardsfolder/b/bandits_haul.txt @@ -0,0 +1,8 @@ +Name:Bandit's Haul +ManaCost:3 +Types:Artifact +T:Mode$ CommitCrime | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoot | ActivationLimit$ 1 | TriggerDescription$ Whenever you commit a crime, put a loot counter on CARDNAME. This ability triggers only once each turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.) +SVar:TrigLoot:DB$ PutCounter | Defined$ Self | CounterType$ LOOT | CounterNum$ 1 +A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color. +A:AB$ Draw | Cost$ 2 T SubCounter<2/LOOT> | SpellDescription$ Draw a card. +Oracle:Whenever you commit a crime, put a loot counter on Bandit's Haul. This ability triggers only once each turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.)\n{T}: Add one mana of any color.\n{2}, {T}, Remove two loot counters from Bandit's Haul: Draw a card. diff --git a/forge-gui/res/cardsfolder/d/deepmuck_desperado.txt b/forge-gui/res/cardsfolder/d/deepmuck_desperado.txt new file mode 100644 index 00000000000..9af0c0a2d67 --- /dev/null +++ b/forge-gui/res/cardsfolder/d/deepmuck_desperado.txt @@ -0,0 +1,7 @@ +Name:Deepmuck Desperado +ManaCost:2 U +Types:Creature Homarid Mercenary +PT:2/4 +T:Mode$ CommitCrime | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigMill | ActivationLimit$ 1 | TriggerDescription$ Whenever you commit a crime, each opponent mills three cards. This ability triggers only once each turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.) +SVar:TrigMill:DB$ Mill | NumCards$ 3 | Defined$ Player.Opponent +Oracle:Whenever you commit a crime, each opponent mills three cards. This ability triggers only once each turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.) diff --git a/forge-gui/res/cardsfolder/o/outcaster_trailblazer.txt b/forge-gui/res/cardsfolder/o/outcaster_trailblazer.txt new file mode 100644 index 00000000000..65ef709b321 --- /dev/null +++ b/forge-gui/res/cardsfolder/o/outcaster_trailblazer.txt @@ -0,0 +1,10 @@ +Name:Outcaster Trailblazer +ManaCost:2 G +Types:Creature Human Druid +PT:4/2 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, add one mana of any color. +SVar:TrigMana:DB$ Mana | Produced$ Any | Amount$ 1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerGE4+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever another creature with power 4 or greater enters the battlefield under your control, draw a card. +SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 +K:Plot:2 G +Oracle:When Outcaster Trailblazer enters the battlefield, add one mana of any color.\nWhenever another creature with power 4 or greater enters the battlefield under your control, draw a card.\nPlot {2}{G} (You may pay {2}{G} and exile this card from your hand. Cast it as a sorcery on a later turn without paying its mana cost. Plot only as a sorcery.)