add lizard speech bubble (#23365)
* add bubble sprites and yaml changes * fixed issues * lizardified names * more fixes, got rid of error * add indicator to kobolds * updated sprites (removed notch, brightened colours)
This commit is contained in:
@@ -1336,6 +1336,8 @@
|
||||
Male: UnisexReptilian
|
||||
Female: UnisexReptilian
|
||||
Unsexed: UnisexReptilian
|
||||
- type: TypingIndicator
|
||||
proto: lizard
|
||||
- type: InteractionPopup
|
||||
successChance: 0.9
|
||||
interactSuccessString: petting-success-monkey
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
- type: Speech
|
||||
speechSounds: Lizard
|
||||
speechVerb: Reptilian
|
||||
- type: TypingIndicator
|
||||
proto: lizard
|
||||
- type: Vocal
|
||||
sounds:
|
||||
Male: UnisexReptilian
|
||||
|
||||
@@ -34,6 +34,11 @@
|
||||
typingState: spider0
|
||||
offset: 0, 0.125
|
||||
|
||||
- type: typingIndicator
|
||||
id: lizard
|
||||
typingState: lizard0
|
||||
offset: 0, 0.0625
|
||||
|
||||
- type: typingIndicator
|
||||
id: slime
|
||||
typingState: slime0
|
||||
|
||||
BIN
Resources/Textures/Effects/speech.rsi/lizard0.png
Normal file
BIN
Resources/Textures/Effects/speech.rsi/lizard0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 419 B |
BIN
Resources/Textures/Effects/speech.rsi/lizard1.png
Normal file
BIN
Resources/Textures/Effects/speech.rsi/lizard1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
BIN
Resources/Textures/Effects/speech.rsi/lizard2.png
Normal file
BIN
Resources/Textures/Effects/speech.rsi/lizard2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 283 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"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)",
|
||||
"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)",
|
||||
"states": [
|
||||
{
|
||||
"name": "alien0",
|
||||
@@ -198,6 +198,23 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "lizard0",
|
||||
"delays": [
|
||||
[
|
||||
0.3,
|
||||
0.3,
|
||||
0.3,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "lizard1"
|
||||
},
|
||||
{
|
||||
"name": "lizard2"
|
||||
},
|
||||
{
|
||||
"name": "moth0",
|
||||
"delays": [
|
||||
|
||||
Reference in New Issue
Block a user