diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 133bc8aa08..aa8798ed86 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -160,6 +160,15 @@ ghostDescription: Дает деньги если погладить по животику... size: 0.7, 0.7 +- type: customGhost + id: nexmachina-ghost + ckey: nexmachina + sprite: White/Ghosts/nexmachina-ghost.rsi + alpha: 0.7 + ghostName: CoreOverHeaven + ghostDescription: Плоф + size: 1.0, 1.0 + - type: customGhost id: 17shu-ghost ckey: 17shu diff --git a/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/animated.png new file mode 100644 index 0000000000..0184d36118 Binary files /dev/null and b/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/meta.json new file mode 100644 index 0000000000..20b2de1d8b --- /dev/null +++ b/Resources/Textures/White/Ghosts/nexmachina-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "felix", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}