@@ -84,9 +84,8 @@
|
|||||||
- id: EmergencyMedipen #You never know what people are going to latejoin into
|
- id: EmergencyMedipen #You never know what people are going to latejoin into
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClothingBeltParamedicFilled
|
id: ClothingBeltMedicalEMTFilled
|
||||||
parent: ClothingBeltMedical #in the future, make this a seperate prototype so it can have a unique, darker sprite
|
parent: ClothingBeltMedicalEMT
|
||||||
name: EMT belt
|
|
||||||
suffix: Paramedic,Filled
|
suffix: Paramedic,Filled
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
|
|||||||
@@ -303,6 +303,17 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
- type: Appearance
|
- 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
|
- type: entity
|
||||||
parent: ClothingBeltStorageBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltPlant
|
id: ClothingBeltPlant
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
shoes: ClothingShoesColorBlue
|
shoes: ClothingShoesColorBlue
|
||||||
id: ParamedicPDA
|
id: ParamedicPDA
|
||||||
ears: ClothingHeadsetMedical
|
ears: ClothingHeadsetMedical
|
||||||
belt: ClothingBeltParamedicFilled
|
belt: ClothingBeltMedicalEMTFilled
|
||||||
innerClothingSkirt: ClothingUniformJumpskirtParamedic
|
innerClothingSkirt: ClothingUniformJumpskirtParamedic
|
||||||
satchel: ClothingBackpackSatchelParamedicFilled
|
satchel: ClothingBackpackSatchelParamedicFilled
|
||||||
duffelbag: ClothingBackpackDuffelParamedicFilled
|
duffelbag: ClothingBackpackDuffelParamedicFilled
|
||||||
|
|||||||
BIN
Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png
Normal file
BIN
Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Clothing/Belt/emt.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Belt/emt.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
26
Resources/Textures/Clothing/Belt/emt.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Belt/emt.rsi/meta.json
Normal file
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user