mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Scenario - Environmental Testing Facility (#19611)
changes: - rscadd: "Adds Environmental Testing Facility odyssey scenario. Big map." - rscadd: "Removes green tint from the minimap program/reader." - rscadd: "Adds/reorganizes some generic outfits." - rscadd: "Adds some generic odyssey actor roles." - rscadd: "Adds actor accesses system to odyssey scenarios, and a self-service access terminal." - rscadd: "Adds some warnings to odyssey actor teleporter, in case ID access or headset are missing." - rscadd: "Adds some more random spawners." - rscadd: "Adds better sprites door helpers." - rscadd: "Adds access door helper." - rscadd: "Adds info box to odyssey actor panel about roles."       --------- Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Co-authored-by: DreamySkrell <> Co-authored-by: AuroraBuildBot <action@github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
co-authored by
DreamySkrell <>
AuroraBuildBot
Fluffy
parent
952809a979
commit
a24345a43b
@@ -256,3 +256,57 @@
|
||||
/obj/item/rig/ert/security = 0.3,
|
||||
/obj/item/rig/unathi = 0.4
|
||||
)
|
||||
|
||||
/obj/random/canister
|
||||
name = "random canister"
|
||||
icon_state = "canister"
|
||||
spawn_nothing_percentage = 20
|
||||
problist = list(
|
||||
/obj/random/canister/empty = 0.6,
|
||||
/obj/random/canister/filled = 0.4,
|
||||
)
|
||||
|
||||
/obj/random/canister/empty
|
||||
name = "random empty canister"
|
||||
problist = list(
|
||||
// common:
|
||||
/obj/machinery/portable_atmospherics/canister/empty = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/air = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/air = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/hydrogen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/nitrogen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/oxygen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/oxygen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent = 1,
|
||||
// rare:
|
||||
/obj/machinery/portable_atmospherics/canister/empty/boron = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/chlorine = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/helium = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/nitrogen_dioxide = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/empty/phoron = 0.1,
|
||||
)
|
||||
|
||||
/obj/random/canister/filled
|
||||
name = "random filled canister"
|
||||
problist = list(
|
||||
// common:
|
||||
/obj/machinery/portable_atmospherics/canister/air = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/air = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/carbon_dioxide = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/carbon_dioxide = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/hydrogen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/nitrogen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/oxygen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/oxygen = 1,
|
||||
/obj/machinery/portable_atmospherics/canister/sleeping_agent = 1,
|
||||
// rare:
|
||||
/obj/machinery/portable_atmospherics/canister/boron = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/chlorine = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/helium = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/nitrogen_dioxide = 0.1,
|
||||
/obj/machinery/portable_atmospherics/canister/phoron_scarce = 0.1,
|
||||
// extra rare:
|
||||
/obj/machinery/portable_atmospherics/canister/phoron = 0.01,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user