diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index c8a760a718..37e7fc9d1a 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -94,3 +94,13 @@ ghostName: Operator Suzuran ghostDescription: Uoooooooh!!! size: 0.8, 0.8 + +#doommax +- type: customGhost + id: doommax-ghost + ckey: doommax + sprite: White/Ghosts/doommax-ghost.rsi + alpha: 0.95 + ghostName: Наблюдатель + ghostDescription: Явился из другого мира с целью наблюдать за другими разумными существами + size: 1, 1 diff --git a/Resources/Textures/White/Ghosts/doommax-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/doommax-ghost.rsi/animated.png new file mode 100644 index 0000000000..3710047891 Binary files /dev/null and b/Resources/Textures/White/Ghosts/doommax-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/doommax-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/doommax-ghost.rsi/meta.json new file mode 100644 index 0000000000..ba5c8aabd3 --- /dev/null +++ b/Resources/Textures/White/Ghosts/doommax-ghost.rsi/meta.json @@ -0,0 +1,57 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Pierre Chevreul", + "size": { + "x": 32, + "y": 64 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}