forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* notice board * more notice notice board
- Loading branch information
1 parent
95a651e
commit 36c82ca
Showing
9 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
Resources/Prototypes/Entities/Structures/Wallmounts/noticeboard.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,54 @@ | ||
- type: entity | ||
id: NoticeBoard | ||
name: notice board | ||
description: Is there a job for a witcher? | ||
components: | ||
- type: WallMount | ||
- type: Sprite | ||
sprite: Structures/Wallmounts/noticeboard.rsi | ||
layers: | ||
- state: noticeboard | ||
- state: notice-0 | ||
- map: ["enum.StorageFillLayers.Fill"] | ||
- type: StorageFillVisualizer | ||
maxFillLevels: 6 | ||
fillBaseName: notice | ||
- type: Appearance | ||
- type: InteractionOutline | ||
- type: Clickable | ||
- type: Transform | ||
anchored: true | ||
- type: Damageable | ||
damageModifierSet: Wood | ||
damageContainer: Inorganic | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 30 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
path: /Audio/Effects/woodhit.ogg | ||
- !type:SpawnEntitiesBehavior | ||
spawn: | ||
MaterialWoodPlank: | ||
min: 1 | ||
max: 2 | ||
- !type:DoActsBehavior | ||
acts: ["Destruction"] | ||
- type: Storage | ||
maxSlots: 10 | ||
maxItemSize: Small | ||
whitelist: | ||
tags: | ||
- Folder | ||
- Document | ||
- Write | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.StorageUiKey.Key | ||
type: StorageBoundUserInterface | ||
- type: ContainerContainer | ||
containers: | ||
storagebase: !type:Container |
32 changes: 32 additions & 0 deletions
32
Resources/Textures/Structures/Wallmounts/noticeboard.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,32 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"copyright": "Taken from Paradise Station from commit https://github.com/ParadiseSS13/Paradise/commit/137338f4dd3cb33124ab3fbd55a4865dd2bdab81", | ||
"license": "CC-BY-SA-3.0", | ||
"states": [ | ||
{ | ||
"name": "noticeboard" | ||
}, | ||
{ | ||
"name": "notice-0" | ||
}, | ||
{ | ||
"name": "notice-1" | ||
}, | ||
{ | ||
"name": "notice-2" | ||
}, | ||
{ | ||
"name": "notice-3" | ||
}, | ||
{ | ||
"name": "notice-4" | ||
}, | ||
{ | ||
"name": "notice-5" | ||
} | ||
] | ||
} |
Binary file added
BIN
+83 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-0.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
+175 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-1.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
+231 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-2.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
+242 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-3.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
+280 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-4.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
+285 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/notice-5.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
+353 Bytes
Resources/Textures/Structures/Wallmounts/noticeboard.rsi/noticeboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.