Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -6,3 +6,5 @@ ent-ClothingPantsWomanNanoTrasenRepresentative = women's thong "Qillu Representa
.desc = A formal thong in Qillu representative colors.
ent-ClothingPantsManNanoTrasenRepresentative = boxers "Qillu Representative"
.desc = Formal boxers in Qillu representative colors.
ent-ClothingPantsManWolf = The Wolf of Wall Street's boxers
Comment thread
WardexOfficial marked this conversation as resolved.
.desc = If the wolf was a wolf, he was a wolf to other wolves. But if Wolf means keeping going, then he’s no longer just a wolf — he’s THE WOLF. Adds an incredible amount of aura.
Comment thread
WardexOfficial marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ent-ClothingPantsWomanNanoTrasenRepresentative = женские стринги
.desc = Официальные стринги в расцветке представителя Qillu.
ent-ClothingPantsManNanoTrasenRepresentative = боксёры «Представитель Qillu»
.desc = Официальные боксёры в расцветке представителя Qillu.
ent-ClothingPantsManWolf = трусы Волка из Уолк Стрит
.desc = Если волк и был волком то волком для волков. А если Волк это идти то он уже не волк - а ВОЛК. Придает невероятную харизму.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: UnderwearMateInventory
startingInventory:
# Мужские трусы
ClothingPantsManWolf: 5
Comment thread
WardexOfficial marked this conversation as resolved.
Outdated
ClothingPantsManBoxers: 5
ClothingPantsManBriefs: 4
ClothingPantsManCommie: 4
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Lust/Entities/Clothing/Pants/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@
- type: Clothing
sprite: _Lust/Clothing/Pants/Man/ntrep.rsi
equippedState: male_boxers

- type: entity
parent: ClothingPantsStorageBase
id: ClothingPantsManWolf
Comment thread
WardexOfficial marked this conversation as resolved.
name: The Wolf of Wall Street
description: A real wolf's boxers
Comment thread
WardexOfficial marked this conversation as resolved.
components:
- type: Sprite
sprite: _Lust/Clothing/Pants/Man/wolf.rsi
state: male_boxers_icon
- type: Clothing
sprite: _Lust/Clothing/Pants/Man/wolf.rsi
equippedState: male_boxers
Comment thread
WardexOfficial 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.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_Lust/Clothing/Pants/Man/wolf.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made for Lust by yuzuki.mori (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "male_boxers_icon"
},
{
"name": "male_boxers",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading