mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +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:
@@ -79,7 +79,7 @@
|
||||
|
||||
/obj/item/salvage/loot/pirate
|
||||
name = "stolen jewellery"
|
||||
desc = "A collection of stolen jewellery, fashioned from pilfered bluespace crystals and gems. Rumour has it, local pirates have been known to use these accessories to avoid capture."
|
||||
desc = "A collection of stolen jewellery and gemstones. Gold, silver, sapphire, amethyst, and more, this bounty will surely fetch a good price on the market."
|
||||
icon_state = "pirate_treasure"
|
||||
hitsound = 'sound/items/handling/taperecorder_drop.ogg'
|
||||
pickup_sound = 'sound/items/handling/taperecorder_pickup.ogg'
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
name = "Syndicate S3 \"Stealth\" Bio-chip"
|
||||
life = "Unknown. No collected sample has been active long enough to determine lifespan."
|
||||
notes = "Manually activated by the user."
|
||||
function = "Allows the user to summon a box from a bluespace pocket located inside the implant. The exterior of this box is lined with experimental cloaking panels which render the box invisible to the naked eye."
|
||||
function = "A biochip housing a highly specialized cloaking nanoswarm. When activated, the nanoswarm will assemble into a box-like shape around the user and render them invisible. Solid impacts will temporarily disrupt the cloaking mechanism."
|
||||
|
||||
/datum/implant_fluff/shock
|
||||
name = "Syndicate ARC-7 \"Power\" Bio-chip"
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
/obj/item/storage/backpack/holding
|
||||
name = "Bag of Holding"
|
||||
desc = "A backpack that opens into a localized pocket of Bluespace."
|
||||
desc = "A bleeding-edge backpack that uses bluespace technology to create a localized dimensional pocket for storage."
|
||||
origin_tech = "bluespace=5;materials=4;engineering=4;plasmatech=5"
|
||||
icon_state = "holdingpack"
|
||||
item_state = "holdingpack"
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
/obj/item/storage/bag/trash/bluespace
|
||||
name = "trash bag of holding"
|
||||
desc = "The latest and greatest in custodial convenience, a trashbag that is capable of holding vast quantities of garbage."
|
||||
desc = "An advanced trash bag that uses experimental bluespace technology to send stored trash to a specialized pocket dimension."
|
||||
icon_state = "bluetrashbag"
|
||||
belt_icon = "trashbag_blue"
|
||||
origin_tech = "materials=4;bluespace=4;engineering=4;plasmatech=3"
|
||||
|
||||
@@ -835,7 +835,7 @@
|
||||
|
||||
/obj/item/storage/belt/bluespace
|
||||
name = "Belt of Holding"
|
||||
desc = "The greatest in pants-supporting technology."
|
||||
desc = "A bleeding-edge storage medium that incorporates principles developed for the Bag of Holding into belt form."
|
||||
icon_state = "holdingbelt"
|
||||
item_state = "holdingbelt"
|
||||
storage_slots = 14
|
||||
|
||||
@@ -510,7 +510,7 @@
|
||||
|
||||
/obj/structure/closet/bluespace
|
||||
name = "bluespace closet"
|
||||
desc = "A storage unit that moves and stores through the fourth dimension."
|
||||
desc = "An experimental storage unit which defies several conventional laws of physics. It appears to only tenuously exist on this plane of reality, allowing it to phase through anything less solid than a wall."
|
||||
density = FALSE
|
||||
icon_state = "bluespace"
|
||||
storage_capacity = 60
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
if(by_hand)
|
||||
for(var/obj/O in src)
|
||||
if(O.density)
|
||||
var/response = tgui_alert(usr, "This crate has been packed with bluespace compression, an item inside won't fit back inside. Are you sure you want to open it?", "Bluespace Compression Warning", list("Yes", "No"))
|
||||
var/response = tgui_alert(usr, "This crate has been packed extremely tightly, an item inside won't fit back inside. Are you sure you want to open it?", "Compressed Materials Warning", list("Yes", "No"))
|
||||
if(response != "Yes" || !Adjacent(usr))
|
||||
return FALSE
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user