psychologist bed (#22223)
This commit is contained in:
@@ -153,3 +153,29 @@
|
|||||||
- type: Construction
|
- type: Construction
|
||||||
graph: WebStructures
|
graph: WebStructures
|
||||||
node: bed
|
node: bed
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Bed
|
||||||
|
id: PsychBed
|
||||||
|
name: psychologist bed
|
||||||
|
description: An upholstered bed for the psychological care of patients.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: psychbed
|
||||||
|
- type: HealOnBuckle
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Cold: -0.5
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 75
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: ["Destruction"]
|
||||||
|
- !type:SpawnEntitiesBehavior
|
||||||
|
spawn:
|
||||||
|
MaterialWoodPlank:
|
||||||
|
min: 2
|
||||||
|
max: 2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d5cb4288ec5f7cb9fb5b6f6e798f4c64cd82cd09",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d5cb4288ec5f7cb9fb5b6f6e798f4c64cd82cd09, Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/9d7ff729b6b89eee0b3d750327f9fbaff4aeb045",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -19,6 +19,9 @@
|
|||||||
{
|
{
|
||||||
"name": "mattress"
|
"name": "mattress"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "psychbed"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "rack"
|
"name": "rack"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 392 B |
Reference in New Issue
Block a user