diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 37e7fc9d1a..871eb9ca76 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -104,3 +104,12 @@ ghostName: Наблюдатель ghostDescription: Явился из другого мира с целью наблюдать за другими разумными существами size: 1, 1 + +- type: customGhost + id: serbwo-ghost + ckey: serbwo + sprite: White/Ghosts/serbo-ghost.rsi + alpha: 0.8 + ghostName: Karseba + ghostDescription: Дракон который делает Ням-Ням + size: 1, 1 diff --git a/Resources/Textures/White/Ghosts/serbo-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/serbo-ghost.rsi/animated.png new file mode 100644 index 0000000000..6a6366b74d Binary files /dev/null and b/Resources/Textures/White/Ghosts/serbo-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/serbo-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/serbo-ghost.rsi/meta.json new file mode 100644 index 0000000000..49774a85da --- /dev/null +++ b/Resources/Textures/White/Ghosts/serbo-ghost.rsi/meta.json @@ -0,0 +1,62 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "mama", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}