diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 9cc9dec52f..68e8c238ab 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -383,3 +383,13 @@ alpha: 0.9 ghostName: Зябр ghostDescription: Пусть так и будет + +#FjorLofgren +- type: customGhost + id: fjorlofgren-ghost + ckey: FjorLofgren + sprite: White/Ghosts/fjor-ghost.rsi + alpha: 0.9 + ghostName: Bun Witch + ghostDescription: Не бойся, маленький кролик + size: 0.9, 0.9 diff --git a/Resources/Textures/White/Ghosts/fjor-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/fjor-ghost.rsi/animated.png new file mode 100644 index 0000000000..184ff01767 Binary files /dev/null and b/Resources/Textures/White/Ghosts/fjor-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/fjor-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/fjor-ghost.rsi/meta.json new file mode 100644 index 0000000000..446d9e564e --- /dev/null +++ b/Resources/Textures/White/Ghosts/fjor-ghost.rsi/meta.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.07, + 0.07, + 0.07, + 0.07, + 0.06, + 0.14, + 0.07, + 0.06, + 0.07, + 0.07, + 0.06, + 0.07, + 0.07, + 0.06, + 0.07, + 0.07, + 0.06, + 0.06 + ] + ] + } + ] +}