Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds FSB Spirit poster and two EMS signs. #2102

Merged
merged 12 commits into from
Oct 9, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@
- NFPosterContrabandFsbStasisDD
- NFPosterContrabandFsbApothecaryDD
- NFPosterContrabandFsbLogoDD
- NFPosterContrabandFsbSpiritDD
- NFPosterContrabandEmsCoordsDD
chance: 1
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,13 @@
parent: [DeadDropBase, NFPosterContrabandFsbApothecary]
id: NFPosterContrabandFsbApothecaryDD
suffix: DeadDrop

- type: entity
parent: [DeadDropBase, NFPosterContrabandFsbSpirit]
id: NFPosterContrabandFsbSpiritDD
suffix: DeadDrop

- type: entity
parent: [DeadDropBase, NFPosterContrabandEmsCoords]
id: NFPosterContrabandEmsCoordsDD
suffix: DeadDrop
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,23 @@
- type: Sprite
sprite: _NF/Structures/Wallmounts/posters.rsi
state: nf_poster6_contraband

- type: entity
parent: PosterBase
id: NFPosterContrabandFsbSpirit
name: "Far Star Biotech Spirit"
description: "The FSB Spirit! We know what your life is worth."
components:
- type: Sprite
sprite: _NF/Structures/Wallmounts/posters.rsi
state: nf_poster7_contraband

- type: entity
parent: PosterBase
id: NFPosterContrabandEmsCoords
name: "EMS Suit Coordinates Reminder"
description: "Rosy the Medroach reminding you to turn your suit coordinates! Make sure your next death isn't your last!"
components:
- type: Sprite
sprite: _NF/Structures/Wallmounts/posters.rsi
state: nf_poster8_contraband
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,21 @@
components:
- type: Sprite
state: shield

- type: entity
parent: NFBaseSign
id: NFSignEms1
name: emergency medical service sign
description: A sign that indicates emergency medical services.
components:
- type: Sprite
state: ems1

- type: entity
parent: NFBaseSign
id: NFSignEms2
name: emergency medical service sign
description: A sign that indicates emergency medical services.
components:
- type: Sprite
state: ems2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "nf_poster1_legit by exincore and remixed from gentlebutter's Xeeenoooossss | nf_poster1_contraband, nf_poster2_contraband, nf_poster3_contraband by erhardsteinhauer (discord/github)",
"copyright": "nf_poster1_legit by exincore and remixed from gentlebutter's Xeeenoooossss | nf_poster1_contraband, nf_poster2_contraband, nf_poster3_contraband by erhardsteinhauer (discord/github), nf_poster4,5,6,7_contraband by dustylens (discord/github) nf_poster8_contraband by incongruenciaastrologica (discord)",
"size": {
"x": 32,
"y": 32
Expand All @@ -27,6 +27,12 @@
},
{
"name": "nf_poster6_contraband"
},
{
"name": "nf_poster7_contraband"
},
{
"name": "nf_poster8_contraband"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/bus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/dock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -6,6 +6,7 @@
},
"license": "CC-BY-SA-3.0",
"copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station, bus/dock/shield (dock edited from base signs.rsi/dock) made by Whatstone (Discord)",
"copyright": "EMS1/2 made by dustylens (discord/github)",
"states": [
{
"name": "direction_sr",
Expand Down Expand Up @@ -74,6 +75,12 @@
},
{
"name": "shield"
},
{
"name": "ems1"
},
{
"name": "ems2"
}
]
}
Loading