diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 7bc244f57c..133bc8aa08 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -159,3 +159,12 @@ ghostName: Мяукалка ghostDescription: Дает деньги если погладить по животику... size: 0.7, 0.7 + +- type: customGhost + id: 17shu-ghost + ckey: 17shu + sprite: White/Ghosts/17shu-ghost.rsi + alpha: 0.9 + ghostName: Квакалка + ghostDescription: А ей только ква и ква... + size: 0.7, 0.7 diff --git a/Resources/Textures/White/Ghosts/17shu-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/17shu-ghost.rsi/animated.png new file mode 100644 index 0000000000..e2a28378df Binary files /dev/null and b/Resources/Textures/White/Ghosts/17shu-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/17shu-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/17shu-ghost.rsi/meta.json new file mode 100644 index 0000000000..861170263a --- /dev/null +++ b/Resources/Textures/White/Ghosts/17shu-ghost.rsi/meta.json @@ -0,0 +1,35 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "17shu", + "size": { + "x": 50, + "y": 50 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.5, + 0.1, + 3.5 + ] + ] + } + ] +}