Carp crit\dead (#5503)

This commit is contained in:
FoLoKe
2021-11-30 13:12:18 +03:00
committed by GitHub
parent cc1741f0a9
commit db238c571c
10 changed files with 52 additions and 35 deletions

View File

@@ -39,7 +39,7 @@
visuals:
- type: DamageStateVisualizer
normal: alive
crit: dead
crit: crit
dead: dead
- type: entity

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -5,21 +5,52 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/b143783881fb7418213026857cb8c569636e259e#diff-8dd94e19fdb2ff341b57e31bce101298",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/b143783881fb7418213026857cb8c569636e259e#diff-8dd94e19fdb2ff341b57e31bce101298, edited 'alive' to create 'crit' and 'dead' states",
"states": [
{
"name": "icon",
"delays": [
[
1
]
]
"name": "icon"
},
{
"name": "dead",
"delays": [
[
1
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "crit",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 491 B

View File

@@ -5,23 +5,16 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/d3d351dea8d9420cee47514843a02158d0a7266f#diff-8dd94e19fdb2ff341b57e31bce101298",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/d3d351dea8d9420cee47514843a02158d0a7266f#diff-8dd94e19fdb2ff341b57e31bce101298, edited 'dead' to create 'crit' and 'dead' states",
"states": [
{
"name": "icon",
"delays": [
[
1
]
]
"name": "icon"
},
{
"name": "dead",
"delays": [
[
1
]
]
"name": "dead"
},
{
"name": "crit"
},
{
"name": "alive",

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 294 B

View File

@@ -5,23 +5,16 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/mob/animal.dmi",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/mob/animal.dmi, edited 'dead' to create 'crit' and 'dead' states",
"states": [
{
"name": "icon",
"delays": [
[
1
]
]
"name": "icon"
},
{
"name": "dead",
"delays": [
[
1
]
]
"name": "dead"
},
{
"name": "crit"
},
{
"name": "alive",