mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds the BSG to RND designs (#16328)
* Adds the BSG to RND designs * Update code/modules/research/designs/weapon_designs.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
SteelSlayer
parent
2c0ae9c500
commit
c65a472888
@@ -269,3 +269,14 @@
|
||||
locked = TRUE
|
||||
access_requirement = list(ACCESS_RD)
|
||||
category = list("Weapons")
|
||||
|
||||
/datum/design/bsg
|
||||
name = "Blue Space Gun"
|
||||
desc = "A heavy hitting energy cannon, that fires destructive bluespace blasts with a decent area of effect."
|
||||
id = "bsg"
|
||||
req_tech = list("combat" = 7, "materials" = 7, "magnets" = 7, "powerstorage" = 7, "bluespace" = 7)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 12000, MAT_GLASS = 2000, MAT_SILVER = 4000, MAT_PLASMA = 4000, MAT_TITANIUM = 4000, MAT_BLUESPACE = 6000) // Big gun, big cost
|
||||
build_path = /obj/item/gun/energy/bsg
|
||||
locked = TRUE
|
||||
category = list("Weapons")
|
||||
|
||||
Reference in New Issue
Block a user