-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
431b72f
commit 7ee96fd
Showing
18 changed files
with
5,206 additions
and
2,121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
div#fabricateButtons { | ||
position: relative; | ||
top: 5px; | ||
left: 0; | ||
} | ||
|
||
div#fabricateButtons::before { | ||
content: attr(data-legend); | ||
position: relative; | ||
top: -5px; | ||
} | ||
|
||
div#blueprints::before { | ||
content: attr(data-legend); | ||
position: absolute; | ||
top: -13px; | ||
background-color: white; | ||
} | ||
|
||
div#blueprints { | ||
position: absolute; | ||
top: 0px; | ||
right: 237px; | ||
border: 1px solid black; | ||
cursor: default; | ||
padding: 5px 10px; | ||
width: 200px; | ||
} | ||
|
||
div.blueprintRow { | ||
position: relative; | ||
} | ||
|
||
div.blueprintRow .row_key { | ||
float: none; | ||
} |
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
Oops, something went wrong.