mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Gravity Sphere.
- Run scripts.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
12
res/cardsfolder/g/gravity_sphere.txt
Normal file
12
res/cardsfolder/g/gravity_sphere.txt
Normal 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
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user