Address comments

Split out TG arcs into its own thing.
This commit is contained in:
Metal Gear Sloth
2020-06-24 19:42:16 +10:00
parent e152dd90dc
commit 8e56f6d985
12 changed files with 119 additions and 78 deletions

View File

@@ -4,8 +4,6 @@
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0 for bite->smash",
"copyright": "https://github.com/tgstation/tgstation/raw/c545428822f1ee0d402b812221518632dbe198cb/icons/effects/effects.dmi",
"states": [
{
"name": "spear",
@@ -16,74 +14,8 @@
"directions": 1
},
{
"name": "bite",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "claw",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "disarm",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "kick",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "punch",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "smash",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
"name": "fist",
"directions": 1
}
]
}

View File

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 464 B

View File

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 530 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,81 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/raw/c545428822f1ee0d402b812221518632dbe198cb/icons/effects/effects.dmi",
"states": [
{
"name": "bite",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "claw",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "disarm",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "kick",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "punch",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "smash",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 843 B

After

Width:  |  Height:  |  Size: 843 B

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB