diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 96b8ad21b9..d8e9206764 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -18,10 +18,10 @@ - type: customGhost id: nairsark-ghost ckey: nairsark - sprite: White/Ghosts/nairsark-ghost.rsi - alpha: 1 - ghostName: Maid - ghostDescription: Not a fucking fumo + sprite: White/Ghosts/frostnova-ghost.rsi + alpha: 0.7 + ghostName: Winter's Scar + ghostDescription: ... - type: customGhost id: animeshka-ghost diff --git a/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/animated.png new file mode 100644 index 0000000000..eb8abce3d8 Binary files /dev/null and b/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/meta.json new file mode 100644 index 0000000000..36d175a436 --- /dev/null +++ b/Resources/Textures/White/Ghosts/frostnova-ghost.rsi/meta.json @@ -0,0 +1,45 @@ +{ + "version": 1, + "size": { + "x": 128, + "y": 128 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Nair Sark", + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ], + [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ], + [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ], + [ + 0.15, + 0.15, + 0.15, + 0.15, + 0.15 + ] + ] + } + ] +} \ No newline at end of file