forked from ArchipelagoMW/Archipelago
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
3,938 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file is auto generated. More info: https://github.com/Daivuk/apdoom | ||
|
||
from typing import List | ||
|
||
|
||
events: List[str] = [ | ||
'Hangar (E1M1) - Complete', | ||
'Nuclear Plant (E1M2) - Complete', | ||
'Toxin Refinery (E1M3) - Complete', | ||
'Command Control (E1M4) - Complete', | ||
'Phobos Lab (E1M5) - Complete', | ||
'Central Processing (E1M6) - Complete', | ||
'Computer Station (E1M7) - Complete', | ||
'Phobos Anomaly (E1M8) - Complete', | ||
'Military Base (E1M9) - Complete', | ||
'Deimos Anomaly (E2M1) - Complete', | ||
'Containment Area (E2M2) - Complete', | ||
'Refinery (E2M3) - Complete', | ||
'Deimos Lab (E2M4) - Complete', | ||
'Command Center (E2M5) - Complete', | ||
'Halls of the Damned (E2M6) - Complete', | ||
'Spawning Vats (E2M7) - Complete', | ||
'Tower of Babel (E2M8) - Complete', | ||
'Fortress of Mystery (E2M9) - Complete', | ||
'Hell Keep (E3M1) - Complete', | ||
'Slough of Despair (E3M2) - Complete', | ||
'Pandemonium (E3M3) - Complete', | ||
'House of Pain (E3M4) - Complete', | ||
'Unholy Cathedral (E3M5) - Complete', | ||
'Mt. Erebus (E3M6) - Complete', | ||
'Limbo (E3M7) - Complete', | ||
'Dis (E3M8) - Complete', | ||
'Warrens (E3M9) - Complete', | ||
] |
Oops, something went wrong.