diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index cb4d33408e..8690797102 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -382,7 +382,7 @@ sprite: White/Ghosts/krokozyabra-ghost.rsi alpha: 0.9 ghostName: Зябр - ghostDescription: Пусть так и будет + ghostDescription: От него веет верностью #FjorLofgren - type: customGhost diff --git a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png index 5d782f5145..67d09e3138 100644 Binary files a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png and b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json index e1b368e781..30971a0993 100644 --- a/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json +++ b/Resources/Textures/White/Ghosts/krokozyabra-ghost.rsi/meta.json @@ -8,19 +8,50 @@ }, "states": [ { - "name": "animated", - "delays": [ - [ - 0.11, - 0.11, - 0.11, - 0.11, - 0.11, - 0.11, - 0.11, - 0.11 + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ], + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ], + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ], + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] ] - ] } - ] -} \ No newline at end of file +] +}