Cleans up NPC and Human YAML and adds tags for Teleportable and FootstepSound (#3371)
* GlassBeaker and FirelockElectronics * Teleportable + Fixed parented Mobs * Moved the small tag stuff outta this PR, this is a MOB PR nowgit add . * FootstepSound * FootstepSound fixed * Teleportable * Added Tags
This commit is contained in:
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/alive.png
Normal file
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/alive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/dead.png
Normal file
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 B |
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/gib.png
Normal file
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/gib.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/icon.png
Normal file
BIN
Resources/Textures/Mobs/Aliens/Carps/space.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 557 B |
70
Resources/Textures/Mobs/Aliens/Carps/space.rsi/meta.json
Normal file
70
Resources/Textures/Mobs/Aliens/Carps/space.rsi/meta.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/mob/animal.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "icon",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dead",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "alive",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gib",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user