Merge pull request #1859 from Simisays/Fixthis

BRO 11 cards
This commit is contained in:
Anthony Calosa
2022-11-12 14:39:33 +08:00
committed by GitHub
11 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Name:Mine Worker
ManaCost:2
Types:Artifact Creature Assembly-Worker
PT:2/1
A:AB$ GainLife | Cost$ T | LifeAmount$ X | SpellDescription$ You gain 1 life. If you control creatures named Power Plant Worker and Tower Worker, you gain 3 life instead.| StackDescription$ SpellDescription
SVar:X:Count$Compare TronCheck GT0.3.1
SVar:TronCheck:SVar$Z/Times.Y
SVar:Z:Count$Valid Creature.YouCtrl+namedTower Worker
SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker
DeckHas:Ability$LifeGain
DeckNeeds:Name$Power Plant Worker|Tower Worker
Oracle:{T}: You gain 1 life. If you control creatures named Power Plant Worker and Tower Worker, you gain 3 life instead.

View File

@@ -0,0 +1,10 @@
Name:No One Left Behind
ManaCost:4 B
Types:Sorcery
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ CostReduction | Relative$ True | EffectZone$ All | Description$ This spell costs {3} less to cast if it targets a creature card with mana value 3 or less.
SVar:CostReduction:Count$Compare CheckTgt GE1.3.0
SVar:CheckTgt:TargetedObjects$Valid Creature.cmcLE3
A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouOwn | ChangeNum$ 1 | SpellDescription$ Return target creature card from your graveyard to the battlefield.
DeckHas:Ability$Graveyard
DeckHints:Ability$Graveyard|Mill|Dredge
Oracle:This spell costs {3} less to cast if it targets a creature card with mana value 3 or less.\nReturn target creature card from your graveyard to the battlefield.

View File

@@ -0,0 +1,5 @@
Name:Obliterating Bolt
ManaCost:1 R
Types:Sorcery
A:SP$ DealDamage | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 4 | ReplaceDyingDefined$ Targeted | SpellDescription$ CARDNAME deals 4 damage to target creature or planeswalker. If that creature or planeswalker would die this turn, exile it instead.
Oracle:Obliterating Bolt deals 4 damage to target creature or planeswalker. If that creature or planeswalker would die this turn, exile it instead.

View File

@@ -0,0 +1,8 @@
Name:Perimeter Patrol
ManaCost:2 G
Types:Creature Human Soldier
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Artifact.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever an artifact enters the battlefield under your control, CARDNAME gets +1/+0 until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1
DeckHints:Type$Artifact
Oracle:Whenever an artifact enters the battlefield under your control, Perimeter Patrol gets +1/+0 until end of turn.

View File

@@ -0,0 +1,9 @@
Name:Phalanx Vanguard
ManaCost:1 W
Types:Creature Human Soldier
PT:2/2
K:Vigilance
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Artifact.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever an artifact enters the battlefield under your control, CARDNAME gets +1/+0 until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1
DeckHints:Type$Artifact
Oracle:Vigilance\nWhenever an artifact enters the battlefield under your control, Phalanx Vanguard gets +1/+0 until end of turn.

View File

@@ -0,0 +1,13 @@
Name:Power Plant Worker
ManaCost:5
Types:Artifact Creature Assembly-Worker
PT:4/4
A:AB$ Branch | Cost$ 3 | BranchConditionSVar$ UrzaCheck | BranchConditionSVarCompare$ GE2 | FalseSubAbility$ DBPump | TrueSubAbility$ DBPutCounter | ActivationLimit$ 1 | SpellDescription$ CARDNAME gets +2/+2 until end of turn. If you control creatures named Mine Worker and Tower Worker, put two +1/+1 counters on Power Plant Worker instead. Activate only once each turn.
SVar:DBPump:DB$ Pump | Defined$ Self | NumAtt$ 2 | NumDef$ 2
SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 2
DeckHas:Ability$Counters
DeckNeeds:Name$Mine Worker|Tower Worker
SVar:UrzaCheck:SVar$X/Plus.Y
SVar:X:Count$Valid Creature.YouCtrl+namedMine Worker/LimitMax.1
SVar:Y:Count$Valid Creature.YouCtrl+namedTower Worker/LimitMax.1
Oracle:{3}: Power Plant Worker gets +2/+2 until end of turn. If you control creatures named Mine Worker and Tower Worker, put two +1/+1 counters on Power Plant Worker instead. Activate only once each turn.

