diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 62612cff1d..dce85de232 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -411,3 +411,12 @@ alpha: 0.9 ghostName: Дракон сингулярности ghostDescription: Владыка сингулярности + +#runamius +- type: customGhost + id: runamius-ghost + ckey: runamius + sprite: White/Ghosts/runamius-ghost.rsi + alpha: 0.9 + ghostName: Никотиноед + ghostDescription: Поедает никотин в любом виде diff --git a/Resources/Textures/White/Ghosts/runamius-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/runamius-ghost.rsi/animated.png new file mode 100644 index 0000000000..e2d007155f Binary files /dev/null and b/Resources/Textures/White/Ghosts/runamius-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/runamius-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/runamius-ghost.rsi/meta.json new file mode 100644 index 0000000000..6f26e9d7e2 --- /dev/null +++ b/Resources/Textures/White/Ghosts/runamius-ghost.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "null", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1 + ] + ] + } + ] +}