parent
3f577b39b5
commit
d85f00f555
5 changed files with 77 additions and 0 deletions
|
|
@ -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 = Ревенант
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue