PipeHeaterComponent (#3443)
* PipeHeaterComponent Heater rsi Heater prototype * Client ignore
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
- type: entity
|
||||
id: Heater
|
||||
name: Heater
|
||||
description: Heats gas.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 100
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Constructible/Atmos/heater.rsi
|
||||
layers:
|
||||
- state: heater
|
||||
- state: heaterPipe
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
- type: PipeHeater
|
||||
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heater.png
Normal file
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heater.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heaterOn.png
Normal file
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heaterOn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heaterPipe.png
Normal file
BIN
Resources/Textures/Constructible/Atmos/heater.rsi/heaterPipe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 B |
21
Resources/Textures/Constructible/Atmos/heater.rsi/meta.json
Normal file
21
Resources/Textures/Constructible/Atmos/heater.rsi/meta.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version":1,
|
||||
"size":{
|
||||
"x":32,
|
||||
"y":32
|
||||
},
|
||||
"license":"CC-BY-SA-3.0",
|
||||
"copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
|
||||
"states":[
|
||||
{
|
||||
"name":"heater",
|
||||
},
|
||||
{
|
||||
"name":"heaterOn",
|
||||
},
|
||||
{
|
||||
"name":"heaterPipe",
|
||||
"directions":4,
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user