Skip to content
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
Comment thread
DDrakov marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: vendingMachineInventory
id: MNKDrobeInventory
startingInventory:
ClothingUniformMNKOfficeSkirt: 3
ClothingUniformMNKUnderGarment: 3
ClothingUniformMNKDressBlack: 3
ClothingUniformMNKGymBra: 3
ClothingUniformMNKBlackOveralls: 3
ClothingUniformMNKBlackShoulder: 3
ClothingUniformMNKTracksuitBlack: 3
ClothingOuterCoatMNKBlackJacket: 3
ClothingOuterCoatMNKWhiteHoodie: 3
ClothingOuterCoatMNKBlackTopCoat: 3
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## mnk

- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatMNKWhiteHoodie
name: MNK white hoodie
description: A classic MNK produced white hoodie.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi
- type: TemperatureProtection
coolingCoefficient: 0.4 # Triad - `coolingCoefficient` < `coefficient`
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatMNKBlackTopCoat
name: MNK black top coat
description: A sturdy MNK black top coat.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi
- type: TemperatureProtection
coolingCoefficient: 0.4 # Triad - `coolingCoefficient` < `coefficient`
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatMNKBlackJacket
name: MNK black jacket
description: A light MNK black jacket.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi
- type: TemperatureProtection
coolingCoefficient: 0.2 # Triad - `coolingCoefficient` < `coefficient`
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,88 @@
sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi

## mnk

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformMNKOfficeSkirt
name: MNK office skirt
description: An MNK outfit within office dress code.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi
#femaleMask: NoMask

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKUnderGarment
name: MNK under garment
description: MNK ensured comfort for the important bits.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKGymBra
name: MNK gym bra
description: Maximum performance with MNK sweat blockers.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi
#femaleMask: NoMask

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKDressBlack
name: MNK black dress
description: A sleek black dress sporting a MNK window.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi
#femaleMask: UniformTop

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKBlackOveralls
name: MNK black overalls
description: A comfy undershirt and thick black MNK overalls.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi
#femaleMask: NoMask

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKBlackShoulder
name: MNK exposed shoulders
description: A MNK outfit with exposed shoulders.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi
#femaleMask: UniformTop

- type: entity
parent: ClothingUniformBase
id: ClothingUniformMNKTracksuitBlack
name: MNK black tracksuit
description: A set of light MNK athletic clothing.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi
#femaleMask: NoMask
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@
color: "#4b93ad"
- type: AccessReader # Frontier
access: [["Mail"]] # Frontier

- type: entity
parent: VendingMachine
id: VendingMachineMNKDrobe
name: MNK Drobe
description: Quality garments provided by MoNoKrome.
components:
- type: VendingMachine
pack: MNKDrobeInventory
offState: off
brokenState: broken
- type: Sprite
sprite: Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi
layers:
- state: off
map: ["enum.VendingMachineVisualLayers.Base"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
14 changes: 14 additions & 0 deletions Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@
- ContractorClothingUniformJumpskirtYellowTurtleneckDress
- ContractorClothingUniformJumpskirtYellowOldDress
- ContractorClothingUniformJabroni
# Triad start - Ported MNK clothes.
- ClothingUniformMNKOfficeSkirt
- ClothingUniformMNKUnderGarment
- ClothingUniformMNKDressBlack
- ClothingUniformMNKGymBra
- ClothingUniformMNKBlackOveralls
- ClothingUniformMNKBlackShoulder
- ClothingUniformMNKTracksuitBlack
# End Triad

fallbacks:
- ContractorClothingUniformJumpsuitColorGrey
Expand Down Expand Up @@ -392,6 +401,11 @@
- ContractorWetFloorSign
- ContractorClothingOuterCoatExpensive
- ContractorClothingOuterCoatSpaceAsshole
# Triad start - Ported MNK clothes.
- ClothingOuterCoatMNKBlackJacket
- ClothingOuterCoatMNKWhiteHoodie
- ClothingOuterCoatMNKBlackTopCoat
# End Triad

- type: loadoutGroup
id: ContractorBelt
Expand Down
41 changes: 41 additions & 0 deletions Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/jumpsuit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- type: loadout
id: ClothingUniformMNKOfficeSkirt
price: 0
equipment:
jumpsuit: ClothingUniformMNKOfficeSkirt

- type: loadout
id: ClothingUniformMNKUnderGarment
price: 0
equipment:
jumpsuit: ClothingUniformMNKUnderGarment

- type: loadout
id: ClothingUniformMNKDressBlack
price: 0
equipment:
jumpsuit: ClothingUniformMNKDressBlack

- type: loadout
id: ClothingUniformMNKGymBra
price: 0
equipment:
jumpsuit: ClothingUniformMNKGymBra

- type: loadout
id: ClothingUniformMNKBlackOveralls
price: 0
equipment:
jumpsuit: ClothingUniformMNKBlackOveralls

- type: loadout
id: ClothingUniformMNKBlackShoulder
price: 0
equipment:
jumpsuit: ClothingUniformMNKBlackShoulder

- type: loadout
id: ClothingUniformMNKTracksuitBlack
price: 0
equipment:
jumpsuit: ClothingUniformMNKTracksuitBlack
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/outer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: loadout
id: ClothingOuterCoatMNKBlackJacket
price: 0
equipment:
outerClothing: ClothingOuterCoatMNKBlackJacket

- type: loadout
id: ClothingOuterCoatMNKWhiteHoodie
price: 0
equipment:
outerClothing: ClothingOuterCoatMNKWhiteHoodie

- type: loadout
id: ClothingOuterCoatMNKBlackTopCoat
price: 0
equipment:
outerClothing: ClothingOuterCoatMNKBlackTopCoat
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING",
"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
Loading