mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Some small fixes and tweaks (#3933)
This commit is contained in:
@@ -495,3 +495,17 @@
|
||||
req_tech = list(TECH_DATA = 4, TECH_BIO = 3)
|
||||
build_path = /obj/item/weapon/circuitboard/aicore
|
||||
sort_string = "XAAAA"
|
||||
|
||||
/datum/design/circuit/rtg
|
||||
name = "radioisotope thermoelectric generator"
|
||||
id = "rtg"
|
||||
req_tech = list(TECH_ENGINEERING = 2, TECH_DATA = 1, TECH_POWER = 3, TECH_MATERIAL = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/rtg
|
||||
sort_string = "WAAAC"
|
||||
|
||||
/datum/design/circuit/advanced_rtg
|
||||
name = "advanced radioisotope thermoelectric generator"
|
||||
id = "advanced_rtg"
|
||||
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 3, TECH_POWER = 3, TECH_MATERIAL = 4, TECH_PHORON = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/rtg/advanced
|
||||
sort_string = "WAAAD"
|
||||
@@ -206,4 +206,11 @@
|
||||
req_tech = list(TECH_MATERIAL = 6, TECH_BIO = 4, TECH_POWER = 4, TECH_COMBAT = 6, TECH_MAGNET = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 2000, "silver" = 500, "diamond" = 3000)
|
||||
build_path = /obj/item/weapon/gun/energy/beegun
|
||||
sort_string = "TVMAA"
|
||||
sort_string = "TVMAA"
|
||||
|
||||
/datum/design/item/weapon/trodpack
|
||||
id = "trodpack"
|
||||
req_tech = list(TECH_COMBAT = 7, TECH_PHORON = 2, TECH_MATERIAL = 7, TECH_MAGNET = 4, TECH_POWER = 5, TECH_ILLEGAL = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 15000, "glass" = 9750, "phoron" = 5250, "gold" = 1100)
|
||||
build_path = /obj/item/ammo_magazine/trodpack
|
||||
sort_string = "TVNAA"
|
||||
Reference in New Issue
Block a user