Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Перенос элегантной формы горничной с сборки Corvax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 committed May 9, 2024
1 parent 02f6838 commit 654d7b7
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ent-ClothingUniformJumpskirtCentcomOfficial = CentCom officer's suitskirt
.desc = It's a suitskirt worn by CentCom's highest-tier Commanders.
ent-ClothingUniformJumpskirtCentcomOfficer = CentCom turtleneck skirt
.desc = A skirt version of the CentCom turtleneck, rarer and more sought after than the original.
ent-ClothingUniformJumpskirtElegantMaid = elegant maid uniform
.desc = Call me master and bring me some beer.
ent-ClothingUniformColorJumpskirtRainbow = rainbow jumpskirt
.desc = A multi-colored jumpskirt!
ent-ClothingUniformJumpskirtPsychologist = psychologist suitskirt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ent-ClothingUniformJumpskirtCentcomOfficial = юбка-костюм офицер
.desc = Это костюм с юбкой, который носят офицеры Центком высшего звена.
ent-ClothingUniformJumpskirtCentcomOfficer = водолазка с юбкой Центком
.desc = Версия водолазки Центком с юбкой, более редкая и востребованная, чем оригинал.
ent-ClothingUniformJumpskirtElegantMaid = элегантная форма горничной
.desc = Назови меня хозяином и принеси пивчански.
ent-ClothingUniformColorJumpskirtRainbow = радужная юбка-комбинезон
.desc = Разноцветная юбка-комбинезон!
ent-ClothingUniformJumpskirtPsychologist = юбка-костюм психолога
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSuperstarCop
name: superstar cop uniform
Expand Down Expand Up @@ -41,3 +41,14 @@
sprite: Corvax/Clothing/Uniforms/Jumpsuit/centcom_admiral.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpsuit/centcom_admiral.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtElegantMaid
name: elegant maid uniform
description: Call me master and bring me some beer.
components:
- type: Sprite
sprite: Corvax/Clothing/Uniforms/Jumpskirt/elegantmaid.rsi
- type: Clothing
sprite: Corvax/Clothing/Uniforms/Jumpskirt/elegantmaid.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
- UniformSchoolgirlPurple
chance: 0.85
rarePrototypes:
- ClothingUniformJumpskirtElegantMaid # Corvax-Frontier
- ClothingOuterSuitShrineMaiden
rareChance: 0.05
rareChance: 0.05
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by Ko4erga (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 654d7b7

Please sign in to comment.