diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 3ce5c9ee17..81563723f3 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -332,3 +332,10 @@ ghostName: Mask of the Red Death ghostDescription: A blasphemous mockery. size: 0.5, 0.5 + +- type: customGhost + id: scituzer2-ghost + ckey: scituzer2 + sprite: White/Ghosts/scituzer2-ghost.rsi + ghostName: Black Harpy + ghostDescription: A race of harpies that have charming onyx wings. Although they are a clever race, particularly having the highest intelligence of all harpies, on the other hand, they are exceedingly belligerent and ferocious. This one specifically used to be project lead of this project - but all she saw is world on fire. diff --git a/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/animated.png new file mode 100644 index 0000000000..e60701cfa1 Binary files /dev/null and b/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/meta.json new file mode 100644 index 0000000000..9dd05b98b0 --- /dev/null +++ b/Resources/Textures/White/Ghosts/scituzer2-ghost.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "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 + ] + ] + } + ] +} +