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:
TheRyeGuyWhoWillNowDie
2023-01-12 06:05:03 -05:00
committed by GitHub
parent 70d3836de4
commit 134e026fca
8 changed files with 41 additions and 68 deletions

View File

@@ -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."

View File

@@ -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