Rat King Chat Indicator (#37184)

* Rat King Chat Indicator

* BUFFRATWHEN

* Added it to the crown wawa

* Ignore this

* Whats the limit for stuff I can put here?

* Fix da merge conflicts for real this time

* WE DID ITgit add -A

* Errant Requested Changes
This commit is contained in:
YoungThug
2025-05-21 22:47:04 -07:00
committed by GitHub
parent ecff1f8810
commit b95bcbffed
8 changed files with 56 additions and 17 deletions

View File

@@ -196,6 +196,8 @@
sprite: Clothing/Head/Misc/fancycrown.rsi sprite: Clothing/Head/Misc/fancycrown.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Head/Misc/fancycrown.rsi sprite: Clothing/Head/Misc/fancycrown.rsi
- type: TypingIndicatorClothing
proto: regal
- type: MobPrice - type: MobPrice
price: 3000 price: 3000
- type: AddAccentClothing - type: AddAccentClothing
@@ -279,7 +281,7 @@
- Hair - Hair
- HeadTop - HeadTop
- HeadSide - HeadSide
- FacialHair - FacialHair
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase

View File

@@ -29,6 +29,8 @@
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ] - map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: eyes state: eyes
shader: unshaded shader: unshaded
- type: TypingIndicator
proto: regal
- type: Physics - type: Physics
bodyType: KinematicController bodyType: KinematicController
- type: Fixtures - type: Fixtures

View File

@@ -76,3 +76,9 @@
typingState: diona0 typingState: diona0
idleState: diona0 idleState: diona0
offset: 0, 0.125 offset: 0, 0.125
- type: typingIndicator
id: regal
typingState: regal0
idleState: regal3
offset: 0, 0.125

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github) | Spider sprites made by PixelTheKermit (Github) | Lizard sprites made by AmalgoMyte (Github) | Diona and Gingerbread sprites made by YoungThugSS14 (Github) | Xenoborg sprites by Samuka-c (Github)", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github) | Spider sprites made by PixelTheKermit (Github) | Lizard sprites made by AmalgoMyte (Github) | Diona, Gingerbread, and Regalsprites made by YoungThugSS14 (Github) | Xenoborg sprites by Samuka-c (Github)",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -29,27 +29,27 @@
{ {
"name": "alien3", "name": "alien3",
"delays": [ "delays": [
[ [
0.2, 0.2,
0.3, 0.3,
0.3, 0.3,
0.5, 0.5,
0.5 0.5
]
] ]
]
}, },
{ {
"name": "alienroyal0", "name": "alienroyal0",
"delays": [ "delays": [
[ [
0.2, 0.2,
0.3, 0.3,
0.3, 0.3,
0.3, 0.3,
0.3, 0.3,
0.5 0.5
]
] ]
]
}, },
{ {
"name": "alienroyal1" "name": "alienroyal1"
@@ -411,6 +411,35 @@
{ {
"name": "machine2" "name": "machine2"
}, },
{
"name": "regal0",
"delays": [
[
0.3,
0.3,
0.3,
0.4
]
]
},
{
"name": "regal1"
},
{
"name": "regal2"
},
{
"name": "regal3",
"delays": [
[
0.2,
0.3,
0.3,
0.5,
0.5
]
]
},
{ {
"name": "robot0", "name": "robot0",
"delays": [ "delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B