Added Tourniquets to stop bleeds (#23198)
* Fixed Error with RobustToolbox Edits. Removed the addition of secbelt tag from assault belt. * Resprite of the monstrosity * Resprite of the tourniquet NO LONGER PHALLUS SHAPED * too bright, now darker and edgier * Tourniquet resprite * metajson yay
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
ClusterBangFull: 2
|
||||
GrenadeStinger: 4
|
||||
Flash: 5
|
||||
Tourniquet: 5
|
||||
FlashlightSeclite: 5
|
||||
ClothingEyesGlassesSunglasses: 2
|
||||
ClothingEyesHudSecurity: 2
|
||||
|
||||
@@ -224,7 +224,32 @@
|
||||
components:
|
||||
- type: Stack
|
||||
lingering: true
|
||||
|
||||
- type: entity
|
||||
parent: BaseHealingItem
|
||||
id: Tourniquet
|
||||
name: tourniquet
|
||||
description: Stops bleeding! Hopefully.
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- SecBeltEquip
|
||||
- type: Sprite
|
||||
state: tourniquet
|
||||
- type: Healing
|
||||
damageContainers:
|
||||
- Biological
|
||||
damage:
|
||||
groups:
|
||||
Brute: 5 # Tourniquets HURT!
|
||||
types:
|
||||
Asphyxiation: 5 # Essentially Stopping all blood reaching a part of your body
|
||||
bloodlossModifier: -10 # Tourniquets stop bleeding
|
||||
delay: 0.5
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/brutepack_begin.ogg"
|
||||
healingEndSound:
|
||||
path: "/Audio/Items/Medical/brutepack_end.ogg"
|
||||
|
||||
- type: entity
|
||||
name: roll of gauze
|
||||
description: Some sterile gauze to wrap around bloody stumps.
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/740ff31a81313086cf16761f3677cf1e2ab46c93 and Taken from tgstation at https://github.com/tgstation/tgstation/blob/623290915c2292b56da11048deb62d758e1e3fb4/icons/obj/bloodpack.dmi, Blood pack redone by Ubaser",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/a3568da5634e756d0849480104afda402c6f1c3c/icons/obj/medical/stack_medical.dmi",
|
||||
"copyright": "Tourniquet Sprite by PoorMansDreams",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -25,6 +26,9 @@
|
||||
{
|
||||
"name": "gauze"
|
||||
},
|
||||
{
|
||||
"name": "tourniquet"
|
||||
},
|
||||
{
|
||||
"name": "morphine"
|
||||
},
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 300 B |
Reference in New Issue
Block a user