diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 95680dbdb0..6a440fb1ed 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -538,3 +538,21 @@ alpha: 0.9 ghostName: Loughshinny ghostDescription: Искра, готовая разгореться в бурю. + +#DIGGLER2009 +- type: customGhost + id: DIGGLER2009-ghost + ckey: DIGGLER2009 + sprite: White/Ghosts/diggler2009-ghost.rsi + alpha: 0.9 + ghostName: Pramanix + ghostDescription: Любите врагов ваших, благословляйте проклинающих вас, благотворите ненавидящим вас и молитесь за обижающих вас и гонящих вас. + +#Deliko +- type: customGhost + id: Deliko-ghost + ckey: Deliko + sprite: White/Ghosts/deliko-ghost.rsi + alpha: 0.9 + ghostName: МГЕ Русланчек + ghostDescription: Лучше бы ты даже из кроватки не вылезал. \ No newline at end of file diff --git a/Resources/Textures/White/Ghosts/deliko-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/deliko-ghost.rsi/animated.png new file mode 100644 index 0000000000..11716df2f2 Binary files /dev/null and b/Resources/Textures/White/Ghosts/deliko-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/deliko-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/deliko-ghost.rsi/meta.json new file mode 100644 index 0000000000..abf4974d84 --- /dev/null +++ b/Resources/Textures/White/Ghosts/deliko-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": 96, + "y": 96 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png new file mode 100644 index 0000000000..b7cfe28833 Binary files /dev/null and b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json new file mode 100644 index 0000000000..a44f09c5a8 --- /dev/null +++ b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Armolitskiy", + "size": { + "x": 96, + "y": 96 + }, + "states": [ + { + "name": "animated" + } + ] +}