mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Energy Weapon Recharging: The Future Is Now (#17969)
* charge stuff backpack charging adds to antag uplink & ert suits * modules for breachers & backpacks for lizards * Update code/modules/projectiles/guns/energy.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * requested changes * hghghuh * Update code/game/objects/items/recharger_backpack.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * variable tweaking * Update code/modules/projectiles/guns/energy.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/game/objects/items/recharger_backpack.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/spacesuits/rig/modules/utility.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * recharger for new suits --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>
This commit is contained in:
co-authored by
Fluffy
Matt Atlas
Alberyk
parent
cadd19beac
commit
c07340bcf5
@@ -121,3 +121,10 @@
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_POWER = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 15000, MATERIAL_GLASS = 6000)
|
||||
build_path = /obj/item/rig_module/foam_sprayer
|
||||
|
||||
/datum/design/hardsuitmodules/recharge_module
|
||||
name = "Mounted Weapon Recharger"
|
||||
desc = "A hardsuit-integrated recharging system for energy weapons."
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_POWER = 7, TECH_COMBAT = 5)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7000, MATERIAL_GLASS = 2250, MATERIAL_URANIUM = 3250, MATERIAL_GOLD = 2500)
|
||||
build_path = /obj/item/rig_module/recharger
|
||||
|
||||
@@ -162,3 +162,9 @@
|
||||
/datum/design/item/tool/inductive_charger/engineering
|
||||
name = "Inductive Charger (Engineering)"
|
||||
build_path = /obj/item/inductive_charger/handheld/engineering
|
||||
|
||||
/datum/design/item/tool/recharger_backpack
|
||||
desc = "A man-portable recharger backpack developed by Hephaestus Industries. Often used by military organisations of the Spur for extended field use of energy weapons."
|
||||
req_tech = list(TECH_POWER = 7, TECH_MATERIAL = 3, TECH_COMBAT = 5)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7000, MATERIAL_GLASS = 2250, MATERIAL_URANIUM = 3250, MATERIAL_GOLD = 2500)
|
||||
build_path = /obj/item/recharger_backpack
|
||||
|
||||
Reference in New Issue
Block a user