diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index f9b1e7f6e5..5708254437 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -195,3 +195,21 @@ ghostName: Летающий макаронный монстр ghostDescription: Сложноуглеводное всеведующее создание, покровитель пиратов с большими митболами. size: 0.8, 0.8 + +- type: customGhost + id: zilendorie-ghost + ckey: zilendorie + sprite: White/Ghosts/zilendorie-ghost.rsi + alpha: 0.8 + ghostName: Эзра-Арк + ghostDescription: Призрак фембоя. Стал слишком глупеньким и отделился от тела. + size: 0.3, 0.3 + +- type: customGhost + id: 4abere1-ghost + ckey: 4abere1 + sprite: White/Ghosts/4abere1-ghost.rsi + alpha: 0.8 + ghostName: Хамптер + ghostDescription: Любит чебуреки и мапить. + size: 1.3, 1.3 diff --git a/Resources/Textures/White/Ghosts/4abere1-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/4abere1-ghost.rsi/animated.png new file mode 100644 index 0000000000..46ecc5887d Binary files /dev/null and b/Resources/Textures/White/Ghosts/4abere1-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/4abere1-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/4abere1-ghost.rsi/meta.json new file mode 100644 index 0000000000..13e0462dc3 --- /dev/null +++ b/Resources/Textures/White/Ghosts/4abere1-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": 32, + "y": 32 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/animated.png new file mode 100644 index 0000000000..fae164f3f1 Binary files /dev/null and b/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/meta.json new file mode 100644 index 0000000000..6fed13cf81 --- /dev/null +++ b/Resources/Textures/White/Ghosts/zilendorie-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by @mole1258", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated" + } + ] +}