diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index aa8798ed86..f9b1e7f6e5 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -168,7 +168,7 @@ ghostName: CoreOverHeaven ghostDescription: Плоф size: 1.0, 1.0 - + - type: customGhost id: 17shu-ghost ckey: 17shu @@ -177,3 +177,21 @@ ghostName: Квакалка ghostDescription: А ей только ква и ква... size: 0.7, 0.7 + +- type: customGhost + id: renosan-ghost + ckey: ren0san + sprite: White/Ghosts/renosan-ghost.rsi + alpha: 0.8 + ghostName: Энхиридион + ghostDescription: Древняя книга с кодексом чести, руководством и иной полезной информацией для героев. + size: 0.8, 0.8 + +- type: customGhost + id: deadisko-ghost + ckey: deadisko + sprite: White/Ghosts/deadisko-ghost.rsi + alpha: 0.8 + ghostName: Летающий макаронный монстр + ghostDescription: Сложноуглеводное всеведующее создание, покровитель пиратов с большими митболами. + size: 0.8, 0.8 diff --git a/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/animated.png new file mode 100644 index 0000000000..ca8b50d542 Binary files /dev/null and b/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/meta.json new file mode 100644 index 0000000000..2f65394499 --- /dev/null +++ b/Resources/Textures/White/Ghosts/deadisko-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/frosty-dev/white", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png new file mode 100644 index 0000000000..8d5e7040ad Binary files /dev/null and b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/renosan-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/meta.json new file mode 100644 index 0000000000..7809eece42 --- /dev/null +++ b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Renosan", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}