This commit is contained in:
scuffedjays
2019-08-08 12:34:05 -05:00
parent 41cb27dd67
commit 81fd26f5db
14 changed files with 154 additions and 1 deletions

View File

@@ -23,3 +23,20 @@
sprite: Clothing/chef_hat.rsi
Slots:
- helmet
- type: entity
parent: HatBase
id: HatCaptain
name: Captain's Hat
description: It's good being the king.
components:
- type: Sprite
sprite: Clothing/captain_hat.rsi
state: captain
- type: Icon
sprite: Clothing/captain_hat.rsi
state: captain
- type: Clothing
sprite: Clothing/captain_hat.rsi
Slots:
- helmet

View File

@@ -83,3 +83,21 @@
- type: Sound
- type: FootstepModifier
footstepSoundCollection: footstep_heavy
- type: entity
parent: ShoesBase
id: ShoesBrown
name: Brown Shoes
description: A pair of brown shoes.
components:
- type: Sprite
sprite: Clothing/shoes_brown.rsi
state: brown
- type: Icon
sprite: Clothing/shoes_brown.rsi
state: brown
- type: Clothing
sprite: Clothing/shoes_brown.rsi

View File

@@ -124,4 +124,21 @@
state: chef
- type: Clothing
sprite: Clothing/chef_uniform.rsi
sprite: Clothing/chef_uniform.rsi
- type: entity
parent: UniformBase
id: UniformCaptain
name: Captain's Jumpsuit
description: It's a blue jumpsuit with some gold markings denoting the rank of "Captain".
components:
- type: Sprite
sprite: Clothing/captain_uniform.rsi
state: captain
- type: Icon
sprite: Clothing/captain_uniform.rsi
state: captain
- type: Clothing
sprite: Clothing/captain_uniform.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5",
"states": [
{
"name": "equipped-HELMET",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "captain",
"directions": 1,
"delays": [ [ 1.0 ] ]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

View File

@@ -0,0 +1,74 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5",
"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "captain",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/Bleeding-Edge/icons/mob/feet.dmi", "states": [{"name": "brown", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}