mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Time Distortion
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13555,6 +13555,7 @@ forge-gui/res/cardsfolder/t/timberpack_wolf.txt -text
|
||||
forge-gui/res/cardsfolder/t/timberwatch_elf.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/t/time_and_tide.txt -text
|
||||
forge-gui/res/cardsfolder/t/time_bomb.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/t/time_distortion.txt -text
|
||||
forge-gui/res/cardsfolder/t/time_ebb.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/t/time_elemental.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/t/time_of_heroes.txt svneol=native#text/plain
|
||||
|
||||
@@ -111,6 +111,7 @@ public enum SpellApiToAi {
|
||||
apiToClass.put(ApiType.RestartGame, RestartGameAi.class);
|
||||
apiToClass.put(ApiType.Reveal, RevealAi.class);
|
||||
apiToClass.put(ApiType.RevealHand, RevealHandAi.class);
|
||||
apiToClass.put(ApiType.ReverseTurnOrder, AlwaysPlayAi.class);
|
||||
apiToClass.put(ApiType.RollPlanarDice, RollPlanarDiceAi.class);
|
||||
apiToClass.put(ApiType.RunSVarAbility, AlwaysPlayAi.class);
|
||||
apiToClass.put(ApiType.Sacrifice, SacrificeAi.class);
|
||||
|
||||
8
forge-gui/res/cardsfolder/t/time_distortion.txt
Normal file
8
forge-gui/res/cardsfolder/t/time_distortion.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Time Distortion
|
||||
ManaCost:no cost
|
||||
Types:Phenomenon
|
||||
T:Mode$ PlaneswalkedTo | ValidCard$ Card.Self | TriggerZones$ Command | Execute$ TrigReverse | TriggerDescription$ When you encounter CARDNAME, reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise. Then planeswalk away from this phenomenon.)
|
||||
SVar:TrigReverse:AB$ ReverseTurnOrder | Cost$ 0 | SubAbility$ PWAway
|
||||
SVar:PWAway:DB$ Planeswalk | Cost$ 0
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/time_distortion.jpg
|
||||
Oracle:When you encounter Time Distortion, reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise. Then planeswalk away from this phenomenon.)
|
||||
Reference in New Issue
Block a user