mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Typo patch (#4606)
This commit is contained in:
@@ -2,5 +2,5 @@ Name:Emberwilde Augur
|
||||
ManaCost:1 R
|
||||
Types:Creature Goblin Shaman
|
||||
PT:2/1
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | NumDmg$ 3 | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | PlayerTurn$ True | ActivationPhases$ Upkeep | SpellDescription$ CARDNAME deals 3 damage to target player or planeswalker. Activate only during your upkeep.
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | NumDmg$ 3 | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | PlayerTurn$ True | ActivationPhases$ Upkeep | SpellDescription$ It deals 3 damage to target player or planeswalker. Activate only during your upkeep.
|
||||
Oracle:Sacrifice Emberwilde Augur: It deals 3 damage to target player or planeswalker. Activate only during your upkeep.
|
||||
|
||||
@@ -2,5 +2,5 @@ Name:Frostling
|
||||
ManaCost:R
|
||||
Types:Creature Spirit
|
||||
PT:1/1
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | TgtPrompt$ Select target creature | SpellDescription$ CARDNAME deals 1 damage to target creature.
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | TgtPrompt$ Select target creature | SpellDescription$ It deals 1 damage to target creature.
|
||||
Oracle:Sacrifice Frostling: It deals 1 damage to target creature.
|
||||
|
||||
@@ -2,5 +2,5 @@ Name:Mogg Fanatic
|
||||
ManaCost:R
|
||||
Types:Creature Goblin
|
||||
PT:1/1
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Any | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to any target.
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Any | NumDmg$ 1 | SpellDescription$ It deals 1 damage to any target.
|
||||
Oracle:Sacrifice Mogg Fanatic: It deals 1 damage to any target.
|
||||
|
||||
@@ -3,6 +3,6 @@ ManaCost:7 R
|
||||
Types:Creature Hellion
|
||||
PT:5/5
|
||||
K:Trample
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | Description$ CARDNAME costs {X} less to cast, where X is the greatest power among creatures you control.
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | Description$ This spell costs {X} less to cast, where X is the greatest power among creatures you control.
|
||||
SVar:X:Count$Valid Creature.YouCtrl$GreatestPower
|
||||
Oracle:This spell costs {X} less to cast, where X is the greatest power among creatures you control.\nTrample
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name:Moonglove Extract
|
||||
ManaCost:3
|
||||
Types:Artifact
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Any | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to any target.
|
||||
A:AB$ DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Any | NumDmg$ 2 | SpellDescription$ It deals 2 damage to any target.
|
||||
Oracle:Sacrifice Moonglove Extract: It deals 2 damage to any target.
|
||||
|
||||
@@ -2,8 +2,8 @@ Name:Undercellar Myconid
|
||||
ManaCost:2 G
|
||||
Types:Creature Fungus
|
||||
PT:1/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 green Saproling creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 green Saproling creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME enters the battlefield or dies, create a 1/1 green Saproling creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or dies, create a 1/1 green Saproling creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredCardController
|
||||
DeckHas:Ability$Token & Type$Saproling
|
||||
A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ {T}: Add one mana of any color.
|
||||
|
||||
Reference in New Issue
Block a user