mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[LORE] Bluespace Lore Pass Pt. 1 (#27809)
* when the space is blue * Update bio_chip_fluff.dm * Update wormhole_jaunter.dm * Update magazines.dm * Update bags.dm * Update magazines.dm * Update dance_machine.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update closets.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
/datum/design/bluespace_belt
|
||||
name = "Belt of Holding"
|
||||
desc = "An astonishingly complex belt popularized by a rich bluespace technology magnate."
|
||||
desc = "A bleeding-edge storage medium that brings the principles first used in the Bag of Holding to belt form."
|
||||
id = "bluespace_belt"
|
||||
req_tech = list("bluespace" = 7, "materials" = 5, "engineering" = 6, "plasmatech" = 6)
|
||||
build_type = PROTOLATHE
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
/datum/design/bluespace_belt_holder
|
||||
name = "Bluespace Conveyor Belt Placer"
|
||||
desc = "This device facilitates the rapid deployment of conveyor belts. This one is powered by bluespace."
|
||||
desc = "This device facilitates the rapid deployment of conveyor belts via the incorporation of experimental Bluespace technology."
|
||||
id = "bluespace_belt_holder"
|
||||
req_tech = list("materials" = 1, "engineering" = 3, "bluespace" = 3)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/design/blutrash
|
||||
name = "Trash Bag of Holding"
|
||||
desc = "An advanced trash bag with bluespace properties; capable of holding a plethora of garbage."
|
||||
desc = "An advanced trash bag that uses experimental Bluespace technology to send stored trash to a specialized pocket dimension."
|
||||
id = "blutrash"
|
||||
req_tech = list("materials" = 5, "bluespace" = 4, "engineering" = 4, "plasmatech" = 3)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
/datum/design/bs_rped
|
||||
name = "Bluespace RPED"
|
||||
desc = "Powered by bluespace technology, this RPED variant can upgrade buildings from a distance, without needing to remove the panel first."
|
||||
desc = "Incorporating experimental bluespace technology, this RPED variant can upgrade buildings from a distance, without needing to remove the panel first."
|
||||
id = "bs_rped"
|
||||
req_tech = list("engineering" = 4, "bluespace" = 3)
|
||||
build_type = PROTOLATHE
|
||||
|
||||
Reference in New Issue
Block a user