mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-05 22:31:04 +01:00
786ac5c855
Papercode refactor
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
/obj/machinery/door/puzzle/keycard/library
|
|
name = "wooden door"
|
|
desc = "A dusty, scratched door with a thick lock attached."
|
|
icon = 'icons/obj/doors/puzzledoor/wood.dmi'
|
|
puzzle_id = "library"
|
|
open_message = "The door opens with a loud creak."
|
|
|
|
/obj/item/keycard/library
|
|
name = "golden key"
|
|
desc = "A dull, golden key."
|
|
icon_state = "golden_key"
|
|
puzzle_id = "library"
|
|
|
|
/obj/item/paper/crumpled/bloody/fluff/stations/lavaland/library/warning
|
|
name = "ancient note"
|
|
default_raw_text = "<b>Here lies the vast collection of He Who Knows Ten Thousand Things. Damned be those who seek its knowledge for power.</b>"
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary
|
|
name = "diary entry 13"
|
|
default_raw_text = "It has been a week since the library was buried, and I haven't seen the owl since. I am so hungry that I can barely muster the energy to think, let alone write. The knowledge seekers seem unaffected."
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary2
|
|
name = "diary entry 18"
|
|
default_raw_text = "I've lost track of time. I lack the strength to even pick up books off the shelves. To think, after all this time spent searching for the library, I will die before I can so much as graze the depths of its knowledge."
|
|
|
|
/obj/item/feather
|
|
name = "feather"
|
|
desc = "A dark, wilting feather. It seems as old as time."
|
|
icon = 'icons/obj/objects.dmi'
|
|
icon_state = "feather"
|
|
force = 0
|
|
throwforce = 0
|
|
w_class = WEIGHT_CLASS_TINY
|