mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'master' into 'master'
BBD: Added some cards See merge request core-developers/forge!595
This commit is contained in:
@@ -9,4 +9,4 @@ A:AB$ Pump | Cost$ 1 | Subability$ ABChoice | SpellDescription$ CARDNAME gets +1
|
||||
SVar:ABChoice:DB$ GenericChoice | Defined$ You | Choices$ ABPump1,ABPump2
|
||||
SVar:ABPump1:DB$ Pump | Defined$ Self | NumAtt$ +1 | NumDef$ -1 | SpellDescription$ +1/-1
|
||||
SVar:ABPump2:DB$ Pump | Defined$ Self | NumAtt$ -1 | NumDef$ +1 | SpellDescription$ -1/+1
|
||||
Oracle:{W|: Brightling gains vigilance until end of turn.\n{W}: Brightling gains lifelink until end of turn.\n{W}: Return Brightling to its owner's hand.\n{1}: Brightling gets +1/-1 or -1/+1 until end of turn.
|
||||
Oracle:{W}: Brightling gains vigilance until end of turn.\n{W}: Brightling gains lifelink until end of turn.\n{W}: Return Brightling to its owner's hand.\n{1}: Brightling gets +1/-1 or -1/+1 until end of turn.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Decorated Champion
|
||||
ManaCost:1 G
|
||||
Types:Creature Elf Warrior
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | ValidCard$ Warrior.Other+YourTeamCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigPutCounter | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever another Warrior enters the battlefield under your team's control, put a +1/+1 counter on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||
SVar:BuffedBy:Warrior
|
||||
Oracle:Whenever another Warrior enters the battlefield under your team's control, put a +1/+1 counter on Decorated Champion.
|
||||
10
forge-gui/res/cardsfolder/upcoming/thrasher_brute.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/thrasher_brute.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Thrasher Brute
|
||||
ManaCost:3 B
|
||||
Types:Creature Orc Warrior
|
||||
PT:4/3
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDrain | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life.
|
||||
T:Mode$ ChangesZone | ValidCard$ Warrior.Other+YourTeamCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigDrain | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life.
|
||||
SVar:TrigDrain:DB$ LoseLife | ValidTgts$ Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
||||
SVar:BuffedBy:Warrior
|
||||
Oracle:Whenever Thrasher Brute or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life.
|
||||
5
forge-gui/res/cardsfolder/upcoming/thrilling_encore.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/thrilling_encore.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Thrilling Encore
|
||||
ManaCost:4 B
|
||||
Types:Instant
|
||||
A:SP$ ChangeZone | Cost$ 4 B | Origin$ Graveyard | Destination$ Battlefield | Defined$ ThisTurnEntered_Graveyard_from_Battlefield_Creature.nonToken | SpellDescription$ Put onto the battlefield under your control all creature cards in all graveyards that were put there from the battlefield this turn.
|
||||
Oracle:Put onto the battlefield under your control all creature cards in all graveyards that were put there from the battlefield this turn.
|
||||
Reference in New Issue
Block a user