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

EMT Belt Part 2 #24289

Merged
merged 3 commits into from
Feb 10, 2024
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
5 changes: 2 additions & 3 deletions Resources/Prototypes/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@
- id: EmergencyMedipen #You never know what people are going to latejoin into

- type: entity
id: ClothingBeltParamedicFilled
parent: ClothingBeltMedical #in the future, make this a seperate prototype so it can have a unique, darker sprite
name: EMT belt
id: ClothingBeltMedicalEMTFilled
parent: ClothingBeltMedicalEMT
suffix: Paramedic,Filled
components:
- type: StorageFill
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,17 @@
sprite: Clothing/Belt/belt_overlay.rsi
- type: Appearance

- type: entity
parent: ClothingBeltMedical
id: ClothingBeltMedicalEMT
name: EMT belt
description: Perfect for holding various equipment for medical emergencies.
components:
- type: Sprite
sprite: Clothing/Belt/emt.rsi
- type: Clothing
sprite: Clothing/Belt/emt.rsi

- type: entity
parent: ClothingBeltStorageBase
id: ClothingBeltPlant
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
shoes: ClothingShoesColorBlue
id: ParamedicPDA
ears: ClothingHeadsetMedical
belt: ClothingBeltParamedicFilled
belt: ClothingBeltMedicalEMTFilled
innerClothingSkirt: ClothingUniformJumpskirtParamedic
satchel: ClothingBackpackSatchelParamedicFilled
duffelbag: ClothingBackpackDuffelParamedicFilled
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Clothing/Belt/emt.rsi/icon.png
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/Clothing/Belt/emt.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": "Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading