* Initial

* Mmm

* Adds them to map

* Makes mice grindable

* meta.json looking nice

* Mice go squeak

* Ye

* E

* Review

* Update Content.Server/GameObjects/Components/Mobs/Speech/MouseAccentComponent.cs

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
Swept
2021-03-11 00:06:57 +00:00
committed by GitHub
parent 1384debaef
commit 87aced8392
22 changed files with 222 additions and 170 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

View File

@@ -1,35 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/e15c63d100db65eaaa5231133b8a2662ff439131#diff-8dd94e19fdb2ff341b57e31bce101298",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/e15c63d100db65eaaa5231133b8a2662ff439131#diff-8dd94e19fdb2ff341b57e31bce101298",
"states": [
{
"name": "icon-0",
"delays": [
[
1
]
]
"name": "icon-0"
},
{
"name": "icon-1",
"delays": [
[
1
]
]
"name": "icon-1"
},
{
"name": "icon-2",
"delays": [
[
1
]
]
"name": "icon-2"
},
{
"name": "mouse-0",
@@ -110,52 +95,58 @@
]
},
{
"name": "dead-0",
"delays": [
[
1
]
]
"name": "dead-0"
},
{
"name": "dead-1",
"delays": [
[
1
]
]
"name": "dead-1"
},
{
"name": "dead-2",
"delays": [
[
1
]
]
"name": "dead-2"
},
{
"name": "splat-0",
"delays": [
[
1
]
]
"name": "splat-0"
},
{
"name": "splat-1",
"delays": [
[
1
]
]
"name": "splat-1"
},
{
"name": "splat-2",
"delays": [
[
1
]
]
"name": "splat-2"
},
{
"name": "0-equipped-HELMET",
"directions": 4
},
{
"name": "1-equipped-HELMET",
"directions": 4
},
{
"name": "2-equipped-HELMET",
"directions": 4
},
{
"name": "0-inhand-left",
"directions": 4
},
{
"name": "1-inhand-left",
"directions": 4
},
{
"name": "2-inhand-left",
"directions": 4
},
{
"name": "0-inhand-right",
"directions": 4
},
{
"name": "1-inhand-right",
"directions": 4
},
{
"name": "2-inhand-right",
"directions": 4
}
]
}