mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
reworks the ebow to be cooler and probably less overpowered (#17150)
* rework * Update special.dm * Update ebow.dm * g * Update code/modules/reagents/chemistry/reagents/toxin_reagents.dm Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/toxin_reagents.dm Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> * Update toxin_reagents.dm * Update code/modules/reagents/chemistry/reagents/toxin_reagents.dm Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
70d3836de4
commit
134e026fca
@@ -387,16 +387,6 @@
|
||||
category = list("Weapons")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
/datum/design/largecrossbow
|
||||
name = "Energy Crossbow"
|
||||
desc = "A reverse-engineered energy crossbow favored by syndicate infiltration teams and carp hunters."
|
||||
id = "largecrossbow"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 5000, /datum/material/glass = 1500, /datum/material/uranium = 1500, /datum/material/silver = 1500)
|
||||
build_path = /obj/item/gun/energy/kinetic_accelerator/crossbow/large
|
||||
category = list("Weapons")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ARMORY
|
||||
|
||||
/datum/design/hardlightbow
|
||||
name = "Hardlight Bow"
|
||||
desc = "A modern bow that can fabricate hardlight arrows using an internal energy."
|
||||
|
||||
@@ -1059,7 +1059,7 @@
|
||||
display_name = "Illegal Technology"
|
||||
description = "Dangerous research used to create dangerous objects."
|
||||
prereq_ids = list("adv_engi", "adv_weaponry", "explosive_weapons")
|
||||
design_ids = list("decloner", "borg_syndicate_module", "ai_cam_upgrade", "suppressor", "largecrossbow", "hardlightbow", "donksofttoyvendor", "donksoft_refill")
|
||||
design_ids = list("decloner", "borg_syndicate_module", "ai_cam_upgrade", "suppressor", "hardlightbow", "donksofttoyvendor", "donksoft_refill")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10000)
|
||||
hidden = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user