mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Adds gravityboots, from gravitational anomaly core. (#17788)
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user