diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index f7b259f43b..c8a760a718 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -84,3 +84,13 @@ ghostName: Кошмар ghostDescription: ползёт, ползёт... size: 0.8, 0.8 + +#felix +- type: customGhost + id: mapperian-ghost + ckey: mapperian + sprite: White/Ghosts/suzuran.rsi + alpha: 1 + ghostName: Operator Suzuran + ghostDescription: Uoooooooh!!! + size: 0.8, 0.8 diff --git a/Resources/Textures/White/Ghosts/suzuran.rsi/animated.png b/Resources/Textures/White/Ghosts/suzuran.rsi/animated.png new file mode 100644 index 0000000000..06854c3dfe Binary files /dev/null and b/Resources/Textures/White/Ghosts/suzuran.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/suzuran.rsi/meta.json b/Resources/Textures/White/Ghosts/suzuran.rsi/meta.json new file mode 100644 index 0000000000..1758e7745c --- /dev/null +++ b/Resources/Textures/White/Ghosts/suzuran.rsi/meta.json @@ -0,0 +1,45 @@ +{ + "license": "CC-BY-SA-3.0", + "copyright": "poebat", + "version": 1, + "size": { + "x": 64, + "y": 64 + }, + "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 + ] + ] + } + ] +}