Skip to content
Open
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
11 changes: 11 additions & 0 deletions Resources/Locale/ru-RU/_LuaM/clothing/nicesuits.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ent-ClothingUniformJumpsuitRuggedCostume = брутальный костюм
.desc = Тёмный комплект, из грубых тканей. Слишком груб для официальных визитов, но идеально подходит для неформального отдыха с алкоголем.

ent-ClothingUniformJumpsuitExpensiveCostume = дорогой костюм
.desc = Дорогостоящий двубортный комплект. Носить такой станет только психопат, или какой-нибудь особо тщеславный вице-президент.

ent-ClothingUniformJumpsuitGoodClownCostume = костюм хорошего клоуна
.desc = Яркий, далеко не новый костюм, созданный по прототипу костюма величайшего трагического комедианта, из когда-либо живших" — гласит рекламная бирка из внутреннего кармана.

ent-ClothingUniformJumpsuitEmeraldCostume = изумрудный костюм
.desc = Неплохой на вид, текстурный серый комплект, с блестящим галстуком изумрудного цвета. Носить только с подобающим по стоимости верхом.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
- type: loadoutGroup
id: ChefJumpsuit
name: loadout-group-chef-jumpsuit
loadouts:
loadouts:
- ChefJumpsuit
- ChefJumpskirt

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitRuggedCostume
name: rugged сostume
description: A dark outfit made of coarse fabrics. Too rough for formal visits, but perfect for a casual, alcohol-fueled get-together.
components:
- type: Sprite
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/ruggedcostume.rsi
- type: Clothing
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/ruggedcostume.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitExpensiveCostume
name: expensive сostume
description: An expensive two-button suit. Only a psychopath or a particularly vain vice president would wear such a thing.
components:
- type: Sprite
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/expensivecostume.rsi
- type: Clothing
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/expensivecostume.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitGoodClownCostume
name: good clown costume
description: '"A striking, far-from-new costume, created after the prototype of the costume worn by the greatest tragic comedian who ever lived" — reads the promotional tag from the inside pocket.'
components:
- type: Sprite
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/goodclownsuit.rsi
- type: Clothing
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/goodclownsuit.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitEmeraldCostume
name: emerald costume
description: A decent-looking, textured gray suit, with a shimmering emerald tie. Only to be worn with a matching top.
components:
- type: Sprite
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/emeraldcostume.rsi
- type: Clothing
sprite: _LuaM/Clothing/Uniforms/Jumpsuit/emeraldcostume.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- type: loadout
id: ContractorClothingUniformJumpsuitRuggedCostume
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 100
equipment:
jumpsuit: ClothingUniformJumpsuitRuggedCostume

- type: loadout
id: ContractorClothingUniformJumpsuitExpensiveCostume
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 100
equipment:
jumpsuit: ClothingUniformJumpsuitExpensiveCostume

- type: loadout
id: ContractorClothingUniformJumpsuitGoodClownCostume
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 100
equipment:
jumpsuit: ClothingUniformJumpsuitGoodClownCostume

- type: loadout
id: ContractorClothingUniformJumpsuitEmeraldCostume
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 100
equipment:
jumpsuit: ClothingUniformJumpsuitEmeraldCostume
Original file line number Diff line number Diff line change
Expand Up @@ -1788,3 +1788,4 @@
price: 100 # Mono # LuaM: 0 > 100
equipment:
jumpsuit: UniformJabroni

Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
- ContractorClothingUniformJumpskirtLawyerBlack
- ContractorClothingUniformJumpsuitLawyerGood
- ContractorClothingUniformJumpskirtLawyerGood
- ContractorClothingUniformJumpsuitRuggedCostume # LuaM
- ContractorClothingUniformJumpsuitExpensiveCostume # LuaM
- ContractorClothingUniformJumpsuitGoodClownCostume # LuaM
- ContractorClothingUniformJumpsuitEmeraldCostume # LuaM
- ContractorClothingUniformRandomPunkCroptop # Punkish (Randomized visuals)
- ContractorClothingUniformRandomPunkTanktop # Punkish (Randomized visuals)
- ContractorClothingUniformRandomArmlessNoSkirt # Punkish (Randomized visuals)
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprited By KYMbIC!",
"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
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-3.0",
"copyright": "Sprited By KYMbIC!",
"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
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-3.0",
"copyright": "Sprited By KYMbIC!",
"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
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-3.0",
"copyright": "Sprited By KYMbIC!",
"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