adjust radiation blockers (#21286)

This commit is contained in:
daerSeebaer
2023-11-04 16:25:55 +01:00
committed by GitHub
parent 8abc084b31
commit 10be264125
3 changed files with 12 additions and 0 deletions

View File

@@ -139,6 +139,8 @@
node: ShuttersRadiation node: ShuttersRadiation
containers: containers:
- board - board
- type: RadiationBlocker
resistance: 4
- type: entity - type: entity
id: ShuttersRadiationOpen id: ShuttersRadiationOpen
@@ -172,6 +174,8 @@
node: ShuttersWindow node: ShuttersWindow
containers: containers:
- board - board
- type: RadiationBlocker
resistance: 1
- type: entity - type: entity
id: ShuttersWindowOpen id: ShuttersWindowOpen

View File

@@ -55,6 +55,8 @@
- type: OreVein - type: OreVein
oreChance: 0.2 oreChance: 0.2
oreRarityPrototypeId: RandomOreDistributionStandard oreRarityPrototypeId: RandomOreDistributionStandard
- type: RadiationBlocker
resistance: 2
- type: entity - type: entity
id: AsteroidRockMining id: AsteroidRockMining
@@ -196,6 +198,8 @@
state: rock_north state: rock_north
- map: [ "enum.EdgeLayer.West" ] - map: [ "enum.EdgeLayer.West" ]
state: rock_west state: rock_west
- type: RadiationBlocker
resistance: 2
# Ore veins # Ore veins
- type: entity - type: entity

View File

@@ -382,6 +382,8 @@
- type: IconSmooth - type: IconSmooth
key: walls key: walls
base: plasma base: plasma
- type: RadiationBlocker
resistance: 5
- type: entity - type: entity
parent: BaseWall parent: BaseWall
@@ -889,6 +891,8 @@
- type: IconSmooth - type: IconSmooth
key: walls key: walls
base: uranium base: uranium
- type: RadiationBlocker
resistance: 6
- type: entity - type: entity
parent: BaseWall parent: BaseWall