- Fixed Timetwister text. Moat and Magus of the Moat converted to script by jhhh.

This commit is contained in:
jendave
2011-08-06 16:59:51 +00:00
parent 5544dbeb24
commit bb366f6e15
5 changed files with 2630 additions and 2632 deletions

2
.gitattributes vendored
View File

@@ -6988,7 +6988,7 @@ src/forge/Card_Color.java -text svneol=native#text/plain
src/forge/Color.java -text svneol=native#text/plain
src/forge/Combat.java svneol=native#text/plain
src/forge/CombatPlaneswalker.java svneol=native#text/plain
src/forge/CombatUtil.java svneol=native#text/plain
src/forge/CombatUtil.java -text svneol=native#text/plain
src/forge/Command.java svneol=native#text/plain
src/forge/CommandArgs.java svneol=native#text/plain
src/forge/CommandList.java svneol=native#text/plain

View File

@@ -1,8 +1,9 @@
Name:Magus of the Moat
ManaCost:2 W W
Types:Creature Human Wizard
Text:Creatures without flying can't attack.
Text:no text
PT:0/3
K:stPumpAll:Creature.withoutFlying:0/0/HIDDEN CARDNAME can't attack.:No Condition:Creatures without flying can't attack.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/magus_of_the_moat.jpg

View File

@@ -1,9 +1,9 @@
Name:Moat
ManaCost:2 W W
Types:Enchantment
Text:Creatures without flying can't attack.
Text:no text
K:stPumpAll:Creature.withoutFlying:0/0/HIDDEN CARDNAME can't attack.:No Condition:Creatures without flying can't attack.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/moat.jpg
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/197.jpg
End

View File

@@ -5,7 +5,7 @@ Text:no text
A:SP$ChangeZoneAll | Cost$ 2 U | ChangeType$ Card | Origin$ Hand | Destination$ Library | Shuffle$ True | SubAbility$ SVar=DBChangeAll | SpellDescription$ Each player shuffles his or her graveyard and hand into his or her library
SVar:DBChangeAll:DB$ChangeZoneAll | ChangeType$ Card | Origin$ Graveyard | Destination$ Library | SubAbility$ SVar=DBDraw
SVar:DBDraw:DB$Draw | NumCards$ 7 | Defined$ Each | SubAbility$ SVar=DBChange | SpellDescription$ , then draws seven cards.
SVar:DBChange:DB$ChangeZone | Origin$ Stack | Destination$ Graveyard | SpellDescription$ CARDNAME goes into a new graveyard.
SVar:DBChange:DB$ChangeZone | Origin$ Stack | Destination$ Graveyard
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/timetwister.jpg

View File

@@ -322,9 +322,6 @@ public class CombatUtil {
if(AllZoneUtil.isCardInPlay("Peacekeeper")) return false;
if((AllZoneUtil.isCardInPlay("Moat") || AllZoneUtil.isCardInPlay("Magus of the Moat"))
&& !c.getKeyword().contains("Flying")) return false;
// CARDNAME can't attack if defending player controls an untapped creature with power ...
final int powerLimit[] = {0};
int keywordPosition = 0;