diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 5708254437..5f83e59e7b 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -213,3 +213,22 @@ ghostName: Хамптер ghostDescription: Любит чебуреки и мапить. size: 1.3, 1.3 + +- type: customGhost + id: omntns-ghost + ckey: omntns + sprite: White/Ghosts/omntns-ghost.rsi + alpha: 0.8 + ghostName: Верховный судья + ghostDescription: Олицетворение главенства закона и мудрости оставляет ощущение постоянной слежки. Тем не менее, его лик наполняет вас решимостью. + size: 0.8, 0.8 + +- type: customGhost + id: s_k_r_i_m_e_x-ghost + ckey: s_k_r_i_m_e_x + sprite: White/Ghosts/s_k_r_i_m_e_x-ghost.rsi + alpha: 0.8 + ghostName: Ху Тао + ghostDescription: Мяу! + size: 0.8, 0.8 + diff --git a/Resources/Textures/White/Ghosts/omntns-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/omntns-ghost.rsi/animated.png new file mode 100644 index 0000000000..312f7968c5 Binary files /dev/null and b/Resources/Textures/White/Ghosts/omntns-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/omntns-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/omntns-ghost.rsi/meta.json new file mode 100644 index 0000000000..2f65394499 --- /dev/null +++ b/Resources/Textures/White/Ghosts/omntns-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/frosty-dev/white", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/animated.png new file mode 100644 index 0000000000..391bf7f87a Binary files /dev/null and b/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/meta.json new file mode 100644 index 0000000000..3d9c1e7a71 --- /dev/null +++ b/Resources/Textures/White/Ghosts/s_k_r_i_m_e_x-ghost.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by s_k_r_i_m_e_x", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] +}