Possums and Raccoons and Ferrets, Oh My! (#6808)
* * Fixed Reagent Tanks so they now dispense an amount according to the transfer amount of the bucket you use. * Revert "* Fixed Reagent Tanks so they now dispense an amount according to the transfer amount of the bucket you use." This reverts commit 3b565c0509e0a802b5aec63fc62007205ec330f1. * Adds possums along with their sound effects and petting popup messages. * Adds Morty my beloved * Fixed a small error in InteractionPopupSystem that was causing an error: "[ERRO] root: Server tried to play audio file which does not exist." * Added raccoons * Adds Morticia the raccoon. Morticia my beloved! (Original character do not steal :P) * Adds ferrets and their SFX * Well excuuu-uuuuse ME, Princess! * "It can't be THAT easy..." --Spider-man Noir * It's that easy.
This commit is contained in:
23
Resources/Textures/Mobs/Animals/possum.rsi/meta.json
Normal file
23
Resources/Textures/Mobs/Animals/possum.rsi/meta.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size":
|
||||
{
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
|
||||
"states":
|
||||
[
|
||||
{
|
||||
"name": "possum",
|
||||
"directions": 4,
|
||||
"delays": [[1],[1],[1],[1]]
|
||||
},
|
||||
{
|
||||
"name": "possum_dead",
|
||||
"directions": 1,
|
||||
"delays": [[1]]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Animals/possum.rsi/possum.png
Normal file
BIN
Resources/Textures/Mobs/Animals/possum.rsi/possum.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 721 B |
BIN
Resources/Textures/Mobs/Animals/possum.rsi/possum_dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/possum.rsi/possum_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 468 B |
24
Resources/Textures/Mobs/Animals/raccoon.rsi/meta.json
Normal file
24
Resources/Textures/Mobs/Animals/raccoon.rsi/meta.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size":
|
||||
{
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
|
||||
"states":
|
||||
[
|
||||
{
|
||||
"name": "raccoon",
|
||||
"directions": 4,
|
||||
"delays": [[1],[1],[1],[1]]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "raccoon_dead",
|
||||
"directions": 1,
|
||||
"delays": [[1]]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Animals/raccoon.rsi/raccoon.png
Normal file
BIN
Resources/Textures/Mobs/Animals/raccoon.rsi/raccoon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 740 B |
BIN
Resources/Textures/Mobs/Animals/raccoon.rsi/raccoon_dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/raccoon.rsi/raccoon_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
Reference in New Issue
Block a user