Bug fixes and adding new cards
Adding more cards from Commander Legends: Battle for Baldur's Gate (CLB) Adding cards with Blitz from Streets of New Capenna (SNC) Fell Flagship Vow of Torment culling scales Acrobatic Maneuver Double Major Tend the Pests Demon's Disciple mystical teachings reoving cards that crash the game Oracle's Vault crashes the game Collective Defiance crashes the game
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -746,7 +746,7 @@ toughness=4
|
||||
[card]
|
||||
name=Acrobatic Maneuver
|
||||
target=creature|mybattlefield
|
||||
auto=moveto(exile) and!(moveto(mybattlefield))!
|
||||
auto=moveto(exile) and!(moveto(ownerBattlefield))!
|
||||
auto=draw:1 controller
|
||||
text=Exile target creature you control, then return that card to the battlefield under its owner's control. -- Draw a card.
|
||||
mana={2}{W}
|
||||
@@ -24739,7 +24739,7 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Culling Scales
|
||||
auto=@each my upkeep:destroy target(*[-land&manacost=convertedcost:lowest:*[-land]:battlefield])
|
||||
auto=@each my upkeep:destroy target(*[-land&manacost=convertedcost:lowest:*[-land]|battlefield])
|
||||
text=At the beginning of your upkeep, destroy target nonland permanent with the lowest mana value. (If two or more permanents are tied for lowest cost, target any one of them.)
|
||||
mana={3}
|
||||
type=Artifact
|
||||
@@ -36426,7 +36426,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Entomber Exarch
|
||||
auto=aslongas(creature|mygraveyard) choice moveTo(myhand) target(creature|mygraveyard)
|
||||
auto=choice moveTo(myhand) target(creature|mygraveyard) restriction type(creature|mygraveyard)~morethan~0
|
||||
aicode=activate reject notatarget(*[-creature]|targetedpersonshand)
|
||||
auto=choice target(opponent) reveal:type:*:targetedpersonshand revealzone(targetedpersonshand) optionone name(choose discards) notatarget(<1>*[-creature]|reveal) transforms((,newability[moveto(ownerhand) all(other *|reveal)],newability[moveto(ownerhand) and!(reject)!])) ueot optiononeend optiontwo name(put back) target(<1>*|reveal) moveto(ownerhand) and!( all(*|reveal) moveto(ownerhand) )! optiontwoend revealend
|
||||
text=When Entomber Exarch enters the battlefield, choose one - Return target creature card from your graveyard to your hand; or target opponent reveals his or her hand, you choose a noncreature card from it, then that player discards that card.
|
||||
@@ -78018,8 +78018,9 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Mystical Teachings
|
||||
aicode=activate target(*[instant;flash]|mylibrary) moveto(myhand)
|
||||
auto=name(search card) Reveal:type:*:mylibrary revealzone(mylibrary) optionone name(choose card) target(<1>*[instant;flash]|reveal) transforms((,newability[all(other *|reveal) moveto(mylibrary) and!(shuffle)!],newability[moveto(myhand)])) optiononeend optiontwo name(shuffle) bottomoflibrary target(<1>*|reveal) and!( all(*|reveal) bottomoflibrary and!(shuffle)! )! optiontwoend revealend
|
||||
aicode=activate target(*[instant]|mylibrary) moveto(myhand)
|
||||
auto=choice name(search instant) Reveal:type:*:mylibrary revealzone(mylibrary) optionone name(choose card) target(<1>*[instant]|reveal) transforms((,newability[all(other *|reveal) moveto(mylibrary) and!(shuffle)!],newability[moveto(myhand)])) optiononeend optiontwo name(shuffle) bottomoflibrary target(<1>*|reveal) and!( all(*|reveal) bottomoflibrary and!(shuffle)! )! optiontwoend revealend
|
||||
auto=choice name(search card with flash) Reveal:type:*:mylibrary revealzone(mylibrary) optionone name(choose card) target(<1>*[flash]|reveal) transforms((,newability[all(other *|reveal) moveto(mylibrary) and!(shuffle)!],newability[moveto(myhand)])) optiononeend optiontwo name(shuffle) bottomoflibrary target(<1>*|reveal) and!( all(*|reveal) bottomoflibrary and!(shuffle)! )! optiontwoend revealend
|
||||
flashback={5}{B}
|
||||
text=Search your library for an instant card or a card with flash, reveal it, and put it into your hand. Then shuffle your library. -- Flashback {5}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
mana={3}{U}
|
||||
|
||||
Reference in New Issue
Block a user