mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-07 13:07:13 +08:00
Expansion (#707)
This additional content explores the aftermath of an event in The Ensign. A large dungeon, The Executioner, reveals the fate of one of the Wanderers’ most powerful weapons though multiple wings, each ending with a unique boss encounter. The fabricator allows the player to craft powerful items out of alien alloy, introducing new combat mechanics.
This commit is contained in:
+5
-2
@@ -59,7 +59,8 @@
|
||||
<script src="script/world.js"></script>
|
||||
<script src="script/path.js"></script>
|
||||
<script src="script/ship.js"></script>
|
||||
<script src="script/space.js"></script>
|
||||
<script src="script/space.js"></script>
|
||||
<script src="script/fabricator.js"></script>
|
||||
<script src="script/prestige.js"></script>
|
||||
<script src="script/scoring.js"></script>
|
||||
<!-- Event modules -->
|
||||
@@ -69,6 +70,7 @@
|
||||
<script src="script/events/encounters.js"></script>
|
||||
<script src="script/events/setpieces.js"></script>
|
||||
<script src="script/events/marketing.js"></script>
|
||||
<script src="script/events/executioner.js"></script>
|
||||
|
||||
<script type='text/javascript'>
|
||||
var oldIE = false;
|
||||
@@ -83,7 +85,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="css/path.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/world.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/ship.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/space.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/space.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/fabricator.css" />
|
||||
|
||||
<script src="script/localization.js"></script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
|
||||
Reference in New Issue
Block a user