From: daerSeebaer <61566539+daerSeebaer@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:25:55 +0000 (+0100) Subject: adjust radiation blockers (#21286) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=10be264125c3ae966cc6725813576e11c60f6b10;p=space-station-14.git adjust radiation blockers (#21286) --- diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index e4b9e574c7..a93e224d1f 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -139,6 +139,8 @@ node: ShuttersRadiation containers: - board + - type: RadiationBlocker + resistance: 4 - type: entity id: ShuttersRadiationOpen @@ -172,6 +174,8 @@ node: ShuttersWindow containers: - board + - type: RadiationBlocker + resistance: 1 - type: entity id: ShuttersWindowOpen diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index ac12dc2717..e4235dc8ce 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -55,6 +55,8 @@ - type: OreVein oreChance: 0.2 oreRarityPrototypeId: RandomOreDistributionStandard + - type: RadiationBlocker + resistance: 2 - type: entity id: AsteroidRockMining @@ -196,6 +198,8 @@ state: rock_north - map: [ "enum.EdgeLayer.West" ] state: rock_west + - type: RadiationBlocker + resistance: 2 # Ore veins - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 51d611ba8d..a78565b1d5 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -382,6 +382,8 @@ - type: IconSmooth key: walls base: plasma + - type: RadiationBlocker + resistance: 5 - type: entity parent: BaseWall @@ -889,6 +891,8 @@ - type: IconSmooth key: walls base: uranium + - type: RadiationBlocker + resistance: 6 - type: entity parent: BaseWall