Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions Resources/Prototypes/Procedural/salvage_mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@
id: Daylight
desc: salvage-light-mod-daylight
color: "#D8B059"
biomes:
biomes: # Triad
- Grasslands
- Snow
- Caves
- Shadow
- Lava


- type: salvageLightMod
id: Lavalight
Expand All @@ -52,12 +57,12 @@
- type: salvageLightMod
id: Evening
desc: salvage-light-mod-evening
color: "#2b3143"
color: "#3f475f" # Triad

- type: salvageLightMod
id: Night
desc: salvage-light-mod-night
cost: 1
cost: 2 # Night time raids are now rarer as they are ass to deal with Triad
color: null

# Temperatures
Expand Down
Loading