- Added The Immortal Sun

This commit is contained in:
swordshine
2018-01-11 11:09:08 +08:00
parent 1f5375fed2
commit fe8ec70159
2 changed files with 14 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ public class StaticAbilityCantBeCast {
return false;
}
if (params.containsKey("Loyalty") && !(spellAbility.getRestrictions().isPwAbility())) {
return false;
}
if (params.containsKey("TapAbility") && !(spellAbility.getPayCosts().hasTapCost())) {
return false;
}

View File

@@ -0,0 +1,10 @@
Name:The Immortal Sun
ManaCost:6
Types:Legendary Artifact
S:Mode$ CantBeActivated | Activator$ Player | ValidCard$ Planeswalker | Loyalty$ True | Description$ Players can't activate planeswalkers' loyalty abilities.
T:Mode$ Phase | Phase$ Draw | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ At the beginning of your draw step, draw an additional card.
SVar:TrigDraw:DB$Draw | NumCards$ 1
S:Mode$ ReduceCost | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Spells you cast cost {1} less to cast.
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1.
SVar:Picture:http://www.wizards.com/global/images/magic/general/the_immortal_sun.jpg
Oracle:Players can't activate planeswalkers' loyalty abilities.\nAt the beginning of your draw step, draw an additional card.\nSpells you cast cost {1} less to cast.\nCreatures you control get +1/+1.