Base features for Precursotech and Anomalotech Expansion

This commit is contained in:
Neerti
2019-04-13 22:44:52 -04:00
committed by VirgoBot
parent 072e79f78d
commit fc7c6f38b4
43 changed files with 1141 additions and 103 deletions
@@ -114,4 +114,12 @@
for(var/i = 1 to rand(1, 4))
var/new_tech = pick(techs)
techs -= new_tech
origin_tech[new_tech] = rand(5, 9)
origin_tech[new_tech] = rand(5, 9)
origin_tech[TECH_PRECURSOR] = rand(0,2)
/obj/item/prop/alien/phasecoil
name = "reverberating device"
desc = "A device pulsing with an ominous energy."
icon_state = "circuit_phase"
origin_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 6, TECH_PHORON = 3, TECH_POWER = 5, TECH_MAGNET = 5, TECH_DATA = 5, TECH_PRECURSOR = 2, TECH_ARCANE = 1)