diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index a7278f8519..e1d3264bb9 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -298,3 +298,10 @@ alpha: 0.9 ghostName: Темная сущность ghostDescription: Интересно чья она. + +- type: customGhost + id: thefrendlypsychopath-ghost + ckey: thefrendlypsychopath + sprite: White/Ghosts/psychopath-ghost.rsi + ghostName: ЕРП Кицуне + ghostDescription: Тут тебе не рады. diff --git a/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/animated.png new file mode 100644 index 0000000000..d060ddee04 Binary files /dev/null and b/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/meta.json new file mode 100644 index 0000000000..d249f35991 --- /dev/null +++ b/Resources/Textures/White/Ghosts/psychopath-ghost.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", +"copyright": "Created by @baohe", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}