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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-viltrumitesuit = униформа вильтрумита
.desc = Хорошо сидящая и удобная униформа
11 changes: 11 additions & 0 deletions Resources/Prototypes/_Amour/Entities/Clothing/Uniforms/uniform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,14 @@
sprite: _Amour/Clothing/Uniforms/sexymime.rsi
- type: Clothing
sprite: _Amour/Clothing/Uniforms/sexymime.rsi

- type: entity
parent: ClothingUniformBase
id: viltrumitesuit
name: viltrumitesuit
components:
- type: Sprite
sprite: _Amour/Clothing/Uniforms/viltrumitesuit.rsi
- type: Clothing
sprite: _Amour/Clothing/Uniforms/viltrumitesuit.rsi
Comment thread
Kuamorg marked this conversation as resolved.

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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Foxei for Amour",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "icon"
}
]
}
Loading