mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Makes Xenoarch Great Again
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "Excavation Drill"
|
||||
desc = "Advanced archaeological drill combining ultrasonic excitation and bluespace manipulation to provide extreme precision. The diamond tip is adjustable from 1 to 30 cm."
|
||||
id = "excavationdrill"
|
||||
req_tech = list("materials" = 6, "powerstorage" = 3, "engineering" = 3, "bluespace" = 4)
|
||||
req_tech = list(TECH_MATERIAL = 5, TECH_POWER = 3, TECH_ENGINEERING = 3, TECH_BLUESPACE = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$iron" = 4000, "$glass" = 1000, "$silver" = 1000, "$diamond" = 500)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, "$glass" = 1000, "$silver" = 1000, "$diamond" = 500)
|
||||
build_path = /obj/item/weapon/pickaxe/excavationdrill
|
||||
@@ -97,26 +97,6 @@
|
||||
drill_sound = 'sound/items/Crowbar.ogg'
|
||||
drill_verb = "clearing"
|
||||
w_class = 3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/item/weapon/pickaxe/excavationdrill
|
||||
name = "excavation drill"
|
||||
|
||||
Reference in New Issue
Block a user