mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
slave for your corporate masters, cargo (#10570)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
description = "Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation."
|
||||
reward_low = 14000
|
||||
reward_high = 18000
|
||||
required_count = 125
|
||||
required_count = 150
|
||||
random_count = 25
|
||||
wanted_types = list(/obj/item/stack/material/phoron)
|
||||
high_priority = TRUE
|
||||
@@ -44,14 +44,14 @@
|
||||
|
||||
/datum/bounty/item/phoron_canister
|
||||
name = "Phoron Canisters"
|
||||
description = "Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation. Canisters must be filled to at least standard stock amounts."
|
||||
description = "Updated requirement: Canisters must now be filled to at least 150% of standard stock amounts (approx. 6,800kPA at a temperature of 20C). Always prioritize this bounty. Failure to meet this quota may result in adverse impact upon your status in the NanoTrasen Corporation."
|
||||
reward_low = 15000
|
||||
reward_high = 18000
|
||||
required_count = 4
|
||||
random_count = 1 // 3 to 5
|
||||
required_count = 5
|
||||
random_count = 1 // 4 to 6
|
||||
wanted_types = list(/obj/machinery/portable_atmospherics/canister)
|
||||
high_priority = TRUE
|
||||
var/moles_required = 1800 //Roundstart total_moles is about 1871 per tank. This is a small leeway.
|
||||
var/moles_required = 2700 //Roundstart total_moles is about 1871 per tank. 50% more full w/ leeway
|
||||
|
||||
/datum/bounty/item/phoron_canister/applies_to(var/obj/machinery/portable_atmospherics/canister/O)
|
||||
if(!..())
|
||||
|
||||
@@ -14,11 +14,11 @@ STOCK_ITEM_UNCOMMON(plasteel, 3)
|
||||
STOCK_ITEM_UNCOMMON(silver, 2)
|
||||
new /obj/item/stack/material/silver(L, rand(5,30))
|
||||
|
||||
STOCK_ITEM_UNCOMMON(phoronsheets, 1.5)
|
||||
new /obj/item/stack/material/phoron(L, rand(5,40))
|
||||
STOCK_ITEM_UNCOMMON(phoronsheets, 1)
|
||||
new /obj/item/stack/material/phoron(L, rand(5,30))
|
||||
|
||||
STOCK_ITEM_UNCOMMON(phoronglass, 2)
|
||||
new /obj/item/stack/material/glass/phoronglass(L, 50)
|
||||
STOCK_ITEM_UNCOMMON(phoronglass, 1)
|
||||
new /obj/item/stack/material/glass/phoronglass(L, rand(10,30))
|
||||
|
||||
STOCK_ITEM_UNCOMMON(sandstone, 2)
|
||||
new /obj/item/stack/material/sandstone(L, 50)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Doxxmedearly
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Adjusted bounties and warehouse spawns regarding phoron to reflect lore developments."
|
||||
Reference in New Issue
Block a user