diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 47669167c6..ff3252b7e2 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -323,3 +323,12 @@ ghostName: Акулёнок ghostDescription: Что-то замышляет. size: 0.9, 0.9 + +- type: customGhost + id: veryfish-ghost + ckey: veryfish + sprite: White/Ghosts/veryfish-ghost.rsi + alpha: 0.8 + ghostName: Mask of the Red Death + ghostDescription: A blasphemous mockery. + size: 0.5, 0.5 diff --git a/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/animated.png new file mode 100644 index 0000000000..0e3e0376ee Binary files /dev/null and b/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/meta.json new file mode 100644 index 0000000000..f131412b71 --- /dev/null +++ b/Resources/Textures/White/Ghosts/veryfish-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "@skyvesto", + "size": { + "x": 150, + "y": 150 + }, + "states": [ + { + "name": "animated" + } + ] +}