mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
@@ -95,6 +95,8 @@ public enum CounterEnumType {
|
||||
|
||||
DEPLETION("DPLT", 185, 201, 208),
|
||||
|
||||
DESCENT("DESCT", 175, 35, 40),
|
||||
|
||||
DESPAIR("DESPR", 238, 186, 187),
|
||||
|
||||
DEVOTION("DEVOT", 255, 111, 255),
|
||||
|
||||
@@ -5,4 +5,5 @@ PT:2/2
|
||||
A:AB$ Draw | Cost$ U T | NumCards$ 1 | SpellDescription$ Draw a card, then discard a card. | SubAbility$ DBDiscard
|
||||
SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose
|
||||
A:AB$ Pump | Cost$ R T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME can't block. | IsCurse$ True | SpellDescription$ Target creature can't block this turn.
|
||||
DeckHas:Ability$Discard
|
||||
Oracle:{U}, {T}: Draw a card, then discard a card.\n{R}, {T}: Target creature can't block this turn.
|
||||
|
||||
@@ -3,8 +3,8 @@ ManaCost:G
|
||||
Types:Creature Fungus
|
||||
PT:1/1
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME.
|
||||
A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | SpellDescription$ Create a 1/1 green Saproling creature token.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ SPORE
|
||||
A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenScript$ g_1_1_saproling | SpellDescription$ Create a 1/1 green Saproling creature token.
|
||||
DeckHints:Type$Fungus
|
||||
DeckHas:Ability$Counters|Token
|
||||
DeckHas:Ability$Counters|Token & Type$Saproling
|
||||
Oracle:At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.
|
||||
|
||||
9
forge-gui/res/cardsfolder/upcoming/cut_a_deal.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/cut_a_deal.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Cut a Deal
|
||||
ManaCost:2 W
|
||||
Types:Sorcery
|
||||
A:SP$ Draw | Defined$ Opponent | RememberDrawn$ True | SubAbility$ DBDraw | SpellDescription$ Each opponent draws a card, then you draw a card for each opponent who drew a card this way.
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DBCleanup | StackDescription$ {p:You} draws a card for each opponent who drew a card this way.
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
AI:RemoveDeck:Random
|
||||
Oracle:Each opponent draws a card, then you draw a card for each opponent who drew a card this way.
|
||||
15
forge-gui/res/cardsfolder/upcoming/death_kiss.txt
Normal file
15
forge-gui/res/cardsfolder/upcoming/death_kiss.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Death Kiss
|
||||
ManaCost:5 R
|
||||
Types:Creature Beholder
|
||||
PT:5/5
|
||||
T:Mode$ Attacks | ValidCard$ Creature.OppCtrl | Attacked$ Opponent | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature an opponent controls attacks one of your opponents, double its power until end of turn.
|
||||
SVar:TrigPump:DB$ Pump | Defined$ TriggeredAttacker | NumAtt$ +Y | Double$ True
|
||||
SVar:Y:TriggeredAttacker$CardPower
|
||||
K:Monstrosity:X:X X R
|
||||
SVar:X:Count$xPaid
|
||||
T:Mode$ BecomeMonstrous | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigGoad | TriggerDescription$ When CARDNAME becomes monstrous, goad up to X target creatures your opponents control.
|
||||
SVar:TrigGoad:DB$ Goad | TargetMin$ 0 | TargetMax$ MonstrosityX | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select up to X target creatures your opponents control
|
||||
SVar:MonstrosityX:TriggerCount$MonstrosityAmount
|
||||
AI:RemoveDeck:Random
|
||||
DeckHas:Ability$Counters
|
||||
Oracle:Whenever a creature an opponent controls attacks one of your opponents, double its power until end of turn.\n{X}{X}{R}: Monstrosity X. (If this creature isn't monstrous, put X +1/+1 counters on it and it becomes monstrous.)\nWhen Death Kiss becomes monstrous, goad up to X target creatures your opponents control.
|
||||
10
forge-gui/res/cardsfolder/upcoming/descent_into_avernus.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/descent_into_avernus.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Descent into Avernus
|
||||
ManaCost:2 R
|
||||
Types:Enchantment
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put two descent counters on CARDNAME. Then each player creates X Treasure tokens and CARDNAME deals X damage to each player, where X is the number of descent counters on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ DESCENT | CounterNum$ 2 | SubAbility$ DBTreasure
|
||||
SVar:DBTreasure:DB$ Token | TokenOwner$ Player | TokenAmount$ X | TokenScript$ c_a_treasure_sac | SubAbility$ DBDealDamage
|
||||
SVar:DBDealDamage:DB$ DealDamage | Defined$ Player | NumDmg$ X
|
||||
SVar:X:Count$CardCounters.DESCENT
|
||||
DeckHas:Ability$Token|Sacrifice & Type$Treasure|Artifact
|
||||
Oracle:At the beginning of your upkeep, put two descent counters on Descent into Avernus. Then each player creates X Treasure tokens and Descent into Avernus deals X damage to each player, where X is the number of descent counters on Descent into Avernus.
|
||||
8
forge-gui/res/cardsfolder/upcoming/dire_mimic.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/dire_mimic.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Dire Mimic
|
||||
ManaCost:2
|
||||
Types:Artifact Treasure
|
||||
K:Flash
|
||||
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color.
|
||||
A:AB$ Animate | Cost$ 3 | Types$ Shapeshifter,Artifact,Creature | Power$ 5 | Toughness$ 5 | StackDescription$ SpellDescription | SpellDescription$ CARDNAME becomes a Shapeshifter artifact creature with base power and toughness 5/5 until end of turn.
|
||||
DeckHas:Ability$Sacrifice & Type$Shapeshifter
|
||||
Oracle:Flash\n{T}, Sacrifice Dire Mimic: Add one mana of any color.\n{3}: Dire Mimic becomes a Shapeshifter artifact creature with base power and toughness 5/5 until end of turn.
|
||||
8
forge-gui/res/cardsfolder/upcoming/dragonborn_looter.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/dragonborn_looter.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Dragonborn Looter
|
||||
ManaCost:1 U
|
||||
Types:Creature Dragon Rogue
|
||||
PT:1/2
|
||||
A:AB$ Draw | Cost$ 1 T | SubAbility$ DBDiscard | SpellDescription$ Draw a card, then discard a card.
|
||||
SVar:DBDiscard:DB$ Discard | Mode$ TgtChoose
|
||||
DeckHas:Ability$Discard
|
||||
Oracle:{1}, {T}: Draw a card, then discard a card.
|
||||
Reference in New Issue
Block a user