mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
adds desired changes
self explaintory
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
name = "\improper BL-3 \"Phoenix\" directed restoration system"
|
||||
desc = "The BL-3 'Phoenix' is a portable medical system used to treat external injuries from afar."
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "mecha_medbeam"
|
||||
icon_state = "medbeam" //CHOMPedit, removed mecha_ wasn't what mechamedbeam was called
|
||||
energy_drain = 1000
|
||||
projectile = /obj/item/projectile/beam/medigun
|
||||
fire_sound = 'sound/weapons/eluger.ogg'
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
//CHOMPedit, cool tunneling device is cool
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/phoron_bore
|
||||
auto_rearm = 1
|
||||
equip_cooldown = 15 // half of drill
|
||||
name = "\improper PB-23 \"Phobos\" Phoron Bore"
|
||||
desc = "A large, mecha-mounted Phoron bore. It makes use a specialized compressed phoron crystal. The bolt it fires travels for 6 tiles before disapaiting, breaking rocks and extracting minerals."
|
||||
icon = 'icons/mecha/mecha_equipment_vr.dmi'
|
||||
icon_state = "mecha_pbore"
|
||||
energy_drain = 200
|
||||
projectile = /obj/item/projectile/bullet/magnetic/bore
|
||||
fire_sound = 'sound/weapons/railgun.ogg'
|
||||
|
||||
origin_tech = list(TECH_MATERIAL = 5, TECH_PHORON = 5, TECH_POWER = 5)
|
||||
@@ -696,14 +696,6 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "silver" = 1000, "gold" = 1000)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/speedboost
|
||||
|
||||
/datum/design/item/mecha/phoron_bore
|
||||
name = "PB-23 \"Phobos\" Phoron Bore"
|
||||
desc = "A large, mecha-mounted Phoron bore. It makes use a specialized compressed phoron crystal. The bolt it fires travels for 6 tiles before disapaiting, breaking rocks and extracting minerals."
|
||||
id ="mech_phoron_bore"
|
||||
req_tech = list(TECH_POWER = 5, TECH_PHORON = 5, TECH_MATERIAL = 5)
|
||||
materials = list(MAT_PLASTEEL = 4000, "phoron" = 10000, "silver" = 2000)
|
||||
build_path =/obj/item/mecha_parts/mecha_equipment/weapon/phoron_bore
|
||||
|
||||
/datum/design/item/synthetic_flash
|
||||
name = "Synthetic Flash"
|
||||
id = "sflash"
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
|
||||
/datum/design/item/mecha
|
||||
build_type = MECHFAB
|
||||
category = "Exosuit Equipment"
|
||||
time = 10
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7500)
|
||||
|
||||
/datum/design/item/mecha/AssembleDesignDesc()
|
||||
if(!desc)
|
||||
desc = "Allows for the construction of \a '[item_name]' exosuit module."
|
||||
|
||||
/datum/design/item/mecha/phoron_bore
|
||||
name = "PB-23 \"Phobos\" Phoron Bore"
|
||||
desc = "A large, mecha-mounted Phoron bore. It makes use a specialized compressed phoron crystal. The bolt it fires travels for 6 tiles before disapaiting, breaking rocks and extracting minerals."
|
||||
id ="mech_phoron_bore"
|
||||
req_tech = list(TECH_POWER = 5, TECH_PHORON = 5, TECH_MATERIAL = 5)
|
||||
materials = list(MAT_PLASTEEL = 4000, "phoron" = 10000, "silver" = 2000)
|
||||
build_path =/obj/item/mecha_parts/mecha_equipment/weapon/phoron_bore
|
||||
Reference in New Issue
Block a user