diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 5f83e59e7b..48afa7df97 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -232,3 +232,21 @@ ghostDescription: Мяу! size: 0.8, 0.8 +- type: customGhost + id: rendzidead-ghost + ckey: rendzidead + sprite: White/Ghosts/rendzidead-ghost.rsi + alpha: 0.6 + ghostName: Смит Сайковски + ghostDescription: Олицетворение бюрократии, но почему-то от него ощущается сильная боль и чувство утраты. Кто знает, что пережила данная душа. + size: 0.6, 0.6 + +- type: customGhost + id: nosireapo-ghost + ckey: nosireapo + sprite: White/Ghosts/nosireapo-ghost.rsi + alpha: 0.7 + ghostName: Жабуля + ghostDescription: Неудачный(или слишком удачный) эксперимент по ксенобиологии создал данное существо. Любит квакоть. + size: 1.0, 1.0 + diff --git a/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/animated.png new file mode 100644 index 0000000000..e6148e8596 Binary files /dev/null and b/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/meta.json new file mode 100644 index 0000000000..6ec789cd2a --- /dev/null +++ b/Resources/Textures/White/Ghosts/nosireapo-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Copyright https://github.com/frosty-dev/white", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/animated.png new file mode 100644 index 0000000000..6d65987a8e Binary files /dev/null and b/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/meta.json new file mode 100644 index 0000000000..a6c6b95e84 --- /dev/null +++ b/Resources/Textures/White/Ghosts/rendzidead-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Copyright https://github.com/frosty-dev/white", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}