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