GhostTheme: Ревенант (#1124)

* Revenant GhostTheme

* Лишнее
This commit is contained in:
KaiserMaus 2025-01-17 12:54:19 +00:00 committed by GitHub
parent 3f577b39b5
commit d85f00f555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 77 additions and 0 deletions

View file

@ -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 = Ревенант

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

View file

@ -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"
}
]
}