JON4TH4N - few fixes and tested, working now
This commit is contained in:
@@ -733,8 +733,8 @@ abilities=protection from black
|
|||||||
[card]
|
[card]
|
||||||
text=At the end of each player's turn, tap all untapped Islands that player controls and Monsoon deals X damage to the player, where X is the number of Islands tapped this way.
|
text=At the end of each player's turn, tap all untapped Islands that player controls and Monsoon deals X damage to the player, where X is the number of Islands tapped this way.
|
||||||
id=2734
|
id=2734
|
||||||
auto=@each my endofturn:foreach(island[-tapped]|myBattlefield):damage:1 controller
|
auto=@each my endofturn:foreach(island[-tapped]|myBattlefield) damage:1 controller
|
||||||
auto=@each opponent endofturn:foreach(island[-tapped]|opponentBattlefield):damage:1 opponent
|
auto=@each opponent endofturn:foreach(island[-tapped]|opponentBattlefield) damage:1 opponent
|
||||||
auto=@each my cleanup:tap all(island[-tapped]|myBattlefield)
|
auto=@each my cleanup:tap all(island[-tapped]|myBattlefield)
|
||||||
auto=@each opponent cleanup:tap all(island[-tapped]|opponentBattlefield)
|
auto=@each opponent cleanup:tap all(island[-tapped]|opponentBattlefield)
|
||||||
name=Monsoon
|
name=Monsoon
|
||||||
|
|||||||
@@ -1094,7 +1094,7 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Whenever one or more creatures attack you, you gain 1 life for each attacking creature.
|
text=Whenever one or more creatures attack you, you gain 1 life for each attacking creature.
|
||||||
auto=@each blockers step:foreach(creature[attacking]|opponentbattlefield):life:1
|
auto=@each blockers step:foreach(creature[attacking]|opponentbattlefield) life:1
|
||||||
id=4891
|
id=4891
|
||||||
name=Orim's Prayer
|
name=Orim's Prayer
|
||||||
rarity=U
|
rarity=U
|
||||||
|
|||||||
Reference in New Issue
Block a user