Merge pull request #1886 from Northmoc/bro13

BRO: 13 Nov
This commit is contained in:
Anthony Calosa
2022-11-14 05:13:43 +08:00
committed by GitHub
8 changed files with 46 additions and 4 deletions

View File

@@ -2,7 +2,8 @@ Name:Ensoul Artifact
ManaCost:1 U ManaCost:1 U
Types:Enchantment Aura Types:Enchantment Aura
K:Enchant artifact K:Enchant artifact
A:SP$ Attach | Cost$ 1 U | ValidTgts$ Artifact | AITgts$ Card.nonCreature | AILogic$ Animate A:SP$ Attach | ValidTgts$ Artifact | AITgts$ Card.nonCreature | AILogic$ Animate
S:Mode$ Continuous | Affected$ Card.AttachedBy | SetPower$ 5 | SetToughness$ 5 | AddType$ Creature | Description$ Enchanted artifact is a creature with base power and toughness 5/5 in addition to its other types. S:Mode$ Continuous | Affected$ Artifact.EnchantedBy | SetPower$ 5 | SetToughness$ 5 | AddType$ Creature | Description$ Enchanted artifact is a creature with base power and toughness 5/5 in addition to its other types.
DeckNeeds:Type$Artifact
AI:RemoveDeck:Random AI:RemoveDeck:Random
Oracle:Enchant artifact\nEnchanted artifact is a creature with base power and toughness 5/5 in addition to its other types. Oracle:Enchant artifact\nEnchanted artifact is a creature with base power and toughness 5/5 in addition to its other types.

View File

@@ -0,0 +1,6 @@
Name:Loran's Escape
ManaCost:W
Types:Instant
A:SP$ Pump | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target artifact or creature | KW$ Hexproof & Indestructible | SubAbility$ DBScry | SpellDescription$ Target artifact or creature gains hexproof and indestructible until end of turn.
SVar:DBScry:DB$ Scry | SpellDescription$ Scry 1.
Oracle:Target artifact or creature gains hexproof and indestructible until end of turn. Scry 1.

View File

@@ -0,0 +1,6 @@
Name:Machine Over Matter
ManaCost:1 U
Types:Instant
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ 1 | EffectZone$ All | IsPresent$ Creature.Artifact+YouCtrl | Description$ This spell costs {1} less to cast if you control an artifact creature.
A:SP$ ChangeZone | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return target nonland permanent to its owner's hand.
Oracle:This spell costs {1} less to cast if you control an artifact creature.\nReturn target nonland permanent to its owner's hand.

View File

@@ -0,0 +1,8 @@
Name:Mask of the Jadecrafter
ManaCost:2
Types:Artifact
A:AB$ Token | Cost$ X T Sac<1/CARDNAME> | TokenScript$ c_x_x_a_golem | TokenPower$ X | TokenToughness$ X | SorcerySpeed$ True | SpellDescription$ Create an X/X colorless Golem artifact creature token. Activate only as a sorcery.
SVar:X:Count$xPaid
K:Unearth:2 G
DeckHas:Ability$Graveyard
Oracle:{X}, {T}, Sacrifice Mask of the Jadecrafter: Create an X/X colorless Golem artifact creature token. Activate only as a sorcery.\nUnearth {2}{G} ({2}{G}: Return this card from your graveyard to the battlefield. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)

View File

@@ -0,0 +1,10 @@
Name:Mightstone's Animation
ManaCost:3 U
Types:Enchantment Aura
K:Enchant artifact
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
SVar:TrigDraw:DB$ Draw
A:SP$ Attach | ValidTgts$ Artifact | AITgts$ Card.nonCreature | AILogic$ Animate
S:Mode$ Continuous | Affected$ Artifact.EnchantedBy | SetPower$ 4 | SetToughness$ 4 | AddType$ Creature | Description$ Enchanted artifact is a creature with base power and toughness 4/4 in addition to its other types.
DeckNeeds:Type$Artifact
Oracle:Enchant artifact\nWhen Mightstone's Animation enters the battlefield, draw a card.\nEnchanted artifact is a creature with base power and toughness 4/4 in addition to its other types.

View File

@@ -0,0 +1,11 @@
Name:Military Discipline
ManaCost:W
Types:Enchantment Aura
K:Flash
K:Enchant creature
A:SP$ Attach | ValidTgts$ Creature | AILogic$ Pump
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, enchanted creature gains first strike until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Enchanted | KW$ First Strike
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | Description$ Enchanted creature gets +1/+0.
SVar:PlayMain1:TRUE
Oracle:Flash\nEnchant creature\nWhen Military Discipline enters the battlefield, enchanted creature gains first strike until end of turn.\nEnchanted creature gets +1/+0.

View File

@@ -1,5 +1,5 @@
Name:Food Token Name:Food Token
ManaCost:no cost ManaCost:no cost
Types:Artifact Food Types:Artifact Food
A:AB$ GainLife | Cost$ 2 T Sac<1/CARDNAME> | Defined$ You | LifeAmount$ 3 | SpellDescription$ You gain 3 life. A:AB$ GainLife | Cost$ 2 T Sac<1/CARDNAME/this artifact> | LifeAmount$ 3 | SpellDescription$ You gain 3 life.
Oracle:{2}, {T}, Sacrifice this artifact: You gain 3 life. Oracle:{2}, {T}, Sacrifice this artifact: You gain 3 life.

View File

@@ -1,5 +1,5 @@
Name:Gold Token Name:Gold Token
ManaCost:no cost ManaCost:no cost
Types:Artifact Gold Types:Artifact Gold
A:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. A:AB$ Mana | Cost$ Sac<1/CARDNAME/this artifact> | Produced$ Any | SpellDescription$ Add one mana of any color.
Oracle:Sacrifice this artifact: Add one mana of any color. Oracle:Sacrifice this artifact: Add one mana of any color.