diff --git a/code/modules/background/space_sectors/crescent_expanse.dm b/code/modules/background/space_sectors/crescent_expanse.dm index 70b0c4cfa9b..1efc9966c9b 100644 --- a/code/modules/background/space_sectors/crescent_expanse.dm +++ b/code/modules/background/space_sectors/crescent_expanse.dm @@ -18,25 +18,25 @@ starlight_power = 2 starlight_range = 4 cargo_price_coef = list( //very high coefs due to distance from civilised spur - "arisi" = 20.0, - "bishop" = 20.0, - "blam" = 20.0, - "eckharts" = 20.0, - "einstein" = 20.0, - "getmore" = 20.0, - "hephaestus" = 20.0, - "iac" = 20.0, - "idris" = 20.0, - "molinaris" = 20.0, - "nanotrasen" = 20.0, - "orion" = 15.0, - "virgo" = 20.0, - "vysoka" = 20.0, - "xion" = 20.0, - "zavodskoi" = 20.0, - "zeng_hu" = 20.0, - "zharkov" = 20.0, - "zora" = 20.0, + "arisi" = 2.0, + "bishop" = 2.0, + "blam" = 2.0, + "eckharts" = 2.0, + "einstein" = 2.0, + "getmore" = 2.0, + "hephaestus" = 2.0, + "iac" = 2.0, + "idris" = 2.0, + "molinaris" = 2.0, + "nanotrasen" = 2.0, + "orion" = 1.5, + "virgo" = 2.0, + "vysoka" = 2.0, + "xion" = 2.0, + "zavodskoi" = 2.0, + "zeng_hu" = 2.0, + "zharkov" = 2.0, + "zora" = 2.0, ) lore_radio_stations = list( @@ -53,25 +53,25 @@ name = SECTOR_CRESCENT_EXPANSE_FAR cargo_price_coef = list( //even higher, we are very far away! - "arisi" = 200.0, - "bishop" = 200.0, - "blam" = 200.0, - "eckharts" = 200.0, - "einstein" = 200.0, - "getmore" = 200.0, - "hephaestus" = 200.0, - "iac" = 200.0, - "idris" = 200.0, - "molinaris" = 200.0, - "nanotrasen" = 200.0, - "orion" = 150.0, - "virgo" = 200.0, - "vysoka" = 200.0, - "xion" = 200.0, - "zavodskoi" = 200.0, - "zeng_hu" = 200.0, - "zharkov" = 200.0, - "zora" = 200.0, + "arisi" = 4.0, + "bishop" = 4.0, + "blam" = 4.0, + "eckharts" = 4.0, + "einstein" = 4.0, + "getmore" = 4.0, + "hephaestus" = 4.0, + "iac" = 4.0, + "idris" = 4.0, + "molinaris" = 4.0, + "nanotrasen" = 4.0, + "orion" = 3.5, + "virgo" = 4.0, + "vysoka" = 4.0, + "xion" = 4.0, + "zavodskoi" = 4.0, + "zeng_hu" = 4.0, + "zharkov" = 4.0, + "zora" = 4.0, ) ccia_link = FALSE diff --git a/html/changelogs/Ben10083 - Crescent Expanse Prices2.yml b/html/changelogs/Ben10083 - Crescent Expanse Prices2.yml new file mode 100644 index 00000000000..ecb88207d0d --- /dev/null +++ b/html/changelogs/Ben10083 - Crescent Expanse Prices2.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: Ben10083 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - balance: "Further tweaks to Crescent Expanse cargo prices."