Tiny fans for freezers/shuttles (#9451)

This commit is contained in:
Rane
2022-07-05 15:54:27 -04:00
committed by GitHub
parent c008507914
commit 723004a300
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Devices which are not portable but don't link up to anything
- type: entity
id: AtmosDeviceFanTiny
name: tiny fan
description: A tiny fan, releasing a thin gust of air.
placement:
mode: SnapgridCenter
components:
- type: Physics
bodyType: Static
- type: Sprite
sprite: Structures/Piping/Atmospherics/tinyfan.rsi
state: icon
netsync: false
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
- type: Airtight
noAirWhenFullyAirBlocked: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
0.01,
0.01,
0.01,
0.01
]
]
}
]
}