mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Merge pull request #8158 from Novacat/nova-oreprocessor
Halves Item Slowdown Effects
This commit is contained in:
@@ -98,7 +98,6 @@
|
||||
icon_state = "hybscrewdriver"
|
||||
item_state = "screwdriver_black"
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3)
|
||||
slowdown = 0.1
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
usesound = 'sound/effects/uncloak.ogg'
|
||||
toolspeed = 0.4
|
||||
|
||||
@@ -460,7 +460,6 @@
|
||||
icon_state = "hybwelder"
|
||||
max_fuel = 80 //more max fuel is better! Even if it doesn't actually use fuel.
|
||||
eye_safety_modifier = -2 // Brighter than the sun. Literally, you can look at the sun with a welding mask of proper grade, this will burn through that.
|
||||
slowdown = 0.1
|
||||
toolspeed = 0.25
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
flame_intensity = 5
|
||||
|
||||
@@ -78,7 +78,6 @@
|
||||
desc = "This cuts wires. With <span class='alien'>Science!</span>"
|
||||
icon_state = "hybcutters"
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
slowdown = 0.1
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_PHORON = 2)
|
||||
attack_verb = list("pinched", "nipped", "warped", "blasted")
|
||||
usesound = 'sound/effects/stealthoff.ogg'
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
force = 8
|
||||
throwforce = 10
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
slowdown = 0.1
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_PHORON = 2)
|
||||
attack_verb = list("bashed", "battered", "bludgeoned", "whacked", "warped", "blasted")
|
||||
usesound = 'sound/effects/stealthoff.ogg'
|
||||
|
||||
Reference in New Issue
Block a user