diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 8fc8904bba..7238e5d646 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -266,3 +266,12 @@ ghostName: Project Bunny ghostDescription: Ride on! size: 0.6, 0.6 + +- type: customGhost + id: warete-ghost + ckey: warete + sprite: White/Ghosts/warete-ghost.rsi + alpha: 0.8 + ghostName: Fiammetta + ghostDescription: Горничная под своим кодовым именем. Следит за порядком в кафе Мастера. + size: 0.5, 0.5 diff --git a/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png new file mode 100644 index 0000000000..6320440783 Binary files /dev/null and b/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json new file mode 100644 index 0000000000..0f0e4eff39 --- /dev/null +++ b/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Warete", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}