mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed Breeding Pit's mana cost
- converted Orim's Touch and Overload to proper kicker (Overload also conditional destroy now instead of restricted targeting)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Name:Breeding Pit
|
||||
ManaCost:2 B B
|
||||
ManaCost:3 B
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay B B
|
||||
|
||||
@@ -2,9 +2,9 @@ Name:Orim's Touch
|
||||
ManaCost:W
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ PreventDamage | Cost$ W | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | Amount$ 2 | SpellDescription$ Prevent the next 2 damage that would be dealt to target creature or player this turn.
|
||||
A:SP$ PreventDamage | Cost$ 1 W | SetAsKicked$ True | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | Amount$ 4 | SpellDescription$ Kicker 1 (You may pay an additional 1 as you cast this spell.) If CARDNAME was kicked, prevent the next 4 damage that would be dealt to that creature or player this turn instead.
|
||||
SVar:RemAIDeck:True
|
||||
K:Kicker 1
|
||||
A:SP$ PreventDamage | Cost$ W | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | Amount$ X | References$ X | SpellDescription$ Prevent the next 2 damage that would be dealt to target creature or player this turn. If CARDNAME was kicked, prevent the next 4 damage that would be dealt to that creature or player this turn instead.
|
||||
SVar:X:Count$Kicked.4.2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/orims_touch.jpg
|
||||
SetInfo:INV|Common|http://magiccards.info/scans/en/in/23.jpg
|
||||
|
||||
@@ -2,8 +2,10 @@ Name:Overload
|
||||
ManaCost:R
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Destroy | Cost$ R | ValidTgts$ Artifact.cmcLE2 | TgtPrompt$ Select target artifact with converted mana cost 2 or less | SpellDescription$ Destroy target artifact if its converted mana cost is 2 or less.
|
||||
A:SP$ Destroy | Cost$ 2 R | SetAsKicked$ True | ValidTgts$ Artifact.cmcLE5 | TgtPrompt$ Select target artifact with converted mana cost 5 or less | SpellDescription$ Kicker 2 (You may pay an additional 2 as you cast this spell.) If CARDNAME was kicked, destroy that artifact if its converted mana cost is 5 or less instead.
|
||||
K:Kicker 2
|
||||
A:SP$ Destroy | Cost$ R | ValidTgts$ Artifact | AITgts$ Artifact.cmcLEX | References$ X,Y | TgtPrompt$ Select target artifact with converted mana cost 2 or less (5 or less if kicked) | ConditionCheckSVar$ Y | ConditionSVarCompare$ LEX | SpellDescription$ Destroy target artifact if its converted mana cost is 2 or less. If CARDNAME was kicked, destroy that artifact if its converted mana cost is 5 or less instead.
|
||||
SVar:X:Count$Kicked.5.2
|
||||
SVar:Y:Targeted$CardManaCost
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/overload.jpg
|
||||
SetInfo:INV|Common|http://magiccards.info/scans/en/in/157.jpg
|
||||
|
||||
Reference in New Issue
Block a user