Skip to content

Commit

Permalink
Merge pull request #272 from Oarcinae/dev_2.1.13
Browse files Browse the repository at this point in the history
Add comment about fluid resource placement in aquilo config.
  • Loading branch information
Oarcinae authored Nov 20, 2024
2 parents 908abf6 + e363d97 commit 3e35474
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions lib/planet_configs/aquilo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,46 +27,23 @@ AQUILO_SPAWN_CONFIG.radius_modifier = 0.5
AQUILO_SPAWN_CONFIG.solid_resources = {}

AQUILO_SPAWN_CONFIG.fluid_resources = {
-- I don't like having these in fixed positions, the randomized placement feels more fitting.
-- ["crude-oil"] =
-- {
-- num_patches = 2,
-- amount = 2000000,
-- spacing = 6, -- Spacing between each patch, only used for automatic placing.

-- -- These are only used if not using automatic placing.
-- -- Starting position offset (relative to bottom/south of spawn area)
-- x_offset_start = -3,
-- y_offset_start = -10,
-- -- Additional position offsets for each new oil patch (relative to previous oil patch)
-- x_offset_next = 6,
-- y_offset_next = 0
-- },
-- ["lithium-brine"] =
-- {
-- num_patches = 2,
-- amount = 900000,
-- spacing = 6, -- Spacing between each patch, only used for automatic placing.

-- -- These are only used if not using automatic placing.
-- -- Starting position offset (relative to bottom/south of spawn area)
-- x_offset_start = -3,
-- y_offset_start = -10,
-- -- Additional position offsets for each new oil patch (relative to previous oil patch)
-- x_offset_next = 6,
-- y_offset_next = 0
-- },
-- ["fluorine-vent"] =
-- {
-- num_patches = 2,
-- amount = 100000,
-- spacing = 6, -- Spacing between each patch, only used for automatic placing.

-- -- These are only used if not using automatic placing.
-- -- Starting position offset (relative to bottom/south of spawn area)
-- x_offset_start = -3,
-- y_offset_start = -10,
-- -- Additional position offsets for each new oil patch (relative to previous oil patch)
-- x_offset_next = 6,
-- y_offset_next = 0
-- }
}

0 comments on commit 3e35474

Please sign in to comment.