Vault 88, new items and new structures
/* ==========================================
PARAGRAPH, HEADING, LIST AND IMAGE STYLING
========================================== */
.guide-intro p {
font-size: 1.2em !important
}
.guide-body p {
font-size: 1em; /* A little bigger than normal with imgs, mobile in mind */
line-height: 1.5em; /* Fits better with the larger 1em font-size */
margin-bottom: 20px; /* Layout based on 20px margins between most everything */
margin-top: 14px; /* Corrects for 6px of bizzarre spacing after img tags */
}
/*.guide-body img { /* Uncomment if images are too dark. */
/* filter: brightness(150%);
} */
.guide-container-s img { /* Overrides .guide-body img margin in container-s div */
margin-bottom: 0px;
}
.guide-toc img { /* Special spacing for toc images */
margin-bottom: 0px;
}
.guide-body h3 + img { /* Selects all h3 tags preceded by an img tag */
margin-bottom: 14px !important; /* Adds bottom margin */
}
.guide-toc {
margin-bottom: 1.5em; /* Adds spacing after toc div */
}
.m-carousel {
margin: 0 0 20px 0 !important; /* Fixes bottom spacing for Polygon galleries */
}
.m-entry__body ul {
font-size: 1em; /* Sets to same size as guide-body text size */
}
/* ###### Header tag styling ###### */
.guide-body h3, .guide-toc h3 {
border: solid #484848;
border-width: 0 0px 2px 0px;
font-family: ‘Gotham A’, ‘Gotham B’, sans-serif;
line-height: 100% !important;
margin: 0 0 20px 0 !important;
font-size: 3.5em !important;
}
.guide-body h4 {
border: solid gray;
border-width: 0 0 1px 0;
font-family: ‘Gotham A’, ‘Gotham B’, sans-serif;
/*margin: 0 0 20px 0 !important;*/
font-size: 1.5em !important;
text-transform: uppercase;
}
.guide-body h5 {
border: solid gray;
border-width: 0 0 1px 0;
font-family: ‘Gotham A’, ‘Gotham B’, ‘sans-serif’;
font-size: 1em;
/*margin: 0 0 20px 0 !important;*/
text-transform: uppercase;
}
/* ###### Anchor link spacing for navbar ###### */
.guide-body h3:before, .guide-body h4:before, .guide-body h4:before {
display: block;
content: ” “;
margin-top: -60px;
height: 60px;
visibility: hidden;
}
/* ==========================================
TOC IMAGE CONTAINERS
========================================== */
.guide-container-s {
position: relative;
display: inline-block;
text-align: justify;
height: auto;
width: auto; /* ie8 */
width: 49%;
margin: 2px;
}
@media all and (max-width: 970px) {
.guide-container-s {
margin: 1px;
}
}
@media all and (max-width: 550px) {
.guide-container-s {
width: 100%;
}
}
.guide-container-l {
height: auto;
position: relative;
display: inline-block;
text-align: justify;
width: auto; /* ie8 */
}
/*@media all and (min-width: 550px) {
.guide-container-s, .guide-container-l {
width: 100%;
}
}
@media all and (min-width: 551px) {
.guide-container-s {
width: 49%;
}
}
@media all and (min-width: 551px) {
.guide-container-l {
width: 98.6%;
}
}*/
/* ==========================================
IMAGE BOX TEXT – BOTTOM
========================================== */
.guide-container-l h1 {
background: rgba(0, 0, 0, 0.8);
bottom: 5px;
color: white;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: 4vw;
font-weight: bold;
line-height: 100%;
margin-bottom: 0px !important; /*overrides .m-entry__body p */
padding: 20px 0px 20px 0px;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
}
@media all and (max-width: 799px) {
.guide-container-l p {
padding: 20px 0px 20px 0px;
font-size: 4vw;
}
}
.guide-container-s h1 {
background: rgba(0, 0, 0, 0.8);
bottom: -5px; /* accounts for default margin */
color: white;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-weight: bold;
line-height: 100%;
overflow: hidden;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
}
@media all and (min-width: 550px) {
.guide-container-s h1 {
padding: 10px 0px 10px 0px !important;
font-size: 1.75vw;
}
}
@media all and (max-width: 799px) {
.guide-container-s h1 {
padding: 20px 0px 20px 0px !important;
font-size: 4vw;
}
}
@media all and (min-width: 800px) {
.guide-container-s h1 {
padding: 10px 0px 10px 0px !important;
font-size: 1.75vw;
}
}
/* ==========================================
IMAGE BOX TEXT – CENTER
========================================== */
p.guide-container-l__text–center {
color: white;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: 6em !important;
font-weight: bold;
line-height: normal;
margin-bottom: 0px !important; /*overrides .m-entry__body p */
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
p.guide-container-s__text–center {
color: white;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: 2.5em !important;
font-weight: bold;
line-height: normal;
margin-bottom: 0px !important; /*overrides .m-entry__body p */
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
/* ==========================================
TEXT BOXES
========================================== */
.guide-text-box {
background: #f4f4f1;
border: 1px solid #cacaca;
border-radius: 5px;
margin-bottom: 20px;
padding: 0px 1em 0px 1em;
}
.guide-text-box h1 {
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: large !important;
font-weight: bold !important;
text-transform: uppercase;
padding-top: 15px;
letter-spacing: -0.025em !important;
}
.guide-text-box h1:before {
content: ” “;
display: block;
height: 70px;
margin-top: -70px;
visibility: hidden;
}
.guide-text-box h2 {
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: large !important;
font-weight: bold !important;
text-transform: uppercase;
}
.guide-text-box h2:before {
content: ” “;
display: block;
height: 70px;
margin-top: -70px;
visibility: hidden;
}
.guide-text-box p {
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
font-size: small !important;
}
/* ==========================================
SPOILER TEXT STYLING
========================================== */
.guide-spoiler-text {
background-color: black;
color: black;
}
.guide-spoiler-text:hover {
background-color: transparent;
}
/* ==========================================
GUIDE BODY FLEX CONTAINERS
========================================== */
.guide-flex-container {
display: -webkit-flex;
display: flex; /* rendered as a block */
width: 100%;
margin-bottom: .575em; /* 1em – .425em margin-bottom on flex-item */
flex-wrap: wrap;
justify-content: space-between; /* Items positioned with space between the lines */
}
.guide-flex-item {
line-height: 0em; /* Overrides default 1.4em line spacing */
margin-bottom: .425em; /* That’s 7px, same as the horizontal margin */
}
.guide-flex-container img {
margin: 0px; /* Overrides default margin for guide-body img tags */
}
@media all and (max-width: 550px) { /* If device width is less than or equal to 550px */
.guide-flex-item {
width: 100%; /* Then make flex-item 100% of div width */
}
}
@media all and (min-width: 551px) { /* “If device width is greater than or equal to 551px */
.guide-flex-item {
width: 49.5%; /* Then make flex-item 100% of div width */
}
}
/* ==========================================
NAVIGATION STYLING
========================================== */
.guide-nav {
border: solid #b1b1b1;
border-width: 1px 0 1px 0;
align-items: center;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
height: 4em;
width: 100%;
}
.guide-nav__box–arrow {
width: 1.5%;
}
.guide-nav__box–previous {
width: 33%;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
text-align: left;
padding-left: 0.5em;
}
.guide-nav__box–previous p {
font-size: 0.8em !important;
line-height: 100%;
margin: 0;
}
.guide-nav__box–next {
width: 33%;
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
text-align: right;
padding-right: 0.5em;
}
.guide-nav__box–next p {
font-size: 0.8em !important;
line-height: 100%;
margin: 0;
}
.guide-nav__box–toc {
font-family: ‘Gotham SSm A’, ‘Gotham SSm B’, ‘Helvetica’, ‘Arial’, ‘sans-serif’;
line-height: 100%;
text-align: center;
text-transform: uppercase;
width: 37%;
}
.guide-nav__box–toc p {
font-size: 0.8em !important;
line-height: 100%;
margin: 0;
font-weight: bold;
}
@media all and (min-width: 550px) {
.guide-nav__box–previous p, .guide-nav__box–toc p, .guide-nav__box–next p {
font-size: 1em !important;
}
}
Inside Vault 88
Building and Resources
The Scrapper and Strongback perks will come in handy as will an established hoarding problem. You will be able to scrap a lot of debris around the vault area, but having some extra rubber and ceramic will be useful, too. Doctor Sun in Diamond City will have you covered with his shipments of rubber and Myrna at Diamond City Surplus has shipments of ceramic. Steel is the main structure component, but there is an abundance of it in Vault 88.
Workshops
There are four Workshops in Vault 88. Unlock them in Better Living Underground and Explore Vault 88 to have access to the entire buildable area of Vault 88. Similar to other settlements, you can assign a settler to create a supply line to share resources and inventory among settlements.
Entrances and Exits
There are three ways to access Vault 88. The first is the main 9 cog classic vault door. The other two are on opposite sides of the cave the vault has been built in. One is in the North-East Sector and puts you in University Point and the other is in the North Sector and puts you by Milton General Hospital.
Settlers
You will interview the first three settlers, but after that the settlers will just appear as they have in previous settlements. An early description of the DLC indicates that you will be able to change the appearance of settlers using the barber chair or surgery chair, but sadly they’re just for your own use.
New Items
You can build Vault-Tec Workshop’s new items outside of Vault 88 in other settlements. A gear logo indicates all new items. All new items, except the four Vault-Tec prototypes, are available to you immediately after unlocking the first workshop as a part of Better Living Underground.
Population Management Terminal
The introduction of the Population Management Terminal finally allows you to easily identify unemployed settlers and assign them jobs. You can also use it to locate your companions.
Using the terminal to find a companion triggers Overseer’s Most Wanted. It’s not a quest but instead places a waypoint indicator for you to locate your companion. You can toggle the indicators on and off through the terminal, which will remove their name from the Overseer’s Most Wanted list on your Pip-Boy display.
Vault-Tec Prototypes
The prototypes from the experiment are found the Vault Resources category. They provide temporary boosts when you use them. The Power Cycle 1000 offers an endurance boost, the phoropter gives you a perception boost and the slot machine will give you a boost in luck.
Furniture
You can see a sampling of new furniture items above. Some new items like the pommel horse provide entertainment for the settlers and benefit you as well. Use the pommel horse for an agility boost and the weight bench for a strength boost.
Decorations
You can see a sampling of new decoration items above. All of these items are purely cosmetic for now. Some, like the posters, come in new and old states. Most are new vault specific items and others are new and clean versions of items previously available.
Power
Two new power generators have been added, the Vault-Tec Reactor and Vault-Tec Super Reactor. The new reactors offer a significant increase in power available and all old generators pale in comparison. The Vault-Tec Reactor produces 150 power while the Vault-Tec Super Reactor produces 500. The reactors require a lot of Nuclear Material to build but the vault provides plenty in the Uranium caves.
New Structures
You will find a selection of new vault-related structures at your disposal. Structures are grouped by categories and can be expanded for more pieces, such as a hallway or a corner, to fit your building needs. The new structures allow you to personalize the look of your vault with themed room components to build cafeterias, nurseries, quarters and more.
The structure categories include Atrium, Domestic, Room, Utility, Doors, Railings and Stairs and Supports.
Building Tips
The key to building is connecting doorways to doorways.
Use the doorway pieces within each vault subsection to connect different sections together.
If you’re using the Atrium structures as the start of your vault, connect an Atrium doorway to a Room doorway. You will then be able to add to the rest of the room. If you have difficulties connecting an Atrium doorway to a Room doorway, use a Domestic doorway in between. Utility structures work the same as Domestic.
Your browser does not support the HTML5 video tag.
If you’ve used the Domestic doorways as a connector, you can delete the Domestic doorway once you have attached the two pieces.
Achievements
Vault Dweller
Equip a Vault 88 suit and Pip-Boy on a settler, and you’ll receive 20 achievement points.
You can find Pip-Boys and vault suits in the Vault 88 trunk by the vault entrance. The Pip-Boy will auto-equip, but you will have to manually equip the vault suit.
Better Living Underground
Unlock all build areas of Vaut 88, and you’ll receive 15 achievement points.
Oversight
Become Overseer, and you’ll receive 15 achievement points.
If the Overseer stays after Lady Luck, you will not receive the Oversight achievement.
Main table of contents
Vault-Tec Calling