diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 4c9798e4d1..47669167c6 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -314,3 +314,12 @@ ghostName: Мяукалка ghostDescription: Мяу! size: 0.6, 0.6 + +- type: customGhost + id: raindrop-ghost + ckey: raindrop. + sprite: White/Ghosts/raindrop-ghost.rsi + alpha: 0.7 + ghostName: Акулёнок + ghostDescription: Что-то замышляет. + size: 0.9, 0.9 diff --git a/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/animated.png new file mode 100644 index 0000000000..7eb049ebe3 Binary files /dev/null and b/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/meta.json new file mode 100644 index 0000000000..6b5dfd8514 --- /dev/null +++ b/Resources/Textures/White/Ghosts/raindrop-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "@skyvesto", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}