diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 6a440fb1ed..7b96feae96 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -555,4 +555,13 @@ sprite: White/Ghosts/deliko-ghost.rsi alpha: 0.9 ghostName: МГЕ Русланчек - ghostDescription: Лучше бы ты даже из кроватки не вылезал. \ No newline at end of file + ghostDescription: Лучше бы ты даже из кроватки не вылезал. + +#Dragon4ik +- type: customGhost + id: Dragon4ik-ghost + ckey: Dragon4ik + sprite: White/Ghosts/dragon4ik-ghost.rsi + alpha: 0.9 + ghostName: Dragon4ik + ghostDescription: Роскошные синие волосы, украшенные изящными бантиками, плавными волнами спадают на её стройную фигуру, а за спиной распахиваются крылья — одно светлое и воздушное, другое тёмное и загадочное. diff --git a/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/animated.png new file mode 100644 index 0000000000..532106ec22 Binary files /dev/null and b/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/meta.json new file mode 100644 index 0000000000..150eaa5651 --- /dev/null +++ b/Resources/Textures/White/Ghosts/dragon4ik-ghost.rsi/meta.json @@ -0,0 +1,89 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Dragon4ik&Spaidy", + "size": { + "x": 96, + "y": 96 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18 + ], + [ + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18 + ], + [ + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18 + ], + [ + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18, + 0.18 + ] + ] + } + ] + }