mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Merge pull request #3534 from Simisays/gollu;
LTR Gollum, Scheming Guide & Sauron, the Necromancer [Squash merge]
This commit is contained in:
18
forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt
Normal file
18
forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Name:Gollum, Scheming Guide
|
||||
ManaCost:1 B
|
||||
Types:Legendary Creature Halfling Horror
|
||||
PT:2/1
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPeek | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove NICKNAME from combat. Otherwise, you draw a card and NICKNAME can't be blocked this turn.
|
||||
SVar:TrigPeek:DB$ RearrangeTopOfLibrary | Defined$ You | NumCards$ 2 | SubAbility$ DBChoosePlayer
|
||||
SVar:DBChoosePlayer:DB$ ChoosePlayer | Defined$ You | Choices$ Opponent | ChoiceTitle$ Choose an opponent | SubAbility$ DBChoose
|
||||
SVar:DBChoose:DB$ ChooseType | Type$ Card | ValidTypes$ Land,Nonland | Defined$ You | SubAbility$ DBChooseBis
|
||||
SVar:DBChooseBis:DB$ ChooseType | Defined$ ChosenPlayer | Type$ Card | ValidTypes$ Land,Nonland | SubAbility$ DBBranch
|
||||
SVar:DBBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ RemoveCombat | FalseSubAbility$ Draw | SubAbility$ DBCleanup
|
||||
SVar:X:Count$ValidLibrary Card.TopLibrary+ChosenType+YouOwn
|
||||
SVar:RemoveCombat:DB$ RemoveFromCombat | Defined$ Self
|
||||
SVar:Draw:DB$ Draw | SubAbility$ DBEffect
|
||||
SVar:DBEffect:DB$ Effect | StaticAbilities$ Unblockable | Duration$ UntilHostLeavesPlayOrEOT
|
||||
SVar:Unblockable:Mode$ CantBlockBy | ValidAttacker$ Card.EffectSource | Description$ NICKNAME can't be blocked this turn.
|
||||
SVar:HasAttackEffect:TRUE
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True | ClearChosenType$ True
|
||||
Oracle:Whenever Gollum, Scheming Guide attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove Gollum from combat. Otherwise, you draw a card and Gollum can't be blocked this turn.
|
||||
@@ -0,0 +1,15 @@
|
||||
Name:Sauron, the Necromancer
|
||||
ManaCost:3 B B
|
||||
Types:Legendary Creature Avatar Horror
|
||||
PT:4/4
|
||||
K:Menace
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, exile target creature card from your graveyard. Create a tapped and attacking token that's a copy of that card, except it's a 3/3 black Wraith with menace. At the beginning of the next end step, exile that token unless NICKNAME is your Ring-bearer.
|
||||
SVar:TrigExile:DB$ ChangeZone | ValidTgts$ Creature.YouOwn | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Select target creature card in your graveyard | RememberChanged$ True | SubAbility$ DBCopy
|
||||
SVar:DBCopy:DB$ CopyPermanent | Defined$ Remembered | TokenTapped$ True | TokenAttacking$ True | SetPower$ 3 | SetToughness$ 3 | SetColor$ Black | AtEOT$ Exile | AtEOTCondition$ Y | SetCreatureTypes$ Wraith | AddKeywords$ Menace | AtEOTDesc$ At the beginning of the next end step, exile that token unless Sauron is your Ring-bearer. | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Y:Count$Compare X EQ0.1.0
|
||||
SVar:X:Count$Valid Card.Self+IsRingbearer
|
||||
SVar:HasAttackEffect:TRUE
|
||||
DeckHas:Ability$Graveyard|Token & Type$Wraith
|
||||
DeckHints:Ability$Mill|Discard
|
||||
Oracle:Menace\nWhenever Sauron, the Necromancer attacks, exile target creature card from your graveyard. Create a tapped and attacking token that's a copy of that card, except it's a 3/3 black Wraith with menace. At the beginning of the next end step, exile that token unless Sauron is your Ring-bearer.
|
||||
Reference in New Issue
Block a user