Skip to content

Commit

Permalink
Jumpskirt
Browse files Browse the repository at this point in the history
  • Loading branch information
meowstushka committed Jun 21, 2024
1 parent ebdbbb8 commit adce717
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
loadout-group-inventory = Мой инвентарь
loadout-group-chief-engineer-backpack = Рюкзак старшего инженера
loadout-group-musician-jumpsuit = Музыкант, комбинезон
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ ent-ClothingUniformJumpskirtHoSBlack = чёрная юбка-комбинезо
.desc = Это чёрный костюм с юбкой главы службы безопасности.
ent-ClothingUniformJumpskirtRDClassical = классическая юбка-костюм научного руководителя
.desc = Это классический костюм с юбкой научного руководителя.
ent-ClothingUniformJumpskirtMusician = платье из карпокожи
.desc = Роскошное платье, сшитое только из лучших чешуек, идеально подходит для любого концерта в стиле лаунж!
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,14 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/rd_classical.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/rd_classical.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
7 changes: 7 additions & 0 deletions Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@
- ChiefEngineerBackpack
- ChiefEngineerSatchel
- ChiefEngineerDuffel

- type: loadoutGroup
id: MusicianJumpsuit
name: loadout-group-musician-jumpsuit
loadouts:
- MusicianJumpsuit
- MusicianJumpskirt
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 adce717

Please sign in to comment.