mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added AI logic to play a simple Illusions-Donate Trix deck.
- Added a quest opponent The Great and Powerful Trixie 4, a mono blue Trix combo deck with Illusions of Grandeur and Donate and a wide array of permission. It may be a little haphazard and not always very consistent, but it does beat many hard and very hard opponents with a decent chance.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Name:Donate
|
||||
ManaCost:2 U
|
||||
Types:Sorcery
|
||||
A:SP$ Pump | Cost$ 2 U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ D1 | SpellDescription$ Target player gains control of target permanent you control. | StackDescription$ None
|
||||
A:SP$ Pump | Cost$ 2 U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ D1 | AILogic$ DonateTargetPlayer | SpellDescription$ Target player gains control of target permanent you control. | StackDescription$ None
|
||||
SVar:D1:DB$ Pump | RememberObjects$ Targeted | Static$ True | SubAbility$ D2 | StackDescription$ None
|
||||
SVar:D2:DB$ Pump | ValidTgts$ Permanent.YouCtrl | TgtPrompt$ Select target permanent you control | SubAbility$ D3 | StackDescription$ None
|
||||
SVar:D2:DB$ Pump | ValidTgts$ Permanent.YouCtrl | TgtPrompt$ Select target permanent you control | SubAbility$ D3 | AILogic$ DonateTargetPerm | StackDescription$ None
|
||||
SVar:D3:DB$ GainControl | Defined$ Targeted | NewController$ Remembered | SubAbility$ D4
|
||||
SVar:D4:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemRandomDeck:True
|
||||
|
||||
@@ -6,6 +6,9 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, you lose 20 life.
|
||||
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 20
|
||||
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 20
|
||||
SVar:RemAIDeck:True
|
||||
SVar:AICastPreference:MustHaveInHand$ Donate | MaxControlled$ 1 | NumManaSourcesNextTurn$ 5
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:DeckNeeds:Name$Donate
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/illusions_of_grandeur.jpg
|
||||
Oracle:Cumulative upkeep {2} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen Illusions of Grandeur enters the battlefield, you gain 20 life.\nWhen Illusions of Grandeur leaves the battlefield, you lose 20 life.
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Name=The Great and Powerful Trixie 4
|
||||
Title=The Great and Powerful Trixie
|
||||
Difficulty=very hard
|
||||
Description=Mono Blue Trix combo deck with Illusions of Grandeur and Donate
|
||||
Icon=Great and Powerful Trixie.jpg
|
||||
Deck Type=constructed
|
||||
[main]
|
||||
1 Ancestral Recall
|
||||
4 Arcane Denial
|
||||
4 Counterspell
|
||||
1 Dig Through Time
|
||||
2 Disdainful Stroke
|
||||
4 Donate
|
||||
2 Essence Scatter
|
||||
4 Illusions of Grandeur
|
||||
15 Island
|
||||
4 Mana Leak
|
||||
1 Mox Emerald
|
||||
1 Mox Jet
|
||||
1 Mox Pearl
|
||||
1 Mox Ruby
|
||||
1 Mox Sapphire
|
||||
4 Propaganda
|
||||
4 Sapphire Medallion
|
||||
1 Treasure Cruise
|
||||
3 Unsummon
|
||||
4 Vapor Snag
|
||||
Reference in New Issue
Block a user