-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9513b8
commit 2ea24c0
Showing
11 changed files
with
385 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
344 changes: 344 additions & 0 deletions
344
Resources/Prototypes/_DV/Entities/Objects/Misc/sticky_notes.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,344 @@ | ||
# tags | ||
|
||
- type: Tag | ||
id: StickyNoteYellow | ||
|
||
- type: Tag | ||
id: StickyNotePink | ||
|
||
- type: Tag | ||
id: StickyNoteGreen | ||
|
||
- type: Tag | ||
id: StickyNoteBlue | ||
|
||
# single sticky notes | ||
|
||
- type: entity | ||
parent: Paper | ||
id: PaperStickyNote | ||
name: sticky note | ||
suffix: yellow | ||
description: A sticky note, for when you want your reminders to stick | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
layers: | ||
- state: sticky_note | ||
color: "#dad71a" | ||
- state: sticky_note_words | ||
map: ["enum.PaperVisualLayers.Writing"] | ||
color: "#dad71a" | ||
visible: false | ||
- state: paper_stamp-generic | ||
map: ["enum.PaperVisualLayers.Stamp"] | ||
visible: false | ||
sprite: Objects/Misc/bureaucracy.rsi | ||
- type: PaperVisuals | ||
contentMargin: 0.0, 0.0, 0.0, 0.0 | ||
maxWritableArea: 368.0, 368.0 | ||
backgroundModulate: "#fde663" | ||
- type: Tag | ||
tags: | ||
- Document | ||
- Paper | ||
- StickyNoteYellow | ||
- type: EmbeddableProjectile | ||
removalTime: .2 | ||
|
||
- type: entity | ||
parent: PaperStickyNote | ||
id: PaperStickyNotePink | ||
suffix: pink | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
layers: | ||
- state: sticky_note | ||
color: "#ff8cba" | ||
- state: sticky_note_words | ||
map: ["enum.PaperVisualLayers.Writing"] | ||
color: "#ff8cba" | ||
visible: false | ||
- state: paper_stamp-generic | ||
map: ["enum.PaperVisualLayers.Stamp"] | ||
visible: false | ||
sprite: Objects/Misc/bureaucracy.rsi | ||
- type: Tag | ||
tags: | ||
- Document | ||
- Paper | ||
- StickyNotePink | ||
- type: PaperVisuals | ||
backgroundModulate: "#fbc4c4" | ||
|
||
- type: entity | ||
parent: PaperStickyNote | ||
id: PaperStickyNoteGreen | ||
suffix: green | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
layers: | ||
- state: sticky_note | ||
color: "#9fd4a3" | ||
- state: sticky_note_words | ||
map: ["enum.PaperVisualLayers.Writing"] | ||
color: "#9fd4a3" | ||
visible: false | ||
- state: paper_stamp-generic | ||
map: ["enum.PaperVisualLayers.Stamp"] | ||
visible: false | ||
sprite: Objects/Misc/bureaucracy.rsi | ||
- type: Tag | ||
tags: | ||
- Document | ||
- Paper | ||
- StickyNoteGreen | ||
- type: PaperVisuals | ||
backgroundModulate: "#9fd4a3" | ||
|
||
- type: entity | ||
parent: PaperStickyNote | ||
id: PaperStickyNoteBlue | ||
suffix: blue | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
layers: | ||
- state: sticky_note | ||
color: "#00c2e7" | ||
- state: sticky_note_words | ||
map: ["enum.PaperVisualLayers.Writing"] | ||
color: "#00c2e7" | ||
visible: false | ||
- state: paper_stamp-generic | ||
map: ["enum.PaperVisualLayers.Stamp"] | ||
visible: false | ||
sprite: Objects/Misc/bureaucracy.rsi | ||
- type: Tag | ||
tags: | ||
- Document | ||
- Paper | ||
- StickyNoteBlue | ||
- type: PaperVisuals | ||
backgroundModulate: "#58dbf4" | ||
|
||
# sticky note stacks | ||
|
||
- type: entity | ||
parent: BaseItem | ||
id: PaperStickyNoteStack | ||
name: sticky note stack | ||
suffix: yellow | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
state: sticky_note_dispenser_base | ||
color: "#dad71a" | ||
drawdepth: SmallObjects | ||
noRot: true | ||
- type: Appearance | ||
- type: ItemMapper | ||
sprite: _DV/Objects/Misc/stickies.rsi | ||
mapLayers: | ||
sticky_note_dispenser_bin1: | ||
whitelist: | ||
tags: | ||
- Paper | ||
sticky_note_dispenser_bin2: | ||
minCount: 4 | ||
whitelist: | ||
tags: | ||
- Paper | ||
sticky_note_dispenser_bin3: | ||
minCount: 8 | ||
whitelist: | ||
tags: | ||
- Paper | ||
sticky_note_dispenser_bin4: | ||
minCount: 12 | ||
whitelist: | ||
tags: | ||
- Paper | ||
sticky_note_dispenser_bin5: | ||
minCount: 16 | ||
whitelist: | ||
tags: | ||
- Paper | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteYellow | ||
- type: ContainerContainer | ||
containers: | ||
bin-container: !type:Container {} | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStack | ||
id: PaperStickyNoteStackPink | ||
name: sticky note stack | ||
suffix: pink | ||
components: | ||
- type: Sprite | ||
color: "#ff8cba" | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNotePink | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStack | ||
id: PaperStickyNoteStackGreen | ||
name: sticky note stack | ||
suffix: green | ||
components: | ||
- type: Sprite | ||
color: "#9fd4a3" | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteGreen | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStack | ||
id: PaperStickyNoteStackBlue | ||
name: sticky note stack | ||
suffix: blue | ||
components: | ||
- type: Sprite | ||
color: "#00c2e7" | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteBlue | ||
|
||
# filled sticky note stacks | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStack | ||
id: PaperStickyNoteStackFilled | ||
name: sticky note stack | ||
suffix: yellow, filled | ||
components: | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteYellow | ||
initialContents: | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
- PaperStickyNote | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStackPink | ||
id: PaperStickyNoteStackFilledPink | ||
name: sticky note stack | ||
suffix: pink, filled | ||
components: | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNotePink | ||
initialContents: | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
- PaperStickyNotePink | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStackGreen | ||
id: PaperStickyNoteStackFilledGreen | ||
name: sticky note stack | ||
suffix: green, filled | ||
components: | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteGreen | ||
initialContents: | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
- PaperStickyNoteGreen | ||
|
||
- type: entity | ||
parent: PaperStickyNoteStackBlue | ||
id: PaperStickyNoteStackFilledBlue | ||
name: sticky note stack | ||
suffix: blue, filled | ||
components: | ||
- type: Bin | ||
whitelist: | ||
tags: | ||
- StickyNoteBlue | ||
initialContents: | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue | ||
- PaperStickyNoteBlue |
35 changes: 35 additions & 0 deletions
35
Resources/Textures/_DV/Objects/Misc/stickies.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "sticky_note/sticky_note_wordssticky_note_dispenser_base/sticky_note_dispenser_bin1/sticky_note_dispenser_bin2/sticky_note_dispenser_bin3/sticky_note_dispenser_bin4/sticky_note_dispenser_bin5 by Janet Blackquill <uhhadd@gmail.com> 2025", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "sticky_note" | ||
}, | ||
{ | ||
"name": "sticky_note_words" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_base" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_bin1" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_bin2" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_bin3" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_bin4" | ||
}, | ||
{ | ||
"name": "sticky_note_dispenser_bin5" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+153 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_base.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 added
BIN
+163 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_bin1.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 added
BIN
+177 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_bin2.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 added
BIN
+184 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_bin3.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 added
BIN
+196 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_bin4.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 added
BIN
+195 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_dispenser_bin5.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 added
BIN
+273 Bytes
Resources/Textures/_DV/Objects/Misc/stickies.rsi/sticky_note_words.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.