mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 01:46:30 +01:00
Crescent Expanse Price Adjustments (#21327)
With https://github.com/Aurorastation/Aurora.3/pull/20956 implemented and a review of cargo pricing, lore believes that the current settings for Crescent Expanse (price *200!) is too high, and significantly brought it down The goal with the changes is allow cheaper goods to still be purchasable, but more specialized equipment (positronic + SM crystal for example) like requiring delving into department accounts --------- Signed-off-by: Ben <91219575+Ben10083@users.noreply.github.com> Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user