Skip to content

Commit

Permalink
add lizard speech bubble (#23365)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
lunarcomets authored Feb 1, 2024
1 parent 8b19b7f commit 4520ac8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,8 @@
Male: UnisexReptilian
Female: UnisexReptilian
Unsexed: UnisexReptilian
- type: TypingIndicator
proto: lizard
- type: InteractionPopup
successChance: 0.9
interactSuccessString: petting-success-monkey
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- type: Speech
speechSounds: Lizard
speechVerb: Reptilian
- type: TypingIndicator
proto: lizard
- type: Vocal
sounds:
Male: UnisexReptilian
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/typing_indicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added Resources/Textures/Effects/speech.rsi/lizard0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Effects/speech.rsi/lizard1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Effects/speech.rsi/lizard2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion Resources/Textures/Effects/speech.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -198,6 +198,23 @@
]
]
},
{
"name": "lizard0",
"delays": [
[
0.3,
0.3,
0.3,
0.4
]
]
},
{
"name": "lizard1"
},
{
"name": "lizard2"
},
{
"name": "moth0",
"delays": [
Expand Down

0 comments on commit 4520ac8

Please sign in to comment.