mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 15:38:08 +00:00
* EFT * E * EEE * E * INTO TO ORBIT * I hate this but I'm going to ignore it. * Seriously, fuck this. * Update CentCom_skyrat_z2.dmm * Update tgstation.dme * oops * Update positronic_alert_console.dm * E
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
//Tools that are made using makeshift item crafting
|
|
|
|
/obj/item/crowbar/makeshift
|
|
name = "makeshift crowbar"
|
|
desc = "A makeshift crowbar, flimsily constructed with miscellaneous parts. It's got a strong head that looks like it could be used for hammering."
|
|
icon = 'modular_skyrat/modules/modular_items/icons/tools.dmi'
|
|
icon_state = "makeshift_crowbar"
|
|
force = 2
|
|
throwforce = 2
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
toolspeed = 1.5
|
|
|
|
/obj/item/screwdriver/makeshift
|
|
name = "makeshift screwdriver"
|
|
desc = "A makeshift screwdriver, flimsily made using cloth and some metal."
|
|
icon = 'modular_skyrat/modules/modular_items/icons/tools.dmi'
|
|
icon_state = "makeshift_screwdriver"
|
|
random_color = FALSE
|
|
force = 1
|
|
throwforce = 1
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
toolspeed = 1.5
|
|
|
|
/obj/item/weldingtool/makeshift
|
|
name = "makeshift welder"
|
|
desc = "A makeshift welder, flimsily constructed with miscellaneous parts."
|
|
icon = 'modular_skyrat/modules/modular_items/icons/tools.dmi'
|
|
icon_state = "makeshift_welder"
|
|
force = 1
|
|
throwforce = 2
|
|
toolspeed = 1.5
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
max_fuel = 10
|
|
heat = 1800
|
|
|
|
/obj/item/wirecutters/makeshift
|
|
name = "makeshift wirecutters"
|
|
desc = "Makeshift wire cutters, flimsily constructed with miscellaneous parts."
|
|
icon = 'modular_skyrat/modules/modular_items/icons/tools.dmi'
|
|
icon_state = "makeshift_cutters"
|
|
random_color = FALSE
|
|
force = 3
|
|
throwforce = 2
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
toolspeed = 1.5
|
|
|
|
/obj/item/wrench/makeshift
|
|
name = "makeshift wrench"
|
|
desc = "A makeshift wrench, flimsily constructed with miscellaneous parts."
|
|
icon = 'modular_skyrat/modules/modular_items/icons/tools.dmi'
|
|
icon_state = "makeshift_wrench"
|
|
force = 2
|
|
throwforce = 2
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
toolspeed = 1.5
|