mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added The Immortal Sun
This commit is contained in:
@@ -119,6 +119,10 @@ public class StaticAbilityCantBeCast {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (params.containsKey("Loyalty") && !(spellAbility.getRestrictions().isPwAbility())) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (params.containsKey("TapAbility") && !(spellAbility.getPayCosts().hasTapCost())) {
|
if (params.containsKey("TapAbility") && !(spellAbility.getPayCosts().hasTapCost())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
10
forge-gui/res/cardsfolder/upcoming/the_immortal_sun.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/the_immortal_sun.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user