diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 4aa69cc497..5d530bcaac 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -29,3 +29,11 @@ alpha: 0.7 ghostName: Грабля ghostDescription: Ну привет уебан! + +- type: customGhost + id: shelupon-ghost + ckey: shelupon + sprite: White/Ghosts/shelupon-ghost.rsi + alpha: 1 + ghostName: Величайший + ghostDescription: Восстал из небытия. diff --git a/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/animated.png new file mode 100644 index 0000000000..22ad37930b Binary files /dev/null and b/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/meta.json new file mode 100644 index 0000000000..020e11932f --- /dev/null +++ b/Resources/Textures/White/Ghosts/shelupon-ghost.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "poebat", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4 + } + ] +} \ No newline at end of file