View File

@@ -0,0 +1,7 @@
Name:Powerstone Fracture
ManaCost:1 B
Types:Sorcery
A:SP$ Destroy | Cost$ 1 B Sac<1/Artifact;Creature/artifact or creature> | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | SpellDescription$ Destroy target creature or planeswalker.
DeckHas:Ability$Sacrifice
DeckHints:Type$Artifact
Oracle:As an additional cost to cast this spell, sacrifice an artifact or creature.\nDestroy target creature or planeswalker.

View File

@@ -0,0 +1,9 @@
Name:Prison Sentence
ManaCost:2 W
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | ValidTgts$ Creature | TgtPrompt$ Select target creature | AILogic$ Curse
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 2.
SVar:TrigScry:DB$ Scry | ScryNum$ 2
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CARDNAME can't attack or block. & CARDNAME's activated abilities can't be activated. | Description$ Enchanted creature can't attack or block and its activated abilities can't be activated.
Oracle:Enchant creature\nWhen Prison Sentence enters the battlefield, scry 2.\nEnchanted creature can't attack or block, and its activated abilities can't be activated.

View File

@@ -0,0 +1,8 @@
Name:Pyrrhic Blast
ManaCost:3 R
Types:Instant
A:SP$ DealDamage | Cost$ 3 R Sac<1/Creature> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ X | SubAbility$ DBDraw | SpellDescription$ CARDNAME deals damage equal to the sacrificed creature's power to any target. Draw a card.
SVar:DBDraw:DB$ Draw
SVar:X:Sacrificed$CardPower
DeckHas:Ability$Sacrifice
Oracle:As an additional cost to cast this spell, sacrifice a creature.\nPyrrhic Blast deals damage equal to the sacrificed creature's power to any target. Draw a card.

View File

@@ -0,0 +1,13 @@
Name:Titania's Command
ManaCost:4 G G
Types:Sorcery
A:SP$ Charm | Choices$ DBExileAll,DBSearch,DBToken,DBCounter | CharmNum$ 2
SVar:DBExileAll:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Player | ChangeType$ Card | RememberChanged$ True | SubAbility$ DBGainLife | SpellDescription$ Exile target player's graveyard. You gain 1 life for each card exiled this way.
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | SubAbility$ DBCleanup | StackDescription$ You gain 1 life for each card exiled this way.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Land | ChangeNum$ 2 | Tapped$ True | SpellDescription$ Search your library for up to two land cards, put them onto the battlefield tapped, then shuffle.
SVar:DBToken:DB$ Token | TokenScript$ g_2_2_bear | TokenAmount$ 2 | SpellDescription$ Create two 2/2 green Bear creature tokens.
SVar:DBCounter:DB$ PutCounterAll | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ Put two +1/+1 counters on each creature you control.
SVar:X:Remembered$Amount
DeckHas:Ability$Token|Counter|LifeGain & Type$Bear
Oracle:Choose two —\n• Exile target player's graveyard. You gain 1 life for each card exiled this way.\n• Search your library for up to two land cards, put them onto the battlefield tapped, then shuffle.\n• Create two 2/2 green Bear creature tokens.\n• Put two +1/+1 counters on each creature you control.

View File

@@ -0,0 +1,12 @@
Name:Tower Worker
ManaCost:3
Types:Artifact Creature Assembly-Worker
PT:1/3
K:Reach
A:AB$ Mana | Cost$ T | Produced$ C | Amount$ UrzaAmount | SpellDescription$ Add {C}. If you control creatures named Mine Worker and Power Plant Worker, add {C}{C}{C} instead.
SVar:X:Count$Compare TronCheck GT0.3.1
SVar:TronCheck:SVar$Z/Times.Y
SVar:Z:Count$Valid Creature.YouCtrl+namedMine Worker
SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker
DeckNeeds:Name$Mine Worker|Power Plant Worker
Oracle:Reach\n{T}: Add {C}. If you control creatures named Mine Worker and Power Plant Worker, add {C}{C}{C} instead.