Some small fixes and tweaks (#3933)

This commit is contained in:
Alberyk
2017-12-08 21:10:02 -02:00
committed by Lohikar
parent 5b7d63af57
commit b58a3037c1
14 changed files with 51 additions and 26 deletions

View File

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

View File

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