diff --git a/Resources/Locale/en-US/_NF/guidebook/guides.ftl b/Resources/Locale/en-US/_NF/guidebook/guides.ftl index 9ff5fb0c7c1..f67b938ffd5 100644 --- a/Resources/Locale/en-US/_NF/guidebook/guides.ftl +++ b/Resources/Locale/en-US/_NF/guidebook/guides.ftl @@ -27,6 +27,7 @@ guide-entry-expedition-xenos = Xenos guide-entry-shipyard-akupara = Akupara guide-entry-shipyard-ambition = Ambition guide-entry-shipyard-apothecary = Apothecary +guide-entry-shipyard-barge = Barge guide-entry-shipyard-bazaar = Bazaar guide-entry-shipyard-bocadillo = Bocadillo guide-entry-shipyard-bookworm = Bookworm diff --git a/Resources/Prototypes/_NF/Guidebook/shipyard.yml b/Resources/Prototypes/_NF/Guidebook/shipyard.yml index b7cfca601bf..178aa6a5642 100644 --- a/Resources/Prototypes/_NF/Guidebook/shipyard.yml +++ b/Resources/Prototypes/_NF/Guidebook/shipyard.yml @@ -7,6 +7,7 @@ - ShipyardAkupara - ShipyardAmbition - ShipyardApothecary + - ShipyardBarge - ShipyardBazaar - ShipyardBocadillo - ShipyardBookworm @@ -55,6 +56,11 @@ name: guide-entry-shipyard-apothecary text: "/ServerInfo/_NF/Guidebook/Shipyard/Apothecary.xml" +- type: guideEntry + id: ShipyardBarge + name: guide-entry-shipyard-barge + text: "/ServerInfo/_NF/Guidebook/Shipyard/Barge.xml" + - type: guideEntry id: ShipyardBazaar name: guide-entry-shipyard-bazaar diff --git a/Resources/Prototypes/_NF/Guidebook/shuttle_maps.yml b/Resources/Prototypes/_NF/Guidebook/shuttle_maps.yml index 444728cf99d..3c4b9fed4e9 100644 --- a/Resources/Prototypes/_NF/Guidebook/shuttle_maps.yml +++ b/Resources/Prototypes/_NF/Guidebook/shuttle_maps.yml @@ -22,6 +22,18 @@ state: apothecary scale: 1.2, 1.2 +- type: entity + parent: PosterBase + id: ShuttleMapBarge + name: "NC Barge" + description: "Detailed map of a Barge shuttle." + categories: [ HideSpawnMenu ] + components: + - type: Sprite + sprite: _NF/Guidebook/shuttle_maps/128x96.rsi + state: barge + scale: 1.2, 1.2 + - type: entity parent: PosterBase id: ShuttleMapBazaar diff --git a/Resources/Prototypes/_NF/Shipyard/barge.yml b/Resources/Prototypes/_NF/Shipyard/barge.yml index 770f29f20e5..a6ebc689b79 100644 --- a/Resources/Prototypes/_NF/Shipyard/barge.yml +++ b/Resources/Prototypes/_NF/Shipyard/barge.yml @@ -16,7 +16,7 @@ category: Medium group: Shipyard shuttlePath: /Maps/_NF/Shuttles/barge.yml - guidebookPage: Null + guidebookPage: ShipyardBarge class: - Cargo - Salvage diff --git a/Resources/ServerInfo/_NF/Guidebook/Shipyard/Barge.xml b/Resources/ServerInfo/_NF/Guidebook/Shipyard/Barge.xml new file mode 100644 index 00000000000..b1c13f38f09 --- /dev/null +++ b/Resources/ServerInfo/_NF/Guidebook/Shipyard/Barge.xml @@ -0,0 +1,91 @@ + + # BARGE-CLASS CARGO SHUTTLE + + + + + + + + + + + [color=#a4885c]Ship Size:[/color] Medium + + [color=#a4885c]Recommended Crew:[/color] 2-4 + + [color=#a4885c]Power Gen Type:[/color] Solar/Plasma + + [color=#a4885c]Expeditions:[/color] None + + [color=#a4885c]IFF Console:[/color] None + + "A medium shipping vessel repurposed into a salvage bar." + + # PREFLIGHT CHECKLIST + + ## 1. Power supply + + ## 1.1. Battery units + + + + + + + - Check that the SMES unit is anchored to the floor. + - Check that the substation unit is anchored to the floor. + - Check that the APC unit's Main Breaker is toggled on. + - Check the APC unit's current Load* (W). + + ## 1.2. P.A.C.M.A.N. generator unit + + + + + + - Check that P.A.C.M.A.N. generator unit is anchored to the floor. + - Check that P.A.C.M.A.N. generator unit is fueled. For extended flights make sure that you have enough fuel stockpiled to sustain prolonged power generation. + - Check that P.A.C.M.A.N. generator unit is set to HV output. + - Set Target Power to 14 [bold]kW[/bold] on the generator unit. + - Start P.A.C.M.A.N. generator unit. + + ## 1.3. Solar panels + + + + + + - Inspect solar control computer (located at shuttle cockpit). + - Adjust panel angular velocity. + - Adjust panel angle. + + ## 2. Atmospherics + + ## 2.1. Distribution Loop + + + + + + + + - Check if the O2 canister and N2 canister are anchored to their connector ports. + - Check if the gas mixer has its mixing ratio and output pressure set correctly. + - Enable the gas mixer. + + ## 3. Other checks + + + + + + - Check that the gyroscope is anchored, powered, and enabled. + - Check that the mini gravity generator is anchored, powered, and enabled. + + ## Sidenotes + + * - Barge-class cargo ships are equipped with two APC units that can be used to appraise the ship's total power consumption. Unmodified Barge-class ships require 23.7 kW of power to remain operational. + + ** - Barge-class cargo ships come equipped with 28 solar panels that can provide up to 25 kW of power under the ideal circumstances: assuming that on average properly maintained solar array will provide one third of maximum output power, recommended target power output for P.A.C.M.A.N. generator unit is 14 kW. + diff --git a/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/barge.png b/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/barge.png new file mode 100644 index 00000000000..5abfd4c8558 Binary files /dev/null and b/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/barge.png differ diff --git a/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/meta.json b/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/meta.json index d2b282b6629..240a6812db6 100644 --- a/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/meta.json +++ b/Resources/Textures/_NF/Guidebook/shuttle_maps/128x96.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Ambition, bocadillo, brigand, bulker, ceres, chisel, comet, construct, garden, gasbender, harbormaster, investigator, kestrel, kilderkin, lantern, legman, liquidator, loader, pathfinder, pioneer, prospector, searchlight and vagabond maps sprited by erhardsteinhauer (discord/github), used font from https://github.com/tgstation/tgstation/blob/master/icons/obj/signs.dmi Spirit map sprited by iNoahGuy/actualcatmoment (discord/github) Apothecary and Stasis maps sprited by dustylens (discord/github). hauler by Mygnol (GitHub)", + "copyright": "ambition, bocadillo, brigand, bulker, ceres, chisel, comet, construct, garden, gasbender, harbormaster, investigator, kestrel, kilderkin, lantern, legman, liquidator, loader, pathfinder, pioneer, prospector, searchlight and vagabond by erhardsteinhauer (discord/github), used font from https://github.com/tgstation/tgstation/blob/master/icons/obj/signs.dmi. spirit by iNoahGuy/actualcatmoment (discord/github). apothecary, stasis by dustylens (discord/github). barge, hauler by Mygnol (discord/github)", "size": { "x": 128, "y": 96 @@ -13,6 +13,9 @@ { "name": "apothecary" }, + { + "name": "barge" + }, { "name": "bazaar" },