Some card fixes

This commit is contained in:
Tim Mocny
2021-02-11 00:02:22 +00:00
committed by Hans Mackowiak
parent c29a267d07
commit 07de907236
2 changed files with 2 additions and 7 deletions

View File

@@ -3,8 +3,6 @@ ManaCost:2 B
Types:Snow Creature Shade
PT:1/1
K:Flying
A:AB$ Pump | Cost$ S | Defined$ Self | +1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +1/+1 until end of turn.
# AI can now use snow mana to pay for activated abilities.
AI:RemoveDeck:Random
DeckHints:Type$Snow
A:AB$ Pump | Cost$ S | Defined$ Self | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +1/+1 until end of turn.
DeckNeeds:Type$Snow
Oracle:Flying\n{S}: Chilling Shade gets +1/+1 until end of turn. ({S} can be paid with one mana from a snow permanent.)

View File

@@ -2,12 +2,9 @@ Name:Magmatic Core
ManaCost:2 R R
Types:Enchantment
K:Cumulative upkeep:1
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CountMagma | Static$ True | Secondary$ True | TriggerDescription$ At the beginning of your end step, CARDNAME deals X damage divided as you choose among any number of target creatures, where X is the number of age counters on it.
SVar:CountMagma:DB$ StoreSVar | SVar$ CoreStrength | Type$ Count | Expression$ CardCounters.AGE
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ MagmaticDamage | TriggerDescription$ At the beginning of your end step, CARDNAME deals X damage divided as you choose among any number of target creatures, where X is the number of age counters on it.
SVar:MagmaticDamage:DB$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature to distribute damage to | NumDmg$ CoreStrength | TargetMin$ Min | TargetMax$ CoreStrength | References$ Min,CoreStrength | DividedAsYouChoose$ CoreStrength
SVar:CoreStrength:Count$CardCounters.AGE
SVar:Min:SVar$CoreStrength/LimitMax.1
AI:RemoveDeck:Random
SVar:Picture:http://www.wizards.com/global/images/magic/general/magmatic_core.jpg
Oracle:Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nAt the beginning of your end step, Magmatic Core deals X damage divided as you choose among any number of target creatures, where X is the number of age counters on it.