diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index e0ef685f8e..0337b5c9df 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -446,3 +446,12 @@ alpha: 0.9 ghostName: Ярик ghostDescription: Дробилка, маска, плащ... Все эти вещи, казалось, сроднились с ним, сопровождая его даже после смерти. + +#Jabak +- type: customGhost + id: jabak-ghost + ckey: Jabak + sprite: White/Ghosts/jabak-ghost.rsi + alpha: 0.9 + ghostName: Жопа + ghostDescription: Хуй diff --git a/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png new file mode 100644 index 0000000000..543706709b Binary files /dev/null and b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json new file mode 100644 index 0000000000..37ee909930 --- /dev/null +++ b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Jabak", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}