Skip to content

Commit

Permalink
Typo patch (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg444 authored Jan 28, 2024
1 parent 8e54d17 commit 2cffe0c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/e/emberwilde_augur.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/f/frostling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/m/mogg_fanatic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/m/molten_monstrosity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/m/moonglove_extract.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions forge-gui/res/cardsfolder/u/undercellar_myconid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cffe0c

Please sign in to comment.