Skip to content

Commit

Permalink
Vox clothing versions, formal uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jul 21, 2024
1 parent 7578c66 commit 3d9141a
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ent-ClothingUniformJumpsuitNtrep = костюм представителя nt
.desc = Этот костюм лучше не видеть.
ent-ClothingUniformJumpsuitNtrepFormal = праздничный костюм представителя nt
.desc = Этот костюм лучше не видеть.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/ntrep.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/ntrep.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitNtrepFormal
name: nt representive formal suit
description: That suit that is better not to see.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/ntrep_formal.rsi
- type: Clothing
sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/ntrep_formal.rsi

- type: entity
parent: ClothingUniformBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Uniforms
- type: loadout
id: NanoTrasenRepresentativeJumpsuit
equipment: NanoTrasenRepresentativeJumpsuit
Expand All @@ -9,6 +10,18 @@
id: NanoTrasenRepresentativeJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitNtrep

- type: loadout
id: NanoTrasenRepresentativeJumpsuitFormal
equipment: NanoTrasenRepresentativeJumpsuitFormal
effects:
- !type:GroupLoadoutEffect
proto: MaleMoment

- type: startingGear
id: NanoTrasenRepresentativeJumpsuitFormal
equipment:
jumpsuit: ClothingUniformJumpsuitNtrepFormal

- type: loadout
id: NanoTrasenRepresentativeJumpskirt
Expand All @@ -22,6 +35,7 @@
equipment:
jumpsuit: ClothingUniformJumpskirtNtrep

#outerClothing
- type: loadout
id: NanoTrasenRepresentativeCoat
equipment: NanoTrasenRepresentativeCoat
Expand Down
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
Expand Up @@ -15,6 +15,10 @@
"name": "equipped-EYES",
"directions": 4
},
{
"name": "equipped-EYES-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
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
Expand Up @@ -14,6 +14,10 @@
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
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
Expand Up @@ -14,6 +14,10 @@
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
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
Expand Up @@ -14,6 +14,10 @@
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
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
Expand Up @@ -14,6 +14,10 @@
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
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
Expand Up @@ -18,6 +18,10 @@
"name": "equipped-INNERCLOTHING-digi",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taked from Paradise station, inhand sprited by Rinary1 (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-digi",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 3d9141a

Please sign in to comment.