Skip to content

Commit

Permalink
Ещё фиксы
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Dec 16, 2024
1 parent c677fbf commit 2cc2c72
Showing 1 changed file with 39 additions and 40 deletions.
79 changes: 39 additions & 40 deletions Resources/Prototypes/_LostParadise/Procedural/salvage_mods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
cost: 2
biome: Lava

- type: LPsalvageBiomeMod
id: LPPShadow
desc: salvage-biome-mod-shadow
biome: Shadow

#- type: salvageBiomeMod
# id: Space
# cost: 1
Expand All @@ -48,14 +53,14 @@
desc: salvage-light-mod-daylight
color: "#D8B059"
biomes:
- Grasslands
- LPPGrasslands

- type: LPsalvageLightMod
id: LPPLavalight
desc: salvage-light-mod-daylight
color: "#A34931"
biomes:
- Lava
- LPPLava

- type: LPsalvageLightMod
id: LPPEvening
Expand Down Expand Up @@ -216,59 +221,59 @@
cost: 1
temperature: 323.15 # 50C
biomes:
- Caves
- Shadow
- LPPCaves
- LPPShadow
#- LowDesert
- Grasslands
- Lava
- LPPGrasslands
- LPPLava

- type: LPsalvageTemperatureMod
id: LPPBurning
desc: salvage-temperature-mod-high-temperature
cost: 2
temperature: 423.15 # 200C
biomes:
- Caves
- LPPCaves
#- LowDesert
- Lava
- LPPLava

- type: LPsalvageTemperatureMod
id: LPPMelting
desc: salvage-temperature-mod-extreme-heat
cost: 4
temperature: 1273.15 # 1000C hot hot hot
biomes:
- Lava
- LPPLava

- type: LPsalvageTemperatureMod
id: LPPCold
desc: salvage-temperature-mod-cold
cost: 1
temperature: 275.15 # 2C
biomes:
- Shadow
- Caves
- LPPShadow
- LPPCaves
#- LowDesert
- Grasslands
- Snow
- LPPGrasslands
- LPPSnow

- type: LPsalvageTemperatureMod
id: LPPTundra
desc: salvage-temperature-mod-low-temperature
cost: 2
temperature: 263.15 # -40C
biomes:
- Shadow
- Caves
- Snow
- LPPShadow
- LPPCaves
- LPPSnow

- type: LPsalvageTemperatureMod
id: LPPFrozen
desc: salvage-temperature-mod-extreme-cold
cost: 4
temperature: 123.15 # -150C
biomes:
- Snow
- LPPSnow

# Air mixtures
- type: LPsalvageAirMod
Expand All @@ -277,8 +282,8 @@
space: true
cost: 2
biomes:
- Caves
- Lava
- LPPCaves
- LPPLava

- type: LPsalvageAirMod
id: LPPBreathable
Expand All @@ -302,11 +307,11 @@
- 0
- 10 # nitrous oxide
biomes:
- Caves
- LPPCaves
#- LowDesert
- Snow
- Grasslands
- Lava
- LPPSnow
- LPPGrasslands
- LPPLava

- type: LPsalvageAirMod
id: LPPPoisoned
Expand All @@ -317,11 +322,11 @@
- 77.10312 # nitrogen
- 10 # carbon dioxide
biomes:
- Caves
- LPPCaves
#- LowDesert
- Snow
- Grasslands
- Lava
- LPPSnow
- LPPGrasslands
- LPPLava

- type: LPsalvageAirMod
id: LPPPoison
Expand All @@ -332,9 +337,9 @@
- 0
- 82.10312 # carbon dioxide
biomes:
- Caves
- Snow
- Lava
- LPPCaves
- LPPSnow
- LPPLava

- type: LPsalvageAirMod
id: LPPPlasma
Expand All @@ -346,8 +351,8 @@
- 0
- 103.927899 # plasma
biomes:
- Caves
- Lava
- LPPCaves
- LPPLava

- type: LPsalvageAirMod
id: LPPBurnable
Expand All @@ -359,8 +364,8 @@
- 0
- 82.10312 # plasma
biomes:
- Caves
- Lava
- LPPCaves
- LPPLava

# Weather mods -> not required
#- type: salvageWeatherMod
Expand Down Expand Up @@ -495,12 +500,6 @@
desc: salvage-weather-mod-rain
weather: Rain

# Biome mods
- type: salvageBiomeMod
id: Shadow
desc: salvage-biome-mod-shadow
biome: Shadow

# Weather mods
- type: salvageWeatherMod
id: SnowfallHeavy
Expand Down

0 comments on commit 2cc2c72

Please sign in to comment.