adds rig phase gun, moves some files around

This commit is contained in:
BlackMajor
2022-09-30 00:35:45 +13:00
parent bb6c77dd57
commit c36f78b600
4 changed files with 136 additions and 113 deletions

View File

@@ -0,0 +1,8 @@
/obj/item/rig_module/mounted/phase
name = "mounted phase rifle"
desc = "A forearm-mounted phase rifle."
icon_state = "taser"
usable = 0
interface_name = "mounted phase rifle"
interface_desc = "A forearm-mounted suit-powered phase rifle."
gun_type = /obj/item/weapon/gun/energy/locked/phasegun/rifle/unlocked/mounted

View File

@@ -0,0 +1,5 @@
/obj/item/weapon/gun/energy/locked/phasegun/rifle/unlocked/mounted
name = "mounted phase rifle"
self_recharge = 1
use_external_power = 1
recharge_time = 10

View File

@@ -110,3 +110,11 @@
build_path = /obj/item/mecha_parts/part/phazon_right_leg
time = 20
materials = list(DEFAULT_WALL_MATERIAL = 15000, MAT_PHORON = 2000, MAT_GOLD = 2000, MAT_VERDANTIUM = 500)
/datum/design/item/mechfab/rigsuit/phase
name = "hardsuit phase rifle"
desc = "A compact phase rifle for a hardsuit."
id = "rig_gun_taser"
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 4, TECH_MAGNET = 3, TECH_POWER = 4, TECH_COMBAT = 4)
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1250)
build_path = /obj/item/rig_module/mounted/phase

View File

@@ -4002,7 +4002,6 @@
#include "code\modules\research\designs.dm"
#include "code\modules\research\destructive_analyzer.dm"
#include "code\modules\research\mechfab_designs.dm"
#include "code\modules\research\mechfab_designs_ch.dm"
#include "code\modules\research\message_server.dm"
#include "code\modules\research\prosfab_designs.dm"
#include "code\modules\research\prosfab_designs_vr.dm"
@@ -4502,6 +4501,7 @@
#include "modular_chomp\code\modules\clothing\head\misc.dm"
#include "modular_chomp\code\modules\clothing\spacesuits\rig\rig.dm"
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\defib.dm"
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\mounted_gun.dm"
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\protean.dm"
#include "modular_chomp\code\modules\datums\supplypacks\contraband.dm"
#include "modular_chomp\code\modules\datums\supplypacks\engineering.dm"
@@ -4550,8 +4550,10 @@
#include "modular_chomp\code\modules\power\cells\device_cells.dm"
#include "modular_chomp\code\modules\power\cells\esoteric_cells.dm"
#include "modular_chomp\code\modules\power\cells\power_cells.dm"
#include "modular_chomp\code\modules\projectiles\guns\phase.dm"
#include "modular_chomp\code\modules\reagents\reactions\instant\drinks.dm"
#include "modular_chomp\code\modules\reagents\reagents\food_drinks.dm"
#include "modular_chomp\code\modules\research\mechfab_designs.dm"
#include "modular_chomp\code\modules\research\designs\power_cells.dm"
#include "modular_chomp\code\modules\research\designs\weapons.dm"
#include "modular_chomp\code\modules\vore\eating\exportpanel_ch.dm"