diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 48afa7df97..34b26807f5 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -250,3 +250,10 @@ ghostDescription: Неудачный(или слишком удачный) эксперимент по ксенобиологии создал данное существо. Любит квакоть. size: 1.0, 1.0 +- type: customGhost + id: afanasy-ghost + ckey: afanasiy_pogudov + sprite: White/Ghosts/afanasy-ghost.rsi + alpha: 0.8 + ghostName: Свинка + ghostDescription: хрю-хрю diff --git a/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/animated.png new file mode 100644 index 0000000000..e01b1980ea Binary files /dev/null and b/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/meta.json new file mode 100644 index 0000000000..61575c58c6 --- /dev/null +++ b/Resources/Textures/White/Ghosts/afanasy-ghost.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "mama", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}