Adds slippery items (#1321)

* Start work on Slippery Component

* Slips work

* Add banana peel

* Add required slip speed

* Add slip sound

* Adds soap

* Make soapnt, soapsyndie and soapdeluxe inherit soap

* Adds homemade soap and omega soap

* Fix slipping not taking into account the entity being in a container
This commit is contained in:
Víctor Aguilera Puerto
2020-07-09 17:00:37 +02:00
committed by GitHub
parent 8938d96402
commit 626c8c51a1
18 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA 3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at a407fc1f5c25cbce8b653c553f53be294d15b071 and https://github.com/tgstation/tgstation at 259acc8c81054d89f7b6bcd9ff702fdf587a19ed. soapomega.png modified by Zumorica",
"states": [
{
"name": "soap",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "soapdeluxe",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "soapgibs",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "soapnt",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "soapomega",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "soapsyndie",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B