Skip to content

Commit

Permalink
added the artificer uniform (Sector-Umbra#187)
Browse files Browse the repository at this point in the history
Co-authored-by: TsjipTsjip <[email protected]>
Co-authored-by: Simon <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 241bf44 commit ee8bbad
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@
sprite: _Umbra/Clothing/Uniforms/Jumpsuit/drugersuit.rsi
- type: Clothing
sprite: _Umbra/Clothing/Uniforms/Jumpsuit/drugersuit.rsi

# Player: Akira - Character: FP-SR M36
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitArtificer
name: artificer suit
description: A brown, short sleeved turtleneck accompanied by a front pouch and big pockets. It wears a golden armband on the right arm, depicting a small, light gold shield with a white banner over it. It looks cared of.
components:
- type: Sprite
sprite: _Umbra/Clothing/Uniforms/Jumpsuit/artificer_uniform.rsi
- type: Clothing
sprite: _Umbra/Clothing/Uniforms/Jumpsuit/artificer_uniform.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@
- !type:PersonalItemLoadoutEffect
character:
- Sky Tomson
# Takes's Plushie

# Takes's Plushie
- type: loadout
id: TakesPlushie
storage:
Expand All @@ -464,7 +465,19 @@
character:
- Takes-Great-Risk

# June Mothe's Coat
# FP-SR M36's Artificer Uniform
- type: loadout
id: ClothingUniformJumpsuitArtificer
storage:
back:
- ClothingUniformJumpsuitArtificer
effects:
- !type:PersonalItemLoadoutEffect
character:
- FP-SR M36


# June Mothe's Coat
- type: loadout
id: ClothingOuterMotheCoat
storage:
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- PlushieSky
- ClothingOuterTechCoat
- TakesPlushie
- ClothingUniformJumpsuitArtificer
- ClothingOuterMotheCoat
- MaterialsPlushie
- HissesPlushie
Expand Down Expand Up @@ -105,6 +106,7 @@
- PlushieSky
- ClothingOuterTechCoat
- TakesPlushie
- ClothingUniformJumpsuitArtificer
- ClothingOuterMotheCoat
- MaterialsPlushie
- HissesPlushie
Expand Down Expand Up @@ -158,6 +160,7 @@
- PlushieSky
- ClothingOuterTechCoat
- TakesPlushie
- ClothingUniformJumpsuitArtificer
- ClothingOuterMotheCoat
- MaterialsPlushie
- HissesPlushie
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Slugcta (akirrer)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit ee8bbad

Please sign in to comment.