diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 81563723f3..567451ffbc 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -85,15 +85,15 @@ ghostDescription: ползёт, ползёт... size: 0.8, 0.8 -#felix +#mapperian - type: customGhost id: mapperian-ghost ckey: mapperian - sprite: White/Ghosts/suzuran.rsi - alpha: 1 - ghostName: Operator Suzuran - ghostDescription: Uoooooooh!!! - size: 0.8, 0.8 + sprite: White/Ghosts/mapperian-ghost.rsi + alpha: 0.9 + ghostName: Alice Liddell + ghostDescription: found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you found you + size: 0.7, 0.7 #doommax - type: customGhost @@ -339,3 +339,4 @@ 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/mapperian-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/mapperian-ghost.rsi/animated.png new file mode 100644 index 0000000000..196495a352 Binary files /dev/null and b/Resources/Textures/White/Ghosts/mapperian-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/mapperian-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/mapperian-ghost.rsi/meta.json new file mode 100644 index 0000000000..6f8a003277 --- /dev/null +++ b/Resources/Textures/White/Ghosts/mapperian-ghost.rsi/meta.json @@ -0,0 +1,53 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by cry_prism", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ] + ] + } + ] +}