Carry weight (#5791)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-10-12 11:04:59 +02:00
committed by GitHub
co-authored by silicons
parent a2815aa99f
commit 1dfc2cf2b6
151 changed files with 2136 additions and 537 deletions
+1 -3
View File
@@ -113,15 +113,13 @@
icon_state = "hybscrewdriver"
item_state = "screwdriver_black"
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3)
slowdown = 0.1
weight = ITEM_WEIGHT_HYBRID_TOOLS
w_class = ITEMSIZE_NORMAL
tool_sound = 'sound/effects/uncloak.ogg'
tool_speed = 0.4
random_color = FALSE
reach = 2
/obj/item/tool/screwdriver/cyborg
name = "powered screwdriver"
desc = "An electrical screwdriver, designed to be both precise and quick."
+1 -1
View File
@@ -453,7 +453,7 @@
icon_state = "hybwelder"
max_fuel = 80
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
weight = ITEM_WEIGHT_HYBRID_TOOLS
tool_speed = 0.25
w_class = ITEMSIZE_LARGE
flame_intensity = 5
+1 -1
View File
@@ -107,7 +107,7 @@
catalogue_data = list(/datum/category_item/catalogue/anomalous/precursor_a/alien_wirecutters)
icon_state = "hybcutters"
w_class = ITEMSIZE_NORMAL
slowdown = 0.1
weight = ITEM_WEIGHT_HYBRID_TOOLS
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_PHORON = 2)
attack_verb = list("pinched", "nipped", "warped", "blasted")
tool_sound = 'sound/effects/stealthoff.ogg'
+1 -1
View File
@@ -81,7 +81,7 @@
damage_force = 8
throw_force = 10
w_class = ITEMSIZE_NORMAL
slowdown = 0.1
weight = ITEM_WEIGHT_HYBRID_TOOLS
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_PHORON = 2)
attack_verb = list("bashed", "battered", "bludgeoned", "whacked", "warped", "blasted")
tool_sound = 'sound/effects/stealthoff.ogg'