mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
Adds Random Notes (#5644)
Adds SSDocs, which manages randomly spawned documents.
These documents can be specified in a json file or in a database.
Adds /obj/random/document and adds /obj/random/document to the loot pool of /obj/random/loot.
Actually adding the notes to spawn is up to loredevs. If there are no notes to choose from, /obj/random/document will leave a blank sheet.
The notes can have HTML in them, meaning custom CSS and images. We're giving the loredevs a good bit of responsibility here.
This commit is contained in:
@@ -826,6 +826,7 @@
|
||||
/obj/item/weapon/inflatable_duck = 0.2,
|
||||
/obj/random/hoodie = 0.5,
|
||||
/obj/random/junk = 0.9,
|
||||
/obj/random/document = 0.5,
|
||||
/obj/item/weapon/spacecash/ewallet/lotto = 0.3,
|
||||
/obj/random/spacecash = 0.3,
|
||||
/obj/item/device/firing_pin = 0.3,
|
||||
@@ -924,7 +925,8 @@
|
||||
/obj/item/ammo_casing/c45/rubber = 0.5,
|
||||
/obj/item/ammo_casing/c9mm/rubber = 0.5,
|
||||
/obj/item/ammo_casing/c45/flash = 0.5,
|
||||
/obj/item/ammo_casing/shotgun/beanbag = 0.5
|
||||
/obj/item/ammo_casing/shotgun/beanbag = 0.5,
|
||||
/obj/random/document/junk = 0.5,
|
||||
)
|
||||
|
||||
//Sometimes the chef will have spare oil in storage.
|
||||
|
||||
Reference in New Issue
Block a user