diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 7238e5d646..9da7594ef8 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -275,3 +275,11 @@ ghostName: Fiammetta ghostDescription: Горничная под своим кодовым именем. Следит за порядком в кафе Мастера. size: 0.5, 0.5 + +- type: customGhost + id: hayras-ghost + ckey: hayras + sprite: White/Ghosts/hayras-ghost.rsi + alpha: 0.8 + ghostName: Витя + ghostDescription: Хню... diff --git a/Resources/Textures/White/Ghosts/hayras-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/hayras-ghost.rsi/animated.png new file mode 100644 index 0000000000..aa347c8efe Binary files /dev/null and b/Resources/Textures/White/Ghosts/hayras-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/hayras-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/hayras-ghost.rsi/meta.json new file mode 100644 index 0000000000..13173585d3 --- /dev/null +++ b/Resources/Textures/White/Ghosts/hayras-ghost.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4 + } + ] +} \ No newline at end of file