From aa5e87e91cac17e6a24b20172a7355667c733c97 Mon Sep 17 00:00:00 2001 From: Coolsurf6 Date: Tue, 21 Jan 2025 10:38:36 +1000 Subject: [PATCH] added numb as a trait that pulls the pain numbness component --- Resources/Locale/en-US/traits/traits.ftl | 3 +++ Resources/Prototypes/Traits/disabilities.yml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 7f4dcfe2ecab..f4e5736db5d8 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -59,3 +59,6 @@ trait-french-desc = Your accent seems to have a certain «je ne sais quoi». trait-spanish-name = Spanish accent trait-spanish-desc = Hola señor, donde esta la biblioteca. + +trait-painnumbness-name = Numb +trait-painnumbness-desc = You lack any sense of feeling pain, being unaware of how hurt you may be. diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index c562c2fec0e3..b7b3ba1ddc47 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -64,3 +64,11 @@ maxSoundDistance: 7 sounds: collection: Paracusia + +- type: trait + id: PainNumbness + name: trait-painnumbness-name + description: trait-painnumbness-desc + category: Disabilities + components: + - type: PainNumbness