Updates surgery IDs to standard (#2004)
* Updates IDs and map file * Update the surgery duffel
This commit is contained in:
@@ -500,7 +500,7 @@ entities:
|
||||
rot: -1.5707963267948966 rad
|
||||
type: Transform
|
||||
- uid: 51
|
||||
type: bone_saw
|
||||
type: BoneSaw
|
||||
components:
|
||||
- parent: 857
|
||||
pos: 19.49593,-21.552101
|
||||
@@ -565,7 +565,7 @@ entities:
|
||||
- anchored: False
|
||||
type: Collidable
|
||||
- uid: 58
|
||||
type: scalpel
|
||||
type: Scalpel
|
||||
components:
|
||||
- parent: 857
|
||||
pos: 19.190952,-21.29313
|
||||
@@ -594,7 +594,7 @@ entities:
|
||||
- anchored: False
|
||||
type: Collidable
|
||||
- uid: 61
|
||||
type: retractor
|
||||
type: Retractor
|
||||
components:
|
||||
- parent: 857
|
||||
pos: 19.482815,-21.853302
|
||||
@@ -621,7 +621,7 @@ entities:
|
||||
- deadThreshold: 100
|
||||
type: Destructible
|
||||
- uid: 64
|
||||
type: drill
|
||||
type: Drill
|
||||
components:
|
||||
- parent: 857
|
||||
pos: 19.515043,-22.566078
|
||||
@@ -646,7 +646,7 @@ entities:
|
||||
rot: -1.5707963267948966 rad
|
||||
type: Transform
|
||||
- uid: 67
|
||||
type: hemostat
|
||||
type: Hemostat
|
||||
components:
|
||||
- parent: 857
|
||||
pos: 19.655668,-21.300453
|
||||
|
||||
@@ -127,11 +127,11 @@
|
||||
sprite: Clothing/Back/Duffels/duffel_med.rsi
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- hemostat
|
||||
- bone_saw
|
||||
- drill
|
||||
- cautery
|
||||
- retractor
|
||||
- scalpel
|
||||
- Hemostat
|
||||
- BoneSaw
|
||||
- Drill
|
||||
- Cautery
|
||||
- Retractor
|
||||
- Scalpel
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- type: entity
|
||||
name: scalpel
|
||||
parent: BaseSurgeryTool
|
||||
id: scalpel
|
||||
id: Scalpel
|
||||
desc: A surgical tool used to make incisions into flesh.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
@@ -32,7 +32,7 @@
|
||||
- type: entity
|
||||
name: retractor
|
||||
parent: BaseSurgeryTool
|
||||
id: retractor
|
||||
id: Retractor
|
||||
desc: A surgical tool used to hold open incisions.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
@@ -50,7 +50,7 @@
|
||||
- type: entity
|
||||
name: cautery
|
||||
parent: BaseSurgeryTool
|
||||
id: cautery
|
||||
id: Cautery
|
||||
desc: A surgical tool used to cauterize open wounds.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
@@ -68,7 +68,7 @@
|
||||
- type: entity
|
||||
name: drill
|
||||
parent: BaseSurgeryTool
|
||||
id: drill
|
||||
id: Drill
|
||||
desc: A surgical drill for making holes into hard material.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
@@ -86,7 +86,7 @@
|
||||
- type: entity
|
||||
name: bone saw
|
||||
parent: BaseSurgeryTool
|
||||
id: bone_saw
|
||||
id: BoneSaw
|
||||
desc: A surgical tool used to cauterize open wounds.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
@@ -104,7 +104,7 @@
|
||||
- type: entity
|
||||
name: hemostat
|
||||
parent: BaseSurgeryTool
|
||||
id: hemostat
|
||||
id: Hemostat
|
||||
desc: A surgical tool used to compress blood vessels to prevent bleeding.
|
||||
components:
|
||||
- type: SurgeryTool
|
||||
Reference in New Issue
Block a user