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) (cherry picked from commit 4520ac8c9ba8030f7b25b39a6f04a89e6106b0b1)
This commit is contained in:
parent
639d3af97a
commit
a08f6f4888
|
|
@ -1348,6 +1348,8 @@
|
|||
Male: UnisexReptilian
|
||||
Female: UnisexReptilian
|
||||
Unsexed: UnisexReptilian
|
||||
- type: TypingIndicator
|
||||
proto: lizard
|
||||
- type: InteractionPopup
|
||||
successChance: 0.9
|
||||
interactSuccessString: petting-success-monkey
|
||||
|
|
|
|||
|
|
@ -29,6 +29,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
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 419 B |
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue