diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 216ebf47f4..617a464197 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -347,3 +347,12 @@ ghostName: Monolith ghostDescription: Blast from the past +#dageff +- type: customGhost + id: dageff-ghost + ckey: Dageff + sprite: White/Ghosts/mapperian-ghost.rsi + alpha: 0.9 + ghostName: Maiden + ghostDescription: Наблюдает за вашим поведением в кафе. + size: 0.9, 0.9 diff --git a/Resources/Textures/White/Ghosts/dageff-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/dageff-ghost.rsi/animated.png new file mode 100644 index 0000000000..c9d2ffb034 Binary files /dev/null and b/Resources/Textures/White/Ghosts/dageff-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/dageff-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/dageff-ghost.rsi/meta.json new file mode 100644 index 0000000000..3caaf8c2c4 --- /dev/null +++ b/Resources/Textures/White/Ghosts/dageff-ghost.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Dageff", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ], + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] +} \ No newline at end of file