mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Changed Luminous Angel to keyword.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Name:Luminous Angel
|
||||
ManaCost:4 W W W
|
||||
Types:Creature Angel
|
||||
Text:At the beginning of your upkeep, put a 1/1 white Spirit token with flying onto the battlefield.
|
||||
Text:no text
|
||||
PT:4/4
|
||||
K:Flying
|
||||
K:WheneverKeyword:BeginningOfUpkeep:No_Initiator:Play:MakeToken-Spirit-W-1-1-Flying-/1:ControllingPlayer_Self:ASAP:Yes_No:ControllerUpkeep:At the beginning of your upkeep, you may put a 1/1 white Spirit creature token with flying onto the battlefield.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/luminous_angel.jpg
|
||||
End
|
||||
|
||||
@@ -86,7 +86,7 @@ public class GameActionUtil {
|
||||
upkeep_Bringer_of_the_White_Dawn();
|
||||
upkeep_Murkfiend_Liege();
|
||||
upkeep_Mirror_Sigil_Sergeant();
|
||||
upkeep_Luminous_Angel();
|
||||
//upkeep_Luminous_Angel();
|
||||
upkeep_Verdant_Force();
|
||||
upkeep_Dragon_Broodmother(); //put this before bitterblossom and mycoloth, so that they will resolve FIRST
|
||||
upkeep_Bitterblossom();
|
||||
@@ -8585,7 +8585,7 @@ public class GameActionUtil {
|
||||
}// for
|
||||
}// upkeep_Mycoloth()
|
||||
|
||||
|
||||
/*
|
||||
private static void upkeep_Luminous_Angel() {
|
||||
final String player = AllZone.Phase.getActivePlayer();
|
||||
PlayerZone playZone = AllZone.getZone(Constant.Zone.Play, player);
|
||||
@@ -8637,7 +8637,8 @@ public class GameActionUtil {
|
||||
AllZone.Stack.add(ability);
|
||||
}// for
|
||||
}// upkeep_Luminous_Angel()
|
||||
|
||||
*/
|
||||
|
||||
private static void upkeep_Verdant_Force() {
|
||||
//final String player = AllZone.Phase.getActivePlayer();
|
||||
PlayerZone hPlay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Human);
|
||||
|
||||
Reference in New Issue
Block a user