mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed Timetwister text. Moat and Magus of the Moat converted to script by jhhh.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user