mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
REX 2 cards (#3846)
* update * update * Delete indominus_rex_alpha.txt * Update welcome_to_jurassic_park.txt
This commit is contained in:
@@ -19,7 +19,7 @@ ManaCost:no cost
|
||||
Colors:white,red,green
|
||||
Types:Enchantment Saga
|
||||
K:Saga:4:DBToken,DBMana,DBSearch,DBPumpAll
|
||||
SVar:DBToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | TokenAmount$ 2 | SpellDescription$ Create two 3/3 green Dinosaur creature tokens.
|
||||
SVar:DBToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur | TokenAmount$ 2 | SpellDescription$ Create two 3/3 green Dinosaur creature tokens.
|
||||
SVar:DBMana:DB$ Animate | Defined$ Self | staticAbilities$ Static | SpellDescription$ CARDNAME gains "Creatures you control have '{T}: Add {R}, {G}, or {W}.'"
|
||||
SVar:Static:Mode$ Continuous | EffectZone$ Battlefield | Affected$ Creature.YouCtrl | AddAbility$ Mana | Description$ Creatures you control have '{T}: Add {R}, {G}, or {W}.
|
||||
SVar:Mana:AB$ Mana | Cost$ T | Produced$ Combo R G W | Amount$ 1 | SpellDescription$ Add {R}, {G}, or {W}.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Ian Malcolm, Chaotician
|
||||
ManaCost:1 U R
|
||||
Types:Legendary Creature Human Scientist
|
||||
PT:2/2
|
||||
T:Mode$ Drawn | ValidPlayer$ Player | Number$ 2 | TriggerZones$ Battlefield | Execute$ TrigDig | TriggerDescription$ Whenever a player draws their second card each turn, that player exiles the top card of their library.
|
||||
SVar:TrigDig:DB$ Dig | Defined$ TriggeredPlayer | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | RememberChanged$ True | DestinationZone$ Exile
|
||||
S:Mode$ Continuous | Affected$ Card.ExiledWithSource+YouDontOwn | MayPlay$ True | MayPlayLimit$ 1 | MayPlayIgnoreType$ True | MayPlayPlayer$ ActivePlayer | EffectZone$ Battlefield | AffectedZone$ Exile | Description$ During each player's turn, that player may cast a spell from among the cards they don't own exiled with CARDNAME and mana of any type can be spent to cast it.
|
||||
Oracle:Whenever a player draws their second card each turn, that player exiles the top card of their library.\nDuring each player's turn, that player may cast a spell from among the cards they don't own exiled with Ian Malcolm, Chaotician, and mana of any type can be spent to cast it.
|
||||
@@ -0,0 +1,25 @@
|
||||
Name:Welcome to...
|
||||
ManaCost:1 G G
|
||||
Types:Enchantment Saga
|
||||
K:Saga:3:DBAnimateAll,DBToken,DBWrath
|
||||
SVar:DBAnimateAll:DB$ Animate | ValidTgts$ Artifact.nonCreature+OppCtrl | TgtPrompt$ Select target noncreature Artifact | TargetMin$ 0 | TargetMax$ OneEach | TargetsWithDifferentControllers$ True | Defined$ Targeted | Power$ 0 | Toughness$ 4 | Types$ Creature & Artifact & Wall | Keywords$ Defender | Duration$ UntilHostLeavesPlay | SpellDescription$ For each opponent, up to one target noncreature artifact they control becomes a 0/4 Wall artifact creature with defender for as long as you control this Saga
|
||||
SVar:OneEach:PlayerCountOpponents$Amount
|
||||
SVar:DBToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | PumpKeywords$ Haste | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample. It gains haste until end of turn.
|
||||
SVar:DBWrath:DB$ DestroyAll | ValidCards$ Creature.Wall | SubAbility$ DBTransform | SpellDescription$ Destroy all Walls. Exile this Saga, then return it to the battlefield transformed under your control.
|
||||
SVar:DBTransform:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBReturn
|
||||
SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield | Transformed$ True | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
DeckHas:Ability$Token & Type$Dinosaur
|
||||
DeckHints:Type$Dinosaur & Ability$Graveyard|Mill
|
||||
AlternateMode:DoubleFaced
|
||||
Oracle:(As this Saga enters and after your draw step, add a lore counter.)\nI — For each opponent, up to one target noncreature artifact they control becomes a 0/4 Wall artifact creature with defender for as long as you control this Saga.\nII — Create a 3/3 green Dinosaur creature token with trample. It gains haste until end of turn.\nIII — Destroy all Walls. Exile this Saga, then return it to the battlefield transformed under your control.
|
||||
|
||||
ALTERNATE
|
||||
|
||||
Name:Jurassic Park
|
||||
ManaCost:no cost
|
||||
Types:Legendary Land
|
||||
S:Mode$ Continuous | Affected$ Dinosaur.YouOwn | AffectedZone$ Graveyard | AddKeyword$ Escape:CardManaCost ExileFromGrave<3/Card.Other/other> | Description$ Each Dinosaur card in your graveyard has escape. The escape cost is equal to the card’s mana cost plus exile three other cards from your graveyard. (You may cast cards from your graveyard for their escape cost.)
|
||||
A:AB$ Mana | Cost$ T | Produced$ G | Amount$ X | SpellDescription$ Add {G} for each Dinosaur you control.
|
||||
SVar:X:Count$Valid Dinosaur.YouCtrl
|
||||
Oracle:(Transforms from Welcome to ….)\nEach Dinosaur card in your graveyard has escape. The escape cost is equal to the card's mana cost plus exile three other cards from your graveyard. (You may cast cards from your graveyard for their escape cost.)\n{T}: Add {G} for each Dinosaur you control.
|
||||
6
forge-gui/res/tokenscripts/g_3_3_dinosaur.txt
Normal file
6
forge-gui/res/tokenscripts/g_3_3_dinosaur.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Dinosaur Token
|
||||
ManaCost:no cost
|
||||
Types:Creature Dinosaur
|
||||
Colors:green
|
||||
PT:3/3
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user