From bf86d304e372b78ec747d0d409f822b9416faefd Mon Sep 17 00:00:00 2001 From: Nox38 Date: Fri, 31 Jan 2025 10:47:32 -0800 Subject: [PATCH 1/4] Changed name and description of bullet shield --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index 3bd4a89d5323..f5491e0fb38f 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -104,10 +104,10 @@ Heat: 1 - type: entity - name: riot bullet shield + name: ballistic shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotBulletShield - description: A ballistic riot shield built for withstanding bullets, but not much else. + description: A ballistic shield built for protecting against firearms. components: - type: Sprite state: riot_bullet-icon From 2535935bce2a69899f148990145ad234a2bc6c1a Mon Sep 17 00:00:00 2001 From: Nox38 Date: Fri, 31 Jan 2025 10:54:04 -0800 Subject: [PATCH 2/4] changed laser shield --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index f5491e0fb38f..df4462384b7e 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -84,10 +84,10 @@ Slash: 1 - type: entity - name: riot laser shield + name: ablative shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotLaserShield - description: A riot shield built for withstanding lasers, but not much else. + description: A ablative shield built for absorbing lasers. components: - type: Sprite state: riot_laser-icon From 912c88e05d5d63a1b5717da8c3945d2e910c2663 Mon Sep 17 00:00:00 2001 From: Nox38 Date: Fri, 31 Jan 2025 13:30:21 -0800 Subject: [PATCH 3/4] Added Keron's suggestions --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index df4462384b7e..29d62d43aa5d 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -87,7 +87,7 @@ name: ablative shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotLaserShield - description: A ablative shield built for absorbing lasers. + description: A ablative shield built for withstanding lasers, but not much else. components: - type: Sprite state: riot_laser-icon @@ -107,7 +107,7 @@ name: ballistic shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotBulletShield - description: A ballistic shield built for protecting against firearms. + description: A ballistic shield built for protecting against firearms, but not much else. components: - type: Sprite state: riot_bullet-icon From d8fee4e3d75530bc354b2f3022770b84fcc6174b Mon Sep 17 00:00:00 2001 From: Nox Date: Fri, 31 Jan 2025 13:40:34 -0800 Subject: [PATCH 4/4] Update Resources/Prototypes/Entities/Objects/Shields/shields.yml Co-authored-by: Centronias --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index 29d62d43aa5d..a52fac98c274 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -87,7 +87,7 @@ name: ablative shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotLaserShield - description: A ablative shield built for withstanding lasers, but not much else. + description: An ablative shield built for withstanding lasers, but not much else. components: - type: Sprite state: riot_laser-icon