diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 3932204051..c1299496e7 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -356,3 +356,11 @@ ghostName: Maiden ghostDescription: Наблюдает за вашим поведением в кафе. size: 0.9, 0.9 + +#joulerk +- type: customGhost + id: joulerk-ghost + ckey: Joulerk + sprite: White/Ghosts/joulerk-ghost.rsi + ghostName: ЛЕРК + ghostDescription: Летающее бирюзовое существо, напоминающее кота, с пушистым телом, грациозными движениями и глазами, сверкающими с загадочным блеском. diff --git a/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/animated.png new file mode 100644 index 0000000000..ec6e70d01a Binary files /dev/null and b/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/meta.json new file mode 100644 index 0000000000..61ab18f70b --- /dev/null +++ b/Resources/Textures/White/Ghosts/joulerk-ghost.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/frosty-dev/white", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] + }