- Small fix for Iterative Analysis

- Added Double Stroke
This commit is contained in:
Sol
2014-08-12 23:19:50 +00:00
parent e27ab626fe
commit 052319577f
3 changed files with 9 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -4387,6 +4387,7 @@ forge-gui/res/cardsfolder/d/dosan_the_falling_leaf.txt -text
forge-gui/res/cardsfolder/d/dosans_oldest_chant.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/double_cleave.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/double_negative.txt -text
forge-gui/res/cardsfolder/d/double_stroke.txt -text
forge-gui/res/cardsfolder/d/doubling_chant.txt -text
forge-gui/res/cardsfolder/d/doubling_cube.txt -text
forge-gui/res/cardsfolder/d/doubling_season.txt svneol=native#text/plain

View File

@@ -0,0 +1,7 @@
Name:Double Stroke
ManaCost:no cost
Types:Conspiracy
K:Hidden agenda
T:Mode$ SpellCast | ValidCard$ Instant.NamedCard,Sorcery.NamedCard | ValidActivatingPlayer$ You | Execute$ TrigCopySpell | TriggerZones$ Command | OptionalDecider$ You | TriggerDescription$ Whenever you cast an instant or sorcery spell with the chosen name, you may copy it. You may choose new targets for the copy.
SVar:TrigCopySpell:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | Amount$ 1
Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nWhenever you cast an instant or sorcery spell with the chosen name, you may copy it. You may choose new targets for the copy.

View File

@@ -2,6 +2,6 @@ Name:Iterative Analysis
ManaCost:no cost
Types:Conspiracy
K:Hidden agenda
T:Mode$ SpellCast | ValidCard$ Card.NamedCard | ValidActivatingPlayer$ You | Execute$ TrigDraw | TriggerZones$ Command | OptionalDecider$ You | TriggerDescription$ Whenever you cast an instant or sorcery spell with the chosen name, you may draw a card.
T:Mode$ SpellCast | ValidCard$ Instant.NamedCard,Sorcery.NamedCard | ValidActivatingPlayer$ You | Execute$ TrigDraw | TriggerZones$ Command | OptionalDecider$ You | TriggerDescription$ Whenever you cast an instant or sorcery spell with the chosen name, you may draw a card.
SVar:TrigDraw:DB$ Draw | Optional$ True | Defined$ You | NumCards$ 1
Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nWhenever you cast an instant or sorcery spell with the chosen name, you may draw a card.