From eed448daeaf0bd7c6dc589515ec322cb6e0cd95e Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Sat, 22 Jul 2023 11:02:55 +0200 Subject: [PATCH] Create gollum_scheming_guide.txt --- .../upcoming/gollum_scheming_guide.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt diff --git a/forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt b/forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt new file mode 100644 index 00000000000..7b08b53a18d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt @@ -0,0 +1,20 @@ +Name:Gollum, Scheming Guide +ManaCost:1 B +Types:Legendary Creature Halfling Horror +PT:2/1 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPeek | 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$ Player.Opponent | ChoiceTitle$ Choose an opponent | SubAbility$ DBChoose +SVar:DBChoose:DB$ GenericChoice | Choices$ ChooseLand,ChooseNonland | Defined$ You +SVar:ChooseLand:DB$ GenericChoice | Defined$ Player.Chosen | Choices$ GuessLand,GuessNonland | SpellDescription$ Choose land. +SVar:ChooseNonland:DB$ GenericChoice | Defined$ Player.Chosen | Choices$ GuessLand,GuessNonland | SpellDescription$ Choose nonland. +SVar:GuessLand:DB$ PeekandReveal | PeekAmount$ 1 | RevealValid$ Card.Land | RememberRevealed$ True | SubAbility$ DBBranch | SpellDescription$ Guess land. +SVar:GuesNonland:DB$ PeekandReveal | PeekAmount$ 1 | RevealValid$ Card.nonLand | RememberRevealed$ True | SubAbility$ DBBranch | SpellDescription$ Guess nonland. +SVar:DBBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ RemoveCombat | FalseSubAbility$ Draw | SubAbility$ DBCleanup +SVar:RemoveCombat:DB$ RemoveFromCombat | Defined$ Self +SVar:Draw:DB$ Draw | SubAbility$ DBEffect | SpellDescription$ You draw a card and NICKNAME can't be blocked this turn. +SVar:DBEffect:DB$ Effect | StaticAbilities$ Unblockable +SVar:Unblockable:Mode$ CantBlockBy | ValidAttacker$ Card.Self | Description$ NICKNAME can't be blocked this turn. +SVar:X:Count$RememberedSize +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ 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. \ No newline at end of file