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

Перенос элегантной формы горничной с сборки Corvax #138

Merged
merged 2 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
]
}
Loading