diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 10a3a54828..22e643494f 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -502,3 +502,12 @@ ghostName: Feda_Plevajecki ghostDescription: Не злите добрых людей. size: 0.5, 0.5 + +#Kemuri +- type: customGhost + id: Kemuri-ghost + ckey: Kemuri + sprite: White/Ghosts/kemuri-ghost.rsi + alpha: 0.9 + ghostName: Loughshinny + ghostDescription: Искра, готовая разгореться в бурю. diff --git a/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/animated.png new file mode 100644 index 0000000000..8ef181b859 Binary files /dev/null and b/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/meta.json new file mode 100644 index 0000000000..1974f1092a --- /dev/null +++ b/Resources/Textures/White/Ghosts/kemuri-ghost.rsi/meta.json @@ -0,0 +1,80 @@ +{ + "version": 1, + "copyright": "Provided by Kemuri", + "size": { + "x": 96, + "y": 96 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "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, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] + }