Skip to content

Commit

Permalink
Add Papermoon dyed paper reams
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Feb 3, 2025
1 parent 04ca750 commit 409d7ae
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 15 deletions.
8 changes: 5 additions & 3 deletions Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
- type: StorageFill
contents:
- id: Paper
amount: 6 # DeltaV - make room for more folders & stickies in the bureaucracy crate
amount: 2 # DeltaV - make room for more folders & stickies & reams in the bureaucracy crate
- id: Pen
amount: 2
- id: BoxFolderClipboard
Expand All @@ -145,14 +145,16 @@
- id: NewtonCradle
- id: BoxEnvelope
- id: BrbSign
# Start DeltaV - More folders in the bureaucracy crate
# Start DeltaV - More folders & colored paper reams in the bureaucracy crate
- id: BoxFolderBlack
amount: 2
- id: BoxFolderGrey
amount: 2
- id: BoxFolderGreen
amount: 2
# End DeltaV - More folders in the bureaucracy crate
- id: BoxReamClassic
- id: BoxReamBright
# End DeltaV - More folders & colored paper reams in the bureaucracy crate

- type: entity
id: CrateServiceFaxMachine
Expand Down
280 changes: 280 additions & 0 deletions Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,286 @@
backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0
contentMargin: 32.0, 16.0, 32.0, 0.0

- type: entity
parent: Paper
id: PaperDyedPink
suffix: pink
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#fe0299"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#fe0299"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#e670b5"

- type: entity
parent: Paper
id: PaperDyedRed
suffix: red
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#c92e32"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#c92e32"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#c92e32"

- type: entity
parent: Paper
id: PaperDyedOrange
suffix: orange
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#ff962b"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#ff962b"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#ff962b"

- type: entity
parent: Paper
id: PaperDyedYellow
suffix: yellow
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#ffd617"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#ffd617"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#fee36c"

- type: entity
parent: Paper
id: PaperDyedGrass
suffix: grass
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#a9ce00"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#a9ce00"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#a9ce00"

- type: entity
parent: Paper
id: PaperDyedGreen
suffix: green
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#0da04d"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#0da04d"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#0da04d"

- type: entity
parent: Paper
id: PaperDyedOcean
suffix: ocean
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#1796c8"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#1796c8"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#1796c8"

- type: entity
parent: Paper
id: PaperDyedSky
suffix: sky
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#18c5e8"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#18c5e8"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#18c5e8"

- type: entity
parent: Paper
id: PaperDyedPurple
suffix: purple
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#7c70d7"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#7c70d7"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#938bda"

- type: entity
parent: Paper
id: PaperDyedTan
suffix: tan
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#cfbdaa"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#cfbdaa"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#cfbdaa"

- type: entity
parent: Paper
id: PaperDyedBrown
suffix: brown
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: paper
color: "#a47449"
- state: paper_words
map: ["enum.PaperVisualLayers.Writing"]
color: "#a47449"
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: PaperVisuals
backgroundModulate: "#a47449"

- type: entity
parent: BoxBase
id: BoxReamClassic
name: Papermoon classic color paper ream
description: Brighten up your records and more with Papermoon colored paper, in the six classic colors you've come to know and love. Dyed throughout for maximum colorfastness.
components:
- type: Sprite
sprite: _DV/Objects/Misc/bureaucracy.rsi
layers:
- state: ream-classic
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: Storage
grid:
- 0,0,3,5
whitelist:
tags:
- Document
- type: StorageFill
contents:
- id: PaperDyedYellow
amount: 4
- id: PaperDyedGreen
amount: 4
- id: PaperDyedRed
amount: 4
- id: PaperDyedOcean
amount: 4
- id: PaperDyedTan
amount: 4
- id: PaperDyedBrown
amount: 4

- type: entity
parent: BoxReamClassic
id: BoxReamBright
name: Papermoon happy color paper ream
description: Make getting a pink slip a joyous occassion with Papermoon colored paper, in six cheerful and vibrant colors. Dyed throughout for maximum colorfastness.
components:
- type: Sprite
sprite: _DV/Objects/Misc/bureaucracy.rsi
layers:
- state: ream-bright
- type: StorageFill
contents:
- id: PaperDyedOrange
amount: 4
- id: PaperDyedGrass
amount: 4
- id: PaperDyedYellow
amount: 4
- id: PaperDyedSky
amount: 4
- id: PaperDyedPink
amount: 4
- id: PaperDyedPurple
amount: 4

#Research digi-board
- type: entity
id: BoxFolderRdClipboard
Expand Down
30 changes: 18 additions & 12 deletions Resources/Textures/_DV/Objects/Misc/bureaucracy.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 | modified by Floofers. Stamp icon taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by leonardo_dabepis (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "folder-hop-ian"
}
]
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 | modified by Floofers. Stamp icon taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by leonardo_dabepis (Discord), ream-classic and bright by 2025 Janet Blackquill <uhhadd@gmail.com>",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "folder-hop-ian"
},
{
"name": "ream-classic"
},
{
"name": "ream-bright"
}
]
}
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.

0 comments on commit 409d7ae

Please sign in to comment.