Adds gravityboots, from gravitational anomaly core. (#17788)

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2022-05-23 10:12:33 -04:00
committed by GitHub
parent 7788cb0cda
commit 1dbfcd97d8
9 changed files with 207 additions and 0 deletions
@@ -311,3 +311,13 @@
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_PLASMA = 2500, MAT_TITANIUM = 500, MAT_BLUESPACE = 500)
category = list("Equipment")
/datum/design/gravboots
name = "Gravitational Boots"
desc = "Expermimental magboots that use miniture gravity generators instead"
id = "gravboots"
req_tech = list("materials" = 7, "magnets" = 7, "engineering" = 7)
build_type = PROTOLATHE
materials = list(MAT_SILVER = 4000, MAT_TITANIUM = 6000, MAT_URANIUM = 4000, MAT_PLASMA = 4000)
build_path = /obj/item/clothing/shoes/magboots/gravity
category = list("Equipment")