Skip to content

Commit

Permalink
Musician Jumpskirt
Browse files Browse the repository at this point in the history
  • Loading branch information
meowstushka committed Jun 10, 2024
1 parent 192cd66 commit 50874df
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
loadout-group-inventory = Мой инвентарь
loadout-group-psychologist-backpack = Рюкзак психолога
loadout-group-musician-jumpsuit = Музыкант, комбинезон
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ ent-ClothingUniformJumpskirtPsychologist = юбка-костюм психоло
.desc = Я не теряю вещи. Я кладу вещи в места, которые потом ускользают от меня.
ent-ClothingUniformJumpskirtSchool = школьная юбка
.desc = Стильная и удобная школьная юбка.
ent-ClothingUniformJumpskirtMusician = платье из карпокожи
.desc = Роскошное платье, сшитое только из лучших чешуек, идеально подходит для любого концерта в стиле лаунж!
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,15 @@
- type: Sprite
sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi
sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtMusician
name: carpskin skirt # Corvax-Resprite
description: An luxurious skirt made with only the finest scales, perfect for any lounge act! # Corvax-Resprite
components:
- type: Sprite
sprite: Corvax/Clothing/Uniforms/Jumpskirt/musician.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/musician.rsi
18 changes: 18 additions & 0 deletions Resources/Prototypes/Corvax/Loadouts/Jobs/Civilian/musician.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Jumpsuit
- type: loadout
id: MusicianJumpsuit
equipment: MusicianJumpsuit

- type: startingGear
id: MusicianJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitMusician

- type: loadout
id: MusicianJumpskirt
equipment: MusicianJumpskirt

- type: startingGear
id: MusicianJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtMusician
6 changes: 6 additions & 0 deletions Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
- PsychologistSatchel
- PsychologistDuffel

- type: loadoutGroup
id: MusicianJumpsuit
name: loadout-group-musician-jumpsuit
loadouts:
- MusicianJumpsuit
- MusicianJumpskirt
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
id: JobMusician
groups:
- MusicianBackpack
- MusicianJumpsuit # Corvax-MRP
- MusicianOuterClothing
- Glasses
- Trinkets
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/musician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- type: startingGear
id: MusicianGear
equipment:
jumpsuit: ClothingUniformJumpsuitMusician
eyes: ClothingEyesGlassesSunglasses
shoes: ClothingShoesBootsLaceup
id: MusicianPDA
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.
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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by: meowstushka; Discord: meowstushka; (UwU)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 50874df

Please sign in to comment.