mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Adds explorer drones / adventures. (#4424)
* Adds explorer drones / adventures. * Update persistence.dm * Update asset_list_items.dm * MAP RESET Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
AnturK
Gandalf
parent
3a8d59e815
commit
49836e4fac
@@ -213,6 +213,7 @@
|
||||
prereq_ids = list("bluespace_travel", "practical_bluespace", "high_efficiency")
|
||||
design_ids = list("bluespace_matter_bin", "femto_mani", "bluespacebodybag", "triphasic_scanning", "quantum_keycard", "wormholeprojector", "swapper", "bluespace_electrolite")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10000)
|
||||
discount_experiments = list(/datum/experiment/exploration_scan/random/condition)
|
||||
|
||||
/datum/techweb_node/advanced_bluespace
|
||||
id = "bluespace_storage"
|
||||
@@ -289,6 +290,14 @@
|
||||
design_ids = list("mmi_posi")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
|
||||
/datum/techweb_node/exodrone_tech
|
||||
id = "exodrone"
|
||||
display_name = "Exploration Drone Research"
|
||||
description = "Technology for exploring far away locations."
|
||||
prereq_ids = list("robotics")
|
||||
design_ids = list("exodrone_console","exoscanner_console","exoscanner","exodrone_launcher")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
|
||||
/datum/techweb_node/neural_programming
|
||||
id = "neural_programming"
|
||||
display_name = "Neural Programming"
|
||||
|
||||
Reference in New Issue
Block a user