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

Delta-V Specific Posters! #2303

Merged
merged 16 commits into from
Dec 13, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,73 @@
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/mailposter.rsi
state: mailposter

- type: entity
parent: PosterBase
id: PosterLegitWork
name: "Work, Achieve, Prosper"
description: "A poster depicting a vaugely slime-like man with white eyes telling you to \"Work, Achieve, and Prosper.\" You can't tell why, but you swear you've seen this figure in NanoTrasen advertisements before."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterworknanotrasen

- type: entity
parent: PosterBase
id: PosterLegitEarth
name: "NanoTrasen And You"
description: "An overly optimistic poster depicting a much greener Earth with the NanoTrasen logo above. The blurb on it details the overall mission of the company. You swear Earth doesn't look like this anymore."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterearthnanotrasen

- type: entity
parent: PosterBase
id: PosterContrabandWork
name: "Sabotage, Destroy, Betray"
description: "A poster depicting a vaugely slime-like man with white eyes informing you to rebel against your lowly employers. You can't tell why, but you swear you've seen this figure somewhere before."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterworksyndicate

- type: entity
parent: PosterBase
id: PosterContrabandRoid
name: "Syndicate and You"
description: "A poster advertising syndicate recruitment. It details how your planet might be doomed to fail because of NanoTrasen research practices. \"Join the Winning Side,\" it says at the bottom. You swear there's a very fine print in the corner, but it might just be dirt."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterroidsyndicate

- type: entity
parent: PosterBase
id: PosterLegitGetToWork
name: "GET TO WORK"
description: "A gentle reminder to station employees to stay on task. The eyes on that sun are always watching for slackers."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: work

- type: entity
parent: PosterBase
id: PosterContrabandL6
name: "LITDAKKA"
description: "The notorious L6 light machine gun. Produced by Donk Co., This monster of a weapon is capable of cutting down dozens of people in mere moments. And to think this company also makes party supplies!"
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: litdakka

- type: entity
parent: PosterBase
id: PosterLegitBananaWarning
name: "The Dangers of the Peel"
description: "A poster warning the viewer of the dangers of discarded banana peels. Injuries can include, but are limited to, blunt force trauma to the head, skull fractures, and broken bones."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: dangernana
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
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
@@ -0,0 +1,33 @@
{
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by Gray & JustAnOrange.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "posterearthnanotrasen"
},
{
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
"name": "posterroidsyndicate"
},
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
{
"name": "posterworknanotrasen"
},
{
"name": "posterworksyndicate"
},
{
"name": "work"
},
{
"name": "litdakka"
},
{
"name": "dangernana"
}

]
}
IAmNotGray marked this conversation as resolved.
Show resolved Hide resolved
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.
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
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by Kr8",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "posterroidsyndicate"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading