diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index a6efd01179..f934ba679e 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -122,3 +122,12 @@ ghostName: Central Hampter ghostDescription: Мур! size: 0.8, 0.8 + +- type: customGhost + id: zmes2-ghost + ckey: zmes2 + sprite: White/Ghosts/zmes2-ghost.rsi + alpha: 0.8 + ghostName: Спящий + ghostDescription: Выглядит умиротвореным... + size: 0.8, 0.8 diff --git a/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/animated.png new file mode 100644 index 0000000000..b812e8b4c6 Binary files /dev/null and b/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/meta.json new file mode 100644 index 0000000000..2ae724c46a --- /dev/null +++ b/Resources/Textures/White/Ghosts/zmes2-ghost.rsi/meta.json @@ -0,0 +1,42 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by milkteaparpe", + "size": { + "x": 60, + "y": 60 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16, + 0.16 + ] + ] + } + ] +}