-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
difficulty-based fixes to doppelgangers et al
- Loading branch information
1 parent
4392b49
commit 9fa0433
Showing
10 changed files
with
58 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
|
||
BEGIN_ACTION_DEFINITION | ||
Name(SpawnDoppelgangers) | ||
TRIGGER | ||
Global("ThirdFloorFight","GLOBAL",0) | ||
OR(2) | ||
Global("ZorlDopple","GLOBAL",1) | ||
Global("IrelentreDopple","GLOBAL",1) | ||
ACTION | ||
RESPONSE #100 | ||
SetGlobal("ThirdFloorFight","GLOBAL",1) | ||
CreateCreature("scsargument1",[754.613],W) // Doppelganger | ||
CreateCreature("scsargument1",[1040.633],W) // Doppelganger | ||
CreateCreature("scsargument1",[941.971],NW) // Doppelganger | ||
CreateCreature("scsargument1",[830.668],NW) // Doppelganger | ||
CreateCreature("scsargument1",[505.688],N) // Doppelganger | ||
CreateCreature("scsargument1",[577.733],N) // Doppelganger | ||
CreateCreature("scsargument1",[437.641],NE) // Doppelganger | ||
CreateCreature("scsargument1",[905.422],NW) // Doppelganger | ||
CreateCreature("scsargument1",[860.464],W) // Doppelganger | ||
CreateCreature("scsargument1",[964.497],NWW) // Doppelganger | ||
END | ||
|
||
|
||
IF TRIGGER | ||
TriggerBlock(CoreMinus) | ||
THEN DO | ||
Action(SpawnDoppelgangers,%tutu_var%dopzorl) | ||
END | ||
|
||
IF TRIGGER | ||
TriggerBlock(HardPlus) | ||
THEN DO | ||
Action(SpawnDoppelgangers,dw#dopzo) | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters