]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
adjust radiation blockers (#21286)
authordaerSeebaer <61566539+daerSeebaer@users.noreply.github.com>
Sat, 4 Nov 2023 15:25:55 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 15:25:55 +0000 (11:25 -0400)
Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml
Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Resources/Prototypes/Entities/Structures/Walls/walls.yml

index e4b9e574c71d344bf2984d71a929e5e6279bdbde..a93e224d1f206259a4928fcd7f6317f0502921bd 100644 (file)
     node: ShuttersRadiation
     containers:
     - board
+  - type: RadiationBlocker
+    resistance: 4
 
 - type: entity
   id: ShuttersRadiationOpen
     node: ShuttersWindow
     containers:
     - board
+  - type: RadiationBlocker
+    resistance: 1
 
 - type: entity
   id: ShuttersWindowOpen
index ac12dc2717f33b41a1116e114a44721b7bafe753..e4235dc8ce6f09aabb6c2370603f24f7b036b34b 100644 (file)
@@ -55,6 +55,8 @@
   - type: OreVein
     oreChance: 0.2
     oreRarityPrototypeId: RandomOreDistributionStandard
+  - type: RadiationBlocker
+    resistance: 2
 
 - type: entity
   id: AsteroidRockMining
           state: rock_north
         - map: [ "enum.EdgeLayer.West" ]
           state: rock_west
+    - type: RadiationBlocker
+      resistance: 2
 
 # Ore veins
 - type: entity
index 51d611ba8d020176b71e33bee048561550c24a1c..a78565b1d5e99b9aa070660d5379736544cef54a 100644 (file)
   - type: IconSmooth
     key: walls
     base: plasma
+  - type: RadiationBlocker
+    resistance: 5
 
 - type: entity
   parent: BaseWall
   - type: IconSmooth
     key: walls
     base: uranium
+  - type: RadiationBlocker
+    resistance: 6
 
 - type: entity
   parent: BaseWall