- Added Gravity Sphere.

- Run scripts.
This commit is contained in:
Sloth
2011-09-11 16:45:32 +00:00
parent 79c1bc9007
commit 48dac75fe7
4 changed files with 17 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -3289,6 +3289,7 @@ res/cardsfolder/g/gravelgill_duo.txt svneol=native#text/plain
res/cardsfolder/g/graven_cairns.txt svneol=native#text/plain
res/cardsfolder/g/gravespawn_sovereign.txt svneol=native#text/plain
res/cardsfolder/g/gravitational_shift.txt svneol=native#text/plain
res/cardsfolder/g/gravity_sphere.txt -text
res/cardsfolder/g/gray_ogre.txt svneol=native#text/plain
res/cardsfolder/g/graypelt_hunter.txt svneol=native#text/plain
res/cardsfolder/g/graypelt_refuge.txt svneol=native#text/plain

View File

@@ -6,4 +6,6 @@ A:SP$Effect | Cost$ 2 U | StaticAbilities$ PumpTrigs | SVars$ Trig,Eff | Name$ A
SVar:PumpTrigs:Mode$ Continuous | Affected$ Creature.YouCtrl | AddTrigger$ Trig | AddSVar$ Eff | Description$ Creatures you control have "Whenever this creature deals damage to an opponent, you may return target creature that player controls to its owner's hand."
SVar:Trig:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | Execute$ Eff | TriggerDescription$ Whenever this creature deals damage to an opponent, you may return target creature that player controls to its owner's hand.
SVar:Eff:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Select target creature you don't control. | Origin$ Battlefield | Destination$ Hand
SetInfo:NPH|Uncommon|http://magiccards.info/scans/en/nph/28.jpg
Oracle:Until end of turn, creatures you control gain "Whenever this creature deals damage to an opponent, you may return target creature that player controls to its owner's hand."
End

View File

@@ -0,0 +1,12 @@
Name:Gravity Sphere
ManaCost:2 R
Types:World Enchantment
Text:no text
S:Mode$ Continuous | Affected$ Creature | RemoveKeyword$ Flying | Description$ All creatures lose flying.
SVar:PlayMain1:TRUE
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/gravity_sphere.jpg
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/149.jpg
Oracle:All creatures lose flying.
End

View File

@@ -93,7 +93,8 @@ public class StaticAbility {
return 6; //Layer 6
if(mapParams.containsKey("AddKeyword") || mapParams.containsKey("AddAbility")
|| mapParams.containsKey("AddTrigger") || mapParams.containsKey("RemoveTriggers"))
|| mapParams.containsKey("AddTrigger") || mapParams.containsKey("RemoveTriggers")
|| mapParams.containsKey("RemoveKeyword"))
return 7; //Layer 6 (dependent)
if(mapParams.containsKey("CharacteristicDefining"))