diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 567451ffbc..216ebf47f4 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -340,3 +340,10 @@ 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. +- type: customGhost + id: aeons_torn-ghost + ckey: aeons_torn + sprite: White/Ghosts/aeons_torn-ghost.rsi + ghostName: Monolith + ghostDescription: Blast from the past + diff --git a/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/animated.png new file mode 100644 index 0000000000..d7d345a81f Binary files /dev/null and b/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/meta.json new file mode 100644 index 0000000000..b07ec9fa0f --- /dev/null +++ b/Resources/Textures/White/Ghosts/aeons_torn-ghost.rsi/meta.json @@ -0,0 +1,105 @@ +{ + "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, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}