mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Adding Draconic Roar, Foul-Tongue Invocation, and Orator of Ojutai with an appropriate note in Changes with the known issues regarding them
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -4674,6 +4674,7 @@ forge-gui/res/cardsfolder/d/downsize.txt -text
|
||||
forge-gui/res/cardsfolder/d/dowsing_shaman.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/d/draco.txt -text
|
||||
forge-gui/res/cardsfolder/d/draconian_cylix.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/d/draconic_roar.txt -text
|
||||
forge-gui/res/cardsfolder/d/dracoplasm.txt -text
|
||||
forge-gui/res/cardsfolder/d/drafnas_restoration.txt -text
|
||||
forge-gui/res/cardsfolder/d/drag_down.txt svneol=native#text/plain
|
||||
@@ -5957,6 +5958,7 @@ forge-gui/res/cardsfolder/f/foul_imp.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/f/foul_presence.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/f/foul_renewal.txt -text
|
||||
forge-gui/res/cardsfolder/f/foul_spirit.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/f/foul_tongue_invocation.txt -text
|
||||
forge-gui/res/cardsfolder/f/foul_tongue_shriek.txt -text
|
||||
forge-gui/res/cardsfolder/f/foundry_champion.txt -text
|
||||
forge-gui/res/cardsfolder/f/foundry_street_denizen.txt -text
|
||||
@@ -10195,6 +10197,7 @@ forge-gui/res/cardsfolder/o/oracles_insight.txt -text
|
||||
forge-gui/res/cardsfolder/o/oran_rief_recluse.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/o/oran_rief_survivalist.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/o/oran_rief_the_vastwood.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/o/orator_of_ojutai.txt -text
|
||||
forge-gui/res/cardsfolder/o/oraxid.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/o/orb_of_dreams.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/o/orbweaver_kumo.txt svneol=native#text/plain
|
||||
|
||||
@@ -65,6 +65,10 @@ Liliana, Heretical Healer
|
||||
Known Issues
|
||||
------------
|
||||
|
||||
- Dragon Presence cards from DTK -
|
||||
|
||||
Work has started on the Dragon Presence cards. These cards should typicall work on their own merits, but a few corner cases dealing with copying/cloning may not work as expected. As these cases are fairly limited, it was decided to add these cards for people to be able to use.
|
||||
|
||||
- Dragons of Tarkir -
|
||||
Forge now includes many of the new Dragons of Tarkir cards. It may take a few days/weeks before these new card pictures become available for downloading via the "Download LQ Card Pictures" button. The LQ set pictures tend to take a few more weeks/months to process before they become available for downloading via the "Download LQ Set Pictures" button. Please be patient. The Forge devs are not involved in maintaining the servers that house these pictures.
|
||||
|
||||
|
||||
12
forge-gui/res/cardsfolder/d/draconic_roar.txt
Normal file
12
forge-gui/res/cardsfolder/d/draconic_roar.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Draconic Roar
|
||||
ManaCost:1 R
|
||||
Types:Instant
|
||||
Text:As an additional cost to cast Draconic Roar, you may reveal a Dragon card from your hand.\n
|
||||
K:Kicker Reveal<1/Dragon> : Generic
|
||||
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SubAbility$ DBDamageController | SpellDescription$ CARDNAME deals 3 damage to target creature. If you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, CARDNAME deals 3 damage to that creature's controller. | StackDescription$ SpellDescription
|
||||
SVar:DBDamageController:DB$ DealDamage | Defined$ TargetedController | NumDmg$ 3 | ConditionDragonPresence$ True | StackDescription$ None
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/draconic_roar.jpg
|
||||
Oracle:As an additional cost to cast Draconic Roar, you may reveal a Dragon card from your hand.\nDraconic Roar deals 3 damage to target creature. If you revealed a Dragon card or controlled a Dragon as you cast Draconic Roar, Draconic Roar deals 3 damage to that creature's controller.
|
||||
12
forge-gui/res/cardsfolder/f/foul_tongue_invocation.txt
Normal file
12
forge-gui/res/cardsfolder/f/foul_tongue_invocation.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Foul-Tongue Invocation
|
||||
ManaCost:2 B
|
||||
Types:Instant
|
||||
Text:As an additional cost to cast Foul-Tongue Invocation, you may reveal a Dragon card from your hand.\n
|
||||
K:Kicker Reveal<1/Dragon> : Generic
|
||||
A:SP$ Sacrifice | Cost$ 2 B | ValidTgts$ Player | SacValid$ Creature | SacMessage$ Creature | SubAbility$ DBGainLife | SpellDescription$ Target player sacrifices a creature. If you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, you gain 4 life. | StackDescription$ SpellDescription
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 3 | ConditionDragonPresence$ True
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/foul_tongue_invocation.jpg
|
||||
Oracle:As an additional cost to cast Foul-Tongue Invocation, you may reveal a Dragon card from your hand.\nTarget player sacrifices a creature. If you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, you gain 4 life.
|
||||
17
forge-gui/res/cardsfolder/o/orator_of_ojutai.txt
Normal file
17
forge-gui/res/cardsfolder/o/orator_of_ojutai.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Name:Orator of Ojutai
|
||||
ManaCost:1 W
|
||||
Types:Creature Bird Monk
|
||||
PT:0/4
|
||||
Text:As an additional cost to cast Orator of Ojutai, you may reveal a Dragon card from your hand.
|
||||
K:Kicker Reveal<1/Dragon> : Generic
|
||||
K:Defender
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+pseudokicked+wasCast | Execute$ TrigKicker | TriggerDescription$ When CARDNAME enters the battlefield, if you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, draw a card.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+notpseudokicked+wasCast | CheckSVar$ DragonPresence | SVarCompare$ EQ1 | Execute$ TrigKicker | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you revealed a Dragon card or controlled a Dragon as you cast CARDNAME, draw a card.
|
||||
SVar:TrigKicker:DB$ Draw | Defined$ You | NumCards$ 1
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ StoreDragons | Static$ True
|
||||
SVar:DragonPresence:Number$0
|
||||
SVar:StoreDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 1 | ConditionPresent$ Dragon.YouCtrl | SubAbility$ StoreNoDragons
|
||||
SVar:StoreNoDragons:DB$ StoreSVar | SVar$ DragonPresence | Type$ Number | Expression$ 0 | ConditionPresent$ Dragon.YouCtrl | ConditionCompare$ EQ0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/orator_of_ojutai.jpg
|
||||
Oracle:As an additional cost to cast Orator of Ojutai, you may reveal a Dragon card from your hand.\nDefender, flying\nWhen Orator of Ojutai enters the battlefield, if you revealed a Dragon card or controlled a Dragon as you cast Orator of Ojutai, draw a card.
|
||||
Reference in New Issue
Block a user