diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 5c66ddb7b0..61d5a57bfe 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -420,3 +420,12 @@ alpha: 0.9 ghostName: Никотиноед ghostDescription: Поедает никотин в любом виде + +#6mirage6 +- type: customGhost + id: 6mirage6-ghost + ckey: 6mirage6 + sprite: White/Ghosts/6mirage6-ghost.rsi + alpha: 0.9 + ghostName: M̷a̴r̶i̷ + ghostDescription: Бежит от настоящего, возвращаясь в прошлое... diff --git a/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/animated.png new file mode 100644 index 0000000000..8a4c58b2b4 Binary files /dev/null and b/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/meta.json new file mode 100644 index 0000000000..5fb9125c4d --- /dev/null +++ b/Resources/Textures/White/Ghosts/6mirage6-ghost.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 1.5, + 1.5, + 1.5, + 1.5, + 1.5, + 1.5, + 1.5, + 1.5, + 1.5, + 1.5 + ] + ] + } + ] +}