diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index f88c58d994..7bc244f57c 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -3,8 +3,9 @@ ckey: ravmorgan sprite: White/Ghosts/ravmorgan-ghost.rsi alpha: 1.0 - ghostName: Яйцо - ghostDescription: Большое... + ghostName: Девочка из аниме + ghostDescription: А я корчу лицо в рожицу ахегао. + - type: customGhost id: merkkaa-ghost @@ -149,3 +150,12 @@ ghostName: Neco ghostDescription: Buranyaaa... size: 0.6, 0.6 + +- type: customGhost + id: valtos-ghost + ckey: valtos + sprite: White/Ghosts/valtos-ghost.rsi + alpha: 1.0 + ghostName: Мяукалка + ghostDescription: Дает деньги если погладить по животику... + size: 0.7, 0.7 diff --git a/Resources/Textures/White/Ghosts/valtos-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/valtos-ghost.rsi/animated.png new file mode 100644 index 0000000000..284823d12d Binary files /dev/null and b/Resources/Textures/White/Ghosts/valtos-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/valtos-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/valtos-ghost.rsi/meta.json new file mode 100644 index 0000000000..a5953afd3b --- /dev/null +++ b/Resources/Textures/White/Ghosts/valtos-ghost.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005, + 0.120000005 + ] + ] + } + ] +}