Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the paperwork belt #2592

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 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
Expand Up @@ -1194,6 +1194,7 @@
- ClothingUniformJumpskirtWardenBlue # DeltaV - alternate sec uniforms
- ClothingUniformJumpsuitWardenGrey # DeltaV - alternate sec uniforms
- ClothingUniformJumpskirtWardenGrey # DeltaV - alternate sec uniforms
- ClothingBeltPaperwork # DeltaV - Added the paperwork belt
- ClothingHeadHatParamedicsoft
# Winter outfits
- ClothingOuterWinterCap
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Fills/Items/Belts/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@
containers:
item:
- RealFoamSabre

- type: entity
parent: ClothingBeltPaperwork
id: ClothingBeltPaperworkFilled
suffix: Filled
components:
- type: StorageFill
contents:
- id: BoxFolderBase
- id: BoxFolderBlack
- id: BoxFolderClipboard
- id: DrinkVacuumFlask
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
20 changes: 20 additions & 0 deletions Resources/Prototypes/_DV/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,23 @@
sprite: _DV/Clothing/Belt/foamsheath.rsi
- type: Clothing
sprite: _DV/Clothing/Belt/foamsheath.rsi

- type: entity
parent: ClothingBeltStorageBase
id: ClothingBeltPaperwork
name: paperwork belt
description: For all your tactical paperwork needs on the field.
components:
- type: Sprite
sprite: _DV/Clothing/Belt/paperwork.rsi
- type: Clothing
sprite: _DV/Clothing/Belt/paperwork.rsi
- type: Storage
whitelist:
tags:
- Folder
- Document
- Flashlight
- Radio
components:
- FitsInDispenser
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
9 changes: 9 additions & 0 deletions Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,12 @@
parent: BaseCommandJumpsuitRecipe
id: ClothingUniformJumpskirtHoPFormal
result: ClothingUniformJumpskirtHoPFormal

# Utilty

- type: latheRecipe
id: ClothingBeltPaperwork
result: ClothingBeltPaperwork
materials:
Cloth: 200
Durathread: 100
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
id: AdminAssistantGear
equipment:
eyes: ClothingEyesHudCommand
belt: BoxFolderClipboard
belt: ClothingBeltPaperworkFilled
id: AdminAssistantPDA
pocket1: RubberStampAdminAssistant
pocket2: AccessConfigurator # To assist with secure closets access configurations / airlock configs should a head need it.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_DV/Clothing/Belt/paperwork.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified version of ceremonial belt (Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62) by Radezolid.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading