mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Create gollum_scheming_guide.txt
This commit is contained in:
20
forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt
Normal file
20
forge-gui/res/cardsfolder/upcoming/gollum_scheming_guide.txt
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user