Skip to content

Commit

Permalink
Little saw debuff (space-wizards#29995)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored and aspiringLich committed Jul 21, 2024
1 parent c989c8b commit 0ba9be5
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@
sprite: Objects/Specific/Medical/Surgery/saw.rsi
state: saw
- type: Item
size: Normal
sprite: Objects/Specific/Medical/Surgery/saw.rsi
storedRotation: 90
- type: Tool
qualities:
- Sawing
speedModifier: 1.0
# No melee for regular saw because have you ever seen someone use a band saw as a weapon? It's dumb.

- type: entity
Expand All @@ -190,6 +190,7 @@
- type: Sprite
state: improv
- type: Item
size: Small
heldPrefix: improv
- type: MeleeWeapon
damage:
Expand All @@ -198,8 +199,6 @@
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Tool
qualities:
- Sawing
speedModifier: 0.5

- type: entity
Expand All @@ -212,37 +211,26 @@
state: electric
- type: Item
heldPrefix: electric
storedRotation: 90
- type: MeleeWeapon
damage:
groups:
Brute: 15
soundHit:
path: /Audio/Items/drill_hit.ogg
- type: Tool
qualities:
- Sawing
speedModifier: 1.5

- type: entity
name: advanced circular saw
id: SawAdvanced
parent: Saw
parent: SawElectric
description: You think you can cut anything with it.
components:
- type: Sprite
state: advanced
- type: Item
heldPrefix: advanced
storedRotation: 90
- type: MeleeWeapon
attackRate: 1.5
damage:
groups:
Brute: 15
soundHit:
path: /Audio/Items/drill_hit.ogg
- type: Tool
qualities:
- Sawing
speedModifier: 2.0

0 comments on commit 0ba9be5

Please sign in to comment.