diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 8c528eca96..283385766c 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -483,3 +483,12 @@ ghostName: Ash drake ghostDescription: Почитаемый хранитель некрополя. size: 0.75, 0.75 + +#nekovich +- type: customGhost + id: nekovich-ghost + ckey: nekovich + sprite: White/Ghosts/nekovich-ghost.rsi + alpha: 0.9 + ghostName: nekovich + ghostDescription: Law's Left Hand. diff --git a/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/animated.png new file mode 100644 index 0000000000..f2502f58b3 Binary files /dev/null and b/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/meta.json new file mode 100644 index 0000000000..06ee256fe9 --- /dev/null +++ b/Resources/Textures/White/Ghosts/nekovich-ghost.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", +"copyright": "Provided by sho", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}