diff --git a/Resources/Prototypes/_Pirate/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_Pirate/Ghosts/custom_ghosts.yml index 9239d3539fd2..974bfa0763cf 100644 --- a/Resources/Prototypes/_Pirate/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_Pirate/Ghosts/custom_ghosts.yml @@ -211,6 +211,15 @@ ghostName: "Просто Декорація" ghostDescription: "Усі люди наділені талантами, а я просто декорація" +- type: customGhost + id: VCS-ghost + ckey: VCS + sprite: + - _Pirate/Ghosts/VCS/RNDWeh.rsi + alpha: 1 + ghostName: VCS + ghostDescription: Той самий НВех який все поламав. + - type: customGhost id: luciusGG-ghost ckey: luciusGG diff --git a/Resources/Textures/_Pirate/Ghosts/VCS.rsi/animated.png b/Resources/Textures/_Pirate/Ghosts/VCS.rsi/animated.png new file mode 100644 index 000000000000..ce618014ea8c Binary files /dev/null and b/Resources/Textures/_Pirate/Ghosts/VCS.rsi/animated.png differ diff --git a/Resources/Textures/_Pirate/Ghosts/VCS.rsi/meta.json b/Resources/Textures/_Pirate/Ghosts/VCS.rsi/meta.json new file mode 100644 index 000000000000..0c53fd0f31e7 --- /dev/null +++ b/Resources/Textures/_Pirate/Ghosts/VCS.rsi/meta.json @@ -0,0 +1,21 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by VCS", + "size": { + "x": 36, + "y": 36 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ] + ] + } + ] + } \ No newline at end of file