From 285343c4af7457830b84ac88abbd6ec18ce48745 Mon Sep 17 00:00:00 2001 From: Timothy Lowe <135308300+LankLTE@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:42:27 -0800 Subject: [PATCH] Add russian accent trait --- Resources/Locale/en-US/_CD/traits/traits.ftl | 2 ++ Resources/Prototypes/_CD/Traits/speech.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/Resources/Locale/en-US/_CD/traits/traits.ftl b/Resources/Locale/en-US/_CD/traits/traits.ftl index dfd0238f160..9b471bec838 100644 --- a/Resources/Locale/en-US/_CD/traits/traits.ftl +++ b/Resources/Locale/en-US/_CD/traits/traits.ftl @@ -12,3 +12,5 @@ cd-trait-very-lightweight-desc = Alcohol has a much stronger effect on you. cd-trait-heavyweight-name = Heavyweight drunk cd-trait-heavyweight-desc = Alcohol has a weaker effect on you. +trait-russian-name = Russian accent +trait-russian-desc = You seem to have come from a region of space that speaks Russian, da? diff --git a/Resources/Prototypes/_CD/Traits/speech.yml b/Resources/Prototypes/_CD/Traits/speech.yml index 09b9a00823c..3b49386fae1 100644 --- a/Resources/Prototypes/_CD/Traits/speech.yml +++ b/Resources/Prototypes/_CD/Traits/speech.yml @@ -8,3 +8,13 @@ cost: 1 components: - type: MobsterAccent + +- type: trait + id: RussianAccent + name: trait-russian-name + description: trait-russian-desc + category: SpeechTraits + cost: 1 + components: + - type: RussianAccent + \ No newline at end of file