Adds barotrauma (pressure damage) (#1605)

* Adds barotrauma, disables it for now

* At least show status effect, but don't damage the mobs

* Fix switch misuse
This commit is contained in:
Víctor Aguilera Puerto
2020-08-07 16:23:16 +02:00
committed by GitHub
parent 079937a9fe
commit ffc9a24ea0
16 changed files with 300 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

View File

@@ -0,0 +1,47 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA 3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation at 04e43d8c1d5097fdb697addd4395fb849dd341bd",
"states": [
{
"name": "highpressure1",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "highpressure2",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "lowpressure1",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "lowpressure2",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}