Capitan
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user