From f23501d6940836351493aaed6c276b2f7cdd2d19 Mon Sep 17 00:00:00 2001 From: LioValkyria <186877140+LioValkyria@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:40:00 +0100 Subject: [PATCH] RP Depression Trait --- Resources/Locale/en-US/_DV/traits/traits.ftl | 3 +++ Resources/Prototypes/_DV/Traits/disabilities.yml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/Resources/Locale/en-US/_DV/traits/traits.ftl b/Resources/Locale/en-US/_DV/traits/traits.ftl index b7f66f0bf8d..024fcd50a5f 100644 --- a/Resources/Locale/en-US/_DV/traits/traits.ftl +++ b/Resources/Locale/en-US/_DV/traits/traits.ftl @@ -35,3 +35,6 @@ trait-addicted-desc = You crave the substance, and your thoughts keep drifting b trait-unborgable-name = Machine Incompatible trait-unborgable-desc = Your brain cannot be put into a man-machine interface. + +trait-depression-name = Depression +trait-depression-desc = No mechanical effect. The world is dark but there is a light somewhere, calling to you. diff --git a/Resources/Prototypes/_DV/Traits/disabilities.yml b/Resources/Prototypes/_DV/Traits/disabilities.yml index 611933b2e15..de4d78f1a1b 100644 --- a/Resources/Prototypes/_DV/Traits/disabilities.yml +++ b/Resources/Prototypes/_DV/Traits/disabilities.yml @@ -30,3 +30,11 @@ category: Disabilities components: - type: Unborgable # Automatically gets moved to the brain + +- type: trait + id: Depression + name: trait-depression-name + description: trait-depression-desc + traitGear: PillCanisterNeurozenium + category: Disabilities + components: []