mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Small fix for Iterative Analysis
- Added Double Stroke
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
7
forge-gui/res/cardsfolder/d/double_stroke.txt
Normal file
7
forge-gui/res/cardsfolder/d/double_stroke.txt
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user