diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 1cb0b2c83b..9cc9dec52f 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -374,3 +374,12 @@ ghostName: Ветеранка СБ ghostDescription: Вы нарушили правила действующего закона.... "перечисление статей" size: 0.6, 0.6 + +#krokozyabra +- type: customGhost + id: krokozyabra-ghost + ckey: Krokozyabra + sprite: White/Ghosts/krokozyabra-ghost.rsi + alpha: 0.9 + ghostName: Зябр + ghostDescription: Пусть так и будет diff --git a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png new file mode 100644 index 0000000000..5d782f5145 Binary files /dev/null and b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json new file mode 100644 index 0000000000..e1b368e781 --- /dev/null +++ b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Valtos", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.11, + 0.11, + 0.11, + 0.11, + 0.11, + 0.11, + 0.11, + 0.11 + ] + ] + } + ] +} \ No newline at end of file