diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/ghost/ghost-themes.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/ghost/ghost-themes.ftl index b26ae016df..30b030c116 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/ghost/ghost-themes.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/ghost/ghost-themes.ftl @@ -42,3 +42,4 @@ ghost-theme-randy = Randy ghost-theme-pink-girl = Pink Girl ghost-theme-purple-girl = Purple Girl ghost-theme-red-girl = Red Girl +ghost-theme-revenant = Ревенант diff --git a/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_themes.yml b/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_themes.yml index 11024552b1..dcf564e72a 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_themes.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_themes.yml @@ -371,3 +371,11 @@ sprite: sprite: _Sunrise/Mobs/Ghosts/purple_girl.rsi state: purple_animated + +- type: ghostTheme + id: RevenantGhost + name: ghost-theme-revenant + sponsorOnly: true + sprite: + sprite: _Sunrise/Mobs/Ghosts/revenant_ghost.rsi + state: animated diff --git a/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/animated.png b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/animated.png new file mode 100644 index 0000000000..5f1be63f41 Binary files /dev/null and b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/animated.png differ diff --git a/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/icon.png b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/icon.png new file mode 100644 index 0000000000..5ae3453fbe Binary files /dev/null and b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/meta.json b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/meta.json new file mode 100644 index 0000000000..d2919d83c2 --- /dev/null +++ b/Resources/Textures/_Sunrise/Mobs/Ghosts/revenant_ghost.rsi/meta.json @@ -0,0 +1,68 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/f80e7ba62d27c77cfeac709dd71033744d0015c4/icons/mob/mob.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "icon" + } + ] +}