Skip to content

Commit

Permalink
Cooking
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotGray committed Nov 27, 2024
1 parent 5426be5 commit aaf457f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parent: PosterBase
id: PosterContrabandGotWood
name: "Got Wood?"
description: "A grimy old advert for a seedy lumber company. /"You got a friend in me./" is scrawled in the corner."
description: "A grimy old advert for a seedy lumber company. \"You got a friend in me.\" is scrawled in the corner."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/misc.rsi
Expand All @@ -32,10 +32,10 @@
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."
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
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterworknanotrasen

- type: entity
Expand All @@ -45,7 +45,7 @@
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: Delta-v/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterearthnanotrasen

- type: entity
Expand All @@ -55,15 +55,15 @@
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: Delta-v/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
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."
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: Delta-v/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: posterroidsyndicate
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.

0 comments on commit aaf457f

Please sign in to comment.