Skip to content

Commit

Permalink
Change tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Mar 25, 2024
1 parent e31c544 commit b7bc700
Showing 1 changed file with 35 additions and 13 deletions.
48 changes: 35 additions & 13 deletions Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
name: cautery
id: Cautery
parent: BaseToolSurgery
description: A surgical tool used to cauterize open wounds.
description: A surgical tool used to cauterize open wounds. Welding under surgery.
components:
- type: Sprite
sprite: Objects/Specific/Medical/Surgery/cautery.rsi
state: cautery
- type: Item
sprite: Objects/Specific/Medical/Surgery/cautery.rsi
- type: ItemCooldown
- type: Tool
speed: 4
qualities:
- Welding
- type: MeleeWeapon
damage:
types:
Expand All @@ -36,14 +40,18 @@
name: drill
id: Drill
parent: BaseToolSurgery
description: A surgical drill for making holes into hard material.
description: A surgical drill for making holes into hard material. Cutting under surgery.
components:
- type: Sprite
sprite: Objects/Specific/Medical/Surgery/drill.rsi
state: drill
- type: Item
sprite: Objects/Specific/Medical/Surgery/drill.rsi
- type: ItemCooldown
- type: Tool
speed: 4
qualities:
- Cutting
- type: MeleeWeapon
damage:
types:
Expand All @@ -57,13 +65,17 @@
name: scalpel
id: Scalpel
parent: BaseToolSurgery
description: A surgical tool used to make incisions into flesh.
description: A surgical tool used to make incisions into flesh. Slicing under surgery.
components:
- type: Sharp
butcherDelayModifier: 1.5 # Butchering with a scalpel, regardless of the type, will take 50% longer
- type: Utensil
types:
- Knife
- type: Tool
speed: 4
qualities:
- Slicing
- type: Sprite
sprite: Objects/Specific/Medical/Surgery/scalpel.rsi
state: scalpel
Expand All @@ -82,18 +94,20 @@
name: shiv
id: ScalpelShiv
parent: Scalpel
description: A pointy piece of glass, abraded to an edge and wrapped in tape for a handle. # Could become a decent tool or weapon with right tool mods.
description: A pointy piece of glass, abraded to an edge and wrapped in tape for a handle. Slicing under surgery. # Could become a decent tool or weapon with right tool mods.
components:
- type: Sprite
state: shiv
- type: Item
heldPrefix: shiv
- type: Tool
speed: 0.5

- type: entity
name: advanced scalpel
id: ScalpelAdvanced
parent: Scalpel
description: Made of more expensive materials, sharper and generally more reliable.
description: Made of more expensive materials, sharper and generally more reliable. Slicing under surgery.
components:
- type: Sprite
state: advanced
Expand All @@ -103,32 +117,40 @@
damage:
types:
Slash: 12
- type: Tool
speed: 6

- type: entity
name: laser scalpel
id: ScalpelLaser
parent: Scalpel
description: A scalpel which uses a directed laser to slice instead of a blade, for more precise surgery while also cauterizing as it cuts.
description: A scalpel which uses a directed laser to slice instead of a blade, for more precise surgery while also cauterizing as it cuts. Slicing under surgery.
components:
- type: Sprite
state: laser
- type: Item
heldPrefix: laser
- type: Tool
speed: 8

# Scissors

- type: entity
name: retractor
id: Retractor
parent: BaseToolSurgery
description: A surgical tool used to hold open incisions.
description: A surgical tool used to hold open incisions. Cutting under surgery.
components:
- type: Sprite
sprite: Objects/Specific/Medical/Surgery/scissors.rsi
state: retractor
- type: Item
sprite: Objects/Specific/Medical/Surgery/scissors.rsi
- type: ItemCooldown
- type: Tool
speed: 4
qualities:
- Cutting

- type: entity
name: hemostat
Expand All @@ -153,7 +175,7 @@
name: metal saw
id: Saw
parent: BaseToolSurgery
description: For cutting wood and other objects to pieces. Or sawing bones, in case of emergency.
description: For cutting wood and other objects to pieces. Or sawing bones, in case of emergency. Sawing under surgery.
components:
- type: Sharp
- type: Utensil
Expand All @@ -175,7 +197,7 @@
name: choppa
id: SawImprov
parent: Saw
description: A wicked serrated blade made of whatever nasty sharp things you could find. # It would make a pretty decent weapon, given there are more space for some tool mods too.
description: A wicked serrated blade made of whatever nasty sharp things you could find. Sawing under surgery. # It would make a pretty decent weapon, given there are more space for some tool mods too.
components:
- type: Sprite
state: improv
Expand All @@ -196,7 +218,7 @@
name: circular saw
id: SawElectric
parent: Saw
description: For heavy duty cutting.
description: For heavy duty cutting. Sawing under surgery.
components:
- type: Sprite
state: electric
Expand All @@ -211,13 +233,13 @@
- type: Tool
qualities:
- Sawing
speed: 1.5
speed: 4.5

- type: entity
name: advanced circular saw
id: SawAdvanced
parent: Saw
description: You think you can cut anything with it.
description: You think you can cut anything with it. Sawing under surgery.
components:
- type: Sprite
state: advanced
Expand All @@ -233,4 +255,4 @@
- type: Tool
qualities:
- Sawing
speed: 2.0
speed: 7.0

0 comments on commit b7bc700

Please sign in to comment.