Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/shuttle_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,17 @@
sprite: _NF/Guidebook/shuttle_maps/128x96.rsi
state: eagle

- type: entity
parent: PosterBase
id: ShuttleMapFirefighter
name: "AC Firefighter"
description: "Detailed map of a Firefighter shuttle."
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: _NF/Guidebook/shuttle_maps/128x96.rsi
state: firefighter

- type: entity
parent: PosterBase
id: ShuttleMapGarden
Expand Down
3 changes: 3 additions & 0 deletions Resources/ServerInfo/_NF/Guidebook/Shipyard/Firefighter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<GuideEntityEmbed Entity="MedkitBurn"/>
<GuideEntityEmbed Entity="EngineeringTechFab"/>
</Box>
<Box>
<GuideEntityEmbed Entity="ShuttleMapFirefighter" Caption=""/>
</Box>
[color=#a4885c]Ship Size:[/color] Medium

[color=#a4885c]Recommended Crew:[/color] 1-3
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"barge, eagle, hauler, phoenix, placebo, skipper, sparrow by Mygnol (discord/github)",
"izakaya by AmbitiousFailure (discord/github)",
"nook by Chervjakys (discord/github)",
"anchor, crossroads, mccargo by bartholomew_dingleberry/Bartholemew-Dingleberry (discord/github)"
"anchor, crossroads, firefighter, mccargo by bartholomew_dingleberry/Bartholemew-Dingleberry (discord/github)"
],
"metaAtlas": false,
"size": {
Expand Down Expand Up @@ -90,6 +90,9 @@
{
"name": "eagle"
},
{
"name": "firefighter"
},
{
"name": "garden"
},
Expand Down
Loading