diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index dce85de232..872aecca55 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -420,3 +420,12 @@ alpha: 0.9 ghostName: Никотиноед ghostDescription: Поедает никотин в любом виде + +#Vorge +- type: customGhost + id: vorge-ghost + ckey: Vorge + sprite: White/Ghosts/vorge-ghost.rsi + alpha: 0.9 + ghostName: vig + ghostDescription: Пошёл нахуй! diff --git a/Resources/Textures/White/Ghosts/vorge-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/vorge-ghost.rsi/animated.png new file mode 100644 index 0000000000..5f5ebd02ee Binary files /dev/null and b/Resources/Textures/White/Ghosts/vorge-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/vorge-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/vorge-ghost.rsi/meta.json new file mode 100644 index 0000000000..8dc6074651 --- /dev/null +++ b/Resources/Textures/White/Ghosts/vorge-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Vorge", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